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(java.util.Map<java.lang.String,java.lang.Object> authProps)Deprecated.booleanAuthRepositoryImpl. otherAuth(java.util.Map<java.lang.String,java.lang.Object> props)booleanAuthRepositoryMDImpl. otherAuth(java.util.Map<java.lang.String,java.lang.Object> authProps)booleanAuthRepositoryPool. otherAuth(java.util.Map<java.lang.String,java.lang.Object> authProps)booleanDummyRepository. otherAuth(java.util.Map<java.lang.String,java.lang.Object> authProps) -
Uses of AuthorizationException in tigase.db.jdbc
Methods in tigase.db.jdbc that throw AuthorizationException Modifier and Type Method Description booleanDrupalWPAuth. otherAuth(java.util.Map<java.lang.String,java.lang.Object> props)booleanJDBCRepository. otherAuth(java.util.Map<java.lang.String,java.lang.Object> props)booleanTigaseAuth. otherAuth(java.util.Map<java.lang.String,java.lang.Object> props)Deprecated.booleanTigaseCustomAuth. otherAuth(java.util.Map<java.lang.String,java.lang.Object> props)booleanTigaseSPAuth. otherAuth(java.util.Map<java.lang.String,java.lang.Object> props) -
Uses of AuthorizationException in tigase.db.ldap
Methods in tigase.db.ldap that throw AuthorizationException Modifier and Type Method Description booleanLdapAuthProvider. otherAuth(java.util.Map<java.lang.String,java.lang.Object> props) -
Uses of AuthorizationException in tigase.db.xml
Methods in tigase.db.xml that throw AuthorizationException Modifier and Type Method Description booleanXMLRepository. otherAuth(java.util.Map<java.lang.String,java.lang.Object> props)
-