Uses of Class
tigase.db.AuthorizationException
-
Packages that use AuthorizationException Package Description 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 Modifier and Type Method Description booleanAuthRepository. otherAuth(Map<String,Object> authProps)Deprecated.booleanAuthRepositoryImpl. otherAuth(Map<String,Object> props)booleanAuthRepositoryMDImpl. otherAuth(Map<String,Object> authProps)booleanAuthRepositoryPool. otherAuth(Map<String,Object> authProps)booleanDummyRepository. otherAuth(Map<String,Object> authProps) -
Uses of AuthorizationException in tigase.db.jdbc
Methods in tigase.db.jdbc that throw AuthorizationException Modifier and Type Method Description booleanDrupalWPAuth. otherAuth(Map<String,Object> props)booleanJDBCRepository. otherAuth(Map<String,Object> props)booleanTigaseAuth. otherAuth(Map<String,Object> props)Deprecated.booleanTigaseCustomAuth. otherAuth(Map<String,Object> props)booleanTigaseSPAuth. otherAuth(Map<String,Object> props) -
Uses of AuthorizationException in tigase.db.ldap
Methods in tigase.db.ldap that throw AuthorizationException Modifier and Type Method Description booleanLdapAuthProvider. otherAuth(Map<String,Object> props) -
Uses of AuthorizationException in tigase.db.xml
Methods in tigase.db.xml that throw AuthorizationException Modifier and Type Method Description booleanXMLRepository. otherAuth(Map<String,Object> props) -
Uses of AuthorizationException in tigase.xmpp
Methods in tigase.xmpp that throw AuthorizationException Modifier and Type Method Description AuthorizationRepositoryAccess. loginDigest(BareJID userId, String digest, String id, String alg)Deprecated.AuthorizationXMPPResourceConnection. loginDigest(String user, String digest, String id, String alg)Deprecated.AuthorizationRepositoryAccess. loginOther(Map<String,Object> props)Deprecated.AuthorizationXMPPResourceConnection. loginOther(Map<String,Object> props)Deprecated.AuthorizationRepositoryAccess. loginPlain(BareJID userId, String password)Deprecated.AuthorizationXMPPResourceConnection. loginPlain(String user, String password)Deprecated.AuthorizationRepositoryAccess. loginToken(BareJID userId, String xmpp_sessionId, String token)Deprecated.
-