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 DummyRepository.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 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 AuthRepositoryImpl.digestAuth(tigase.xmpp.BareJID user, String digest, String id, String alg)
          Deprecated. 
 boolean DummyRepository.otherAuth(Map<String,Object> authProps)
          Method description
 boolean AuthRepositoryPool.otherAuth(Map<String,Object> authProps)
          Method description
 boolean AuthRepository.otherAuth(Map<String,Object> authProps)
          Describe otherAuth method here.
 boolean AuthRepositoryMDImpl.otherAuth(Map<String,Object> authProps)
          Method description
 boolean AuthRepositoryImpl.otherAuth(Map<String,Object> props)
          Describe otherAuth method here.
 boolean DummyRepository.plainAuth(tigase.xmpp.BareJID user, String password)
          Deprecated. 
 boolean AuthRepositoryPool.plainAuth(tigase.xmpp.BareJID user, String password)
          Deprecated. 
 boolean AuthRepository.plainAuth(tigase.xmpp.BareJID user, String password)
          Deprecated. use method AuthRepository.otherAuth(Map) because this method is preferred. In a long term plans all authentication methods should use otherAuth(...) calls.
 boolean AuthRepositoryMDImpl.plainAuth(tigase.xmpp.BareJID user, String password)
          Deprecated. 
 

Uses of AuthorizationException in tigase.db.jdbc
 

Methods in tigase.db.jdbc that throw AuthorizationException
 boolean DrupalWPAuth.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 TigaseAuth.digestAuth(tigase.xmpp.BareJID user, String digest, String id, String alg)
          Deprecated. 
 boolean JDBCRepository.digestAuth(tigase.xmpp.BareJID user, String digest, String id, String alg)
          Deprecated. 
 boolean DrupalWPAuth.otherAuth(Map<String,Object> props)
          Describe otherAuth method here.
 boolean TigaseCustomAuth.otherAuth(Map<String,Object> props)
          Describe otherAuth method here.
 boolean TigaseAuth.otherAuth(Map<String,Object> props)
          Describe otherAuth method here.
 boolean JDBCRepository.otherAuth(Map<String,Object> props)
          Describe otherAuth method here.
 boolean DrupalWPAuth.plainAuth(tigase.xmpp.BareJID user, String password)
          Deprecated. 
 boolean TigaseCustomAuth.plainAuth(tigase.xmpp.BareJID user, String password)
          Deprecated. 
 boolean TigaseAuth.plainAuth(tigase.xmpp.BareJID user, String password)
          Deprecated. 
 boolean JDBCRepository.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 RepositoryAccess.loginOther(Map<String,Object> props)
          Deprecated. 
 Authorization XMPPResourceConnection.loginOther(Map<String,Object> props)
          Deprecated. 
 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)
          Deprecated. 
 



Copyright © 2013 Tigase. All rights reserved.