Uses of Class
tigase.db.AuthRepository.AccountStatus
-
Packages that use AuthRepository.AccountStatus Package Description tigase.auth tigase.auth.credentials tigase.db tigase.db.jdbc tigase.db.ldap tigase.db.xml -
-
Uses of AuthRepository.AccountStatus in tigase.auth
Methods in tigase.auth with parameters of type AuthRepository.AccountStatus Modifier and Type Method Description static XmppSaslExceptionXmppSaslException. getExceptionFor(AuthRepository.AccountStatus status) -
Uses of AuthRepository.AccountStatus in tigase.auth.credentials
Methods in tigase.auth.credentials that return AuthRepository.AccountStatus Modifier and Type Method Description AuthRepository.AccountStatusCredentials. getAccountStatus() -
Uses of AuthRepository.AccountStatus in tigase.db
Methods in tigase.db that return AuthRepository.AccountStatus Modifier and Type Method Description static AuthRepository.AccountStatusAuthRepository.AccountStatus. byValue(int value)AuthRepository.AccountStatusAuthRepository.DefaultCredentials. getAccountStatus()AuthRepository.AccountStatusAuthRepository. getAccountStatus(BareJID user)AuthRepository.AccountStatusAuthRepository.SingleCredential. getAccountStatus()AuthRepository.AccountStatusAuthRepositoryImpl. getAccountStatus(BareJID user)AuthRepository.AccountStatusAuthRepositoryMDImpl. getAccountStatus(BareJID user)AuthRepository.AccountStatusAuthRepositoryPool. getAccountStatus(BareJID user)AuthRepository.AccountStatusDummyRepository. getAccountStatus(BareJID user)static AuthRepository.AccountStatusAuthRepository.AccountStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AuthRepository.AccountStatus[]AuthRepository.AccountStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in tigase.db with parameters of type AuthRepository.AccountStatus Modifier and Type Method Description voidAuthRepository. setAccountStatus(BareJID user, AuthRepository.AccountStatus status)voidAuthRepositoryImpl. setAccountStatus(BareJID user, AuthRepository.AccountStatus value)voidAuthRepositoryMDImpl. setAccountStatus(BareJID user, AuthRepository.AccountStatus status)voidAuthRepositoryPool. setAccountStatus(BareJID user, AuthRepository.AccountStatus status)voidDummyRepository. setAccountStatus(BareJID user, AuthRepository.AccountStatus status)Constructors in tigase.db with parameters of type AuthRepository.AccountStatus Constructor Description DefaultCredentials(BareJID user, AuthRepository.AccountStatus accountStatus, java.util.List<AuthRepository.DefaultCredentials.RawEntry> entries, CredentialsDecoderBean decoderBean)SingleCredential(BareJID user, AuthRepository.AccountStatus accountStatus, Credentials.Entry entry) -
Uses of AuthRepository.AccountStatus in tigase.db.jdbc
Methods in tigase.db.jdbc that return AuthRepository.AccountStatus Modifier and Type Method Description AuthRepository.AccountStatusDrupalWPAuth. getAccountStatus(BareJID user)AuthRepository.AccountStatusJDBCRepository. getAccountStatus(BareJID user)AuthRepository.AccountStatusTigaseAuth. getAccountStatus(BareJID user)Deprecated.AuthRepository.AccountStatusTigaseCustomAuth. getAccountStatus(BareJID user)Methods in tigase.db.jdbc with parameters of type AuthRepository.AccountStatus Modifier and Type Method Description voidDrupalWPAuth. setAccountStatus(BareJID user, AuthRepository.AccountStatus status)voidJDBCRepository. setAccountStatus(BareJID user, AuthRepository.AccountStatus status)voidTigaseAuth. setAccountStatus(BareJID user, AuthRepository.AccountStatus status)Deprecated.voidTigaseCustomAuth. setAccountStatus(BareJID user, AuthRepository.AccountStatus value) -
Uses of AuthRepository.AccountStatus in tigase.db.ldap
Methods in tigase.db.ldap that return AuthRepository.AccountStatus Modifier and Type Method Description AuthRepository.AccountStatusLdapAuthProvider. getAccountStatus(BareJID user)Methods in tigase.db.ldap with parameters of type AuthRepository.AccountStatus Modifier and Type Method Description voidLdapAuthProvider. setAccountStatus(BareJID user, AuthRepository.AccountStatus status) -
Uses of AuthRepository.AccountStatus in tigase.db.xml
Methods in tigase.db.xml that return AuthRepository.AccountStatus Modifier and Type Method Description AuthRepository.AccountStatusXMLRepository. getAccountStatus(BareJID user)Methods in tigase.db.xml with parameters of type AuthRepository.AccountStatus Modifier and Type Method Description voidXMLRepository. setAccountStatus(BareJID user, AuthRepository.AccountStatus status)
-