Uses of Class
tigase.db.AuthorizationException

Packages that use AuthorizationException
tigase.db   
tigase.db.jdbc   
tigase.db.xml   
tigase.xmpp   
 

Uses of AuthorizationException in tigase.db
 

Methods in tigase.db that throw AuthorizationException
 boolean UserAuthRepository.digestAuth(String user, String digest, String id, String alg)
          digestAuth method performs non-sasl, digest authentication as described in non-sasl authentication XEP-0078 For now it is empty and always returns false as I don't have description for database with passwords.
 boolean UserAuthRepositoryImpl.digestAuth(String user, String digest, String id, String alg)
          Describe digestAuth method here.
 boolean UserAuthRepository.otherAuth(Map<String,Object> authProps)
          Describe otherAuth method here.
 boolean UserAuthRepositoryImpl.otherAuth(Map<String,Object> props)
          Describe otherAuth method here.
 boolean UserAuthRepository.plainAuth(String user, String password)
          plainAuth method performs non-sasl, plain authentication as described in non-sasl authentication XEP-0078.
 

Uses of AuthorizationException in tigase.db.jdbc
 

Methods in tigase.db.jdbc that throw AuthorizationException
 boolean TigaseAuth.digestAuth(String user, String digest, String id, String alg)
          Describe digestAuth method here.
 boolean LibreSourceAuth.digestAuth(String user, String digest, String id, String alg)
          Describe digestAuth method here.
 boolean DrupalAuth.digestAuth(String user, String digest, String id, String alg)
          Describe digestAuth method here.
 boolean JDBCRepository.digestAuth(String user, String digest, String id, String alg)
          Describe digestAuth method here.
 boolean TigaseCustomAuth.digestAuth(String user, String digest, String id, String alg)
          Describe digestAuth method here.
 boolean TigaseAuth.otherAuth(Map<String,Object> props)
          Describe otherAuth method here.
 boolean LibreSourceAuth.otherAuth(Map<String,Object> props)
          Describe otherAuth method here.
 boolean DrupalAuth.otherAuth(Map<String,Object> props)
          Describe otherAuth method here.
 boolean JDBCRepository.otherAuth(Map<String,Object> props)
          Describe otherAuth method here.
 boolean TigaseCustomAuth.otherAuth(Map<String,Object> props)
          Describe otherAuth method here.
 boolean TigaseAuth.plainAuth(String user, String password)
          Describe plainAuth method here.
 boolean LibreSourceAuth.plainAuth(String user, String password)
          Describe plainAuth method here.
 boolean DrupalAuth.plainAuth(String user, String password)
          Describe plainAuth method here.
 boolean JDBCRepository.plainAuth(String user, String password)
          Describe plainAuth method here.
 boolean TigaseCustomAuth.plainAuth(String user, String password)
          Describe plainAuth method here.
 

Uses of AuthorizationException in tigase.db.xml
 

Methods in tigase.db.xml that throw AuthorizationException
 boolean XMLRepository.digestAuth(String user, String digest, String id, String alg)
          Describe digestAuth method here.
 boolean XMLRepository.otherAuth(Map<String,Object> props)
          Describe otherAuth method here.
 boolean XMLRepository.plainAuth(String user, String password)
          Describe plainAuth method here.
 

Uses of AuthorizationException in tigase.xmpp
 

Methods in tigase.xmpp that throw AuthorizationException
 Authorization XMPPResourceConnection.loginDigest(String user, String digest, String id, String alg)
          Method description
 Authorization RepositoryAccess.loginDigest(String user, String digest, String id, String alg)
          Method description
 Authorization XMPPResourceConnection.loginOther(Map<String,Object> props)
          Method description
 Authorization RepositoryAccess.loginOther(Map<String,Object> props)
          Method description
 Authorization XMPPResourceConnection.loginPlain(String user, String password)
          Method description
 Authorization RepositoryAccess.loginPlain(String user, String password)
          authorize method performs authorization with given password as plain text.
 



Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.