Uses of Enum Class
tigase.db.AuthRepository.AccountStatus
Packages that use AuthRepository.AccountStatus
Package
Description
-
Uses of AuthRepository.AccountStatus in tigase.auth
Methods in tigase.auth with parameters of type AuthRepository.AccountStatusModifier and TypeMethodDescriptionstatic XmppSaslException
XmppSaslException.getExceptionFor
(AuthRepository.AccountStatus status) -
Uses of AuthRepository.AccountStatus in tigase.auth.credentials
Methods in tigase.auth.credentials that return AuthRepository.AccountStatus -
Uses of AuthRepository.AccountStatus in tigase.db
Methods in tigase.db that return AuthRepository.AccountStatusModifier and TypeMethodDescriptionstatic AuthRepository.AccountStatus
AuthRepository.AccountStatus.byValue
(int value) AuthRepository.DefaultCredentials.getAccountStatus()
AuthRepository.getAccountStatus
(BareJID user) AuthRepository.SingleCredential.getAccountStatus()
AuthRepositoryImpl.getAccountStatus
(BareJID user) AuthRepositoryMDImpl.getAccountStatus
(BareJID user) AuthRepositoryPool.getAccountStatus
(BareJID user) DummyRepository.getAccountStatus
(BareJID user) static AuthRepository.AccountStatus
Returns the enum constant of this class with the specified name.static AuthRepository.AccountStatus[]
AuthRepository.AccountStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in tigase.db with parameters of type AuthRepository.AccountStatusModifier and TypeMethodDescriptionvoid
AuthRepository.setAccountStatus
(BareJID user, AuthRepository.AccountStatus status) void
AuthRepositoryImpl.setAccountStatus
(BareJID user, AuthRepository.AccountStatus value) void
AuthRepositoryMDImpl.setAccountStatus
(BareJID user, AuthRepository.AccountStatus status) void
AuthRepositoryPool.setAccountStatus
(BareJID user, AuthRepository.AccountStatus status) void
DummyRepository.setAccountStatus
(BareJID user, AuthRepository.AccountStatus status) Constructors in tigase.db with parameters of type AuthRepository.AccountStatusModifierConstructorDescriptionDefaultCredentials
(BareJID user, AuthRepository.AccountStatus accountStatus, 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.AccountStatusModifier and TypeMethodDescriptionJDBCRepository.getAccountStatus
(BareJID user) TigaseAuth.getAccountStatus
(BareJID user) Deprecated.TigaseCustomAuth.getAccountStatus
(BareJID user) Methods in tigase.db.jdbc with parameters of type AuthRepository.AccountStatusModifier and TypeMethodDescriptionvoid
JDBCRepository.setAccountStatus
(BareJID user, AuthRepository.AccountStatus status) void
TigaseAuth.setAccountStatus
(BareJID user, AuthRepository.AccountStatus status) Deprecated.void
TigaseCustomAuth.setAccountStatus
(BareJID user, AuthRepository.AccountStatus value) -
Uses of AuthRepository.AccountStatus in tigase.db.ldap
Methods in tigase.db.ldap that return AuthRepository.AccountStatusMethods in tigase.db.ldap with parameters of type AuthRepository.AccountStatusModifier and TypeMethodDescriptionvoid
LdapAuthProvider.setAccountStatus
(BareJID user, AuthRepository.AccountStatus status) -
Uses of AuthRepository.AccountStatus in tigase.db.xml
Methods in tigase.db.xml that return AuthRepository.AccountStatusMethods in tigase.db.xml with parameters of type AuthRepository.AccountStatusModifier and TypeMethodDescriptionvoid
XMLRepository.setAccountStatus
(BareJID user, AuthRepository.AccountStatus status)