Uses of Class
tigase.db.AuthorizationException

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

Uses of AuthorizationException in tigase.db
 

Methods in tigase.db that throw AuthorizationException
 boolean AuthRepository.digestAuth(tigase.xmpp.BareJID user, String digest, String id, String alg)
          Deprecated. 
 boolean AuthRepositoryMDImpl.digestAuth(tigase.xmpp.BareJID user, String digest, String id, String alg)
          Deprecated. 
 boolean AuthRepositoryPool.digestAuth(tigase.xmpp.BareJID user, String digest, String id, String alg)
          Deprecated. 
 boolean DummyRepository.digestAuth(tigase.xmpp.BareJID user, String digest, String id, String alg)
          Deprecated. 
 boolean AuthRepositoryImpl.digestAuth(tigase.xmpp.BareJID user, String digest, String id, String alg)
          Deprecated. 
 boolean AuthRepository.otherAuth(Map<String,Object> authProps)
          Describe otherAuth method here.
 boolean AuthRepositoryMDImpl.otherAuth(Map<String,Object> authProps)
          Method description
 boolean AuthRepositoryPool.otherAuth(Map<String,Object> authProps)
          Method description
 boolean DummyRepository.otherAuth(Map<String,Object> authProps)
          Method description
 boolean AuthRepositoryImpl.otherAuth(Map<String,Object> props)
          Describe otherAuth method here.
 boolean AuthRepository.plainAuth(tigase.xmpp.BareJID user, String password)
          Deprecated. 
 boolean AuthRepositoryMDImpl.plainAuth(tigase.xmpp.BareJID user, String password)
          Deprecated. 
 boolean AuthRepositoryPool.plainAuth(tigase.xmpp.BareJID user, String password)
          Deprecated. 
 boolean DummyRepository.plainAuth(tigase.xmpp.BareJID user, String password)
          Deprecated. 
 

Uses of AuthorizationException in tigase.db.jdbc
 

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

Uses of AuthorizationException in tigase.db.ldap
 

Methods in tigase.db.ldap that throw AuthorizationException
 boolean LdapAuthProvider.digestAuth(tigase.xmpp.BareJID user, String digest, String id, String alg)
          Deprecated. 
 boolean LdapAuthProvider.otherAuth(Map<String,Object> props)
           
 boolean LdapAuthProvider.plainAuth(tigase.xmpp.BareJID user, String password)
          Deprecated. 
 

Uses of AuthorizationException in tigase.db.xml
 

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

Uses of AuthorizationException in tigase.xmpp
 

Methods in tigase.xmpp that throw AuthorizationException
 Authorization RepositoryAccess.loginDigest(tigase.xmpp.BareJID userId, String digest, String id, String alg)
          Deprecated. 
 Authorization XMPPResourceConnection.loginDigest(String user, String digest, String id, String alg)
          Deprecated. 
 Authorization XMPPResourceConnection.loginOther(Map<String,Object> props)
          Method description
 Authorization RepositoryAccess.loginOther(Map<String,Object> props)
          Method description
 Authorization RepositoryAccess.loginPlain(tigase.xmpp.BareJID userId, String password)
          Deprecated. 
 Authorization XMPPResourceConnection.loginPlain(String user, String password)
          Deprecated. 
 Authorization RepositoryAccess.loginToken(tigase.xmpp.BareJID userId, String xmpp_sessionId, String token)
          Method description
 



Copyright © 2012 Tigase. All Rights Reserved.