Uses of Class
tigase.db.AuthorizationException
-
Packages that use AuthorizationException Package Description tigase.db tigase.db.jdbc tigase.db.ldap tigase.db.xml -
-
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)
-