Package | Description |
---|---|
tigase.db | |
tigase.db.jdbc | |
tigase.db.ldap | |
tigase.db.xml |
Modifier and Type | Method and Description |
---|---|
static AuthRepository.AccountStatus |
AuthRepository.AccountStatus.byValue(int value) |
AuthRepository.AccountStatus |
DummyRepository.getAccountStatus(BareJID user) |
AuthRepository.AccountStatus |
AuthRepositoryPool.getAccountStatus(BareJID user) |
AuthRepository.AccountStatus |
AuthRepositoryMDImpl.getAccountStatus(BareJID user) |
AuthRepository.AccountStatus |
AuthRepositoryImpl.getAccountStatus(BareJID user) |
AuthRepository.AccountStatus |
AuthRepository.getAccountStatus(BareJID user) |
static AuthRepository.AccountStatus |
AuthRepository.AccountStatus.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
void |
DummyRepository.setAccountStatus(BareJID user,
AuthRepository.AccountStatus status) |
void |
AuthRepositoryPool.setAccountStatus(BareJID user,
AuthRepository.AccountStatus status) |
void |
AuthRepositoryMDImpl.setAccountStatus(BareJID user,
AuthRepository.AccountStatus status) |
void |
AuthRepositoryImpl.setAccountStatus(BareJID user,
AuthRepository.AccountStatus value) |
void |
AuthRepository.setAccountStatus(BareJID user,
AuthRepository.AccountStatus status) |
Constructor and Description |
---|
DefaultCredentials(BareJID user,
AuthRepository.AccountStatus accountStatus,
List<AuthRepository.DefaultCredentials.RawEntry> entries,
CredentialsDecoderBean decoderBean) |
SingleCredential(BareJID user,
AuthRepository.AccountStatus accountStatus,
Credentials.Entry entry) |
Modifier and Type | Method and Description |
---|---|
AuthRepository.AccountStatus |
TigaseCustomAuth.getAccountStatus(BareJID user) |
AuthRepository.AccountStatus |
TigaseAuth.getAccountStatus(BareJID user)
Deprecated.
|
AuthRepository.AccountStatus |
JDBCRepository.getAccountStatus(BareJID user) |
AuthRepository.AccountStatus |
DrupalWPAuth.getAccountStatus(BareJID user) |
Modifier and Type | Method and Description |
---|---|
void |
TigaseCustomAuth.setAccountStatus(BareJID user,
AuthRepository.AccountStatus value) |
void |
TigaseAuth.setAccountStatus(BareJID user,
AuthRepository.AccountStatus status)
Deprecated.
|
void |
JDBCRepository.setAccountStatus(BareJID user,
AuthRepository.AccountStatus status) |
void |
DrupalWPAuth.setAccountStatus(BareJID user,
AuthRepository.AccountStatus status) |
Modifier and Type | Method and Description |
---|---|
AuthRepository.AccountStatus |
LdapAuthProvider.getAccountStatus(BareJID user) |
Modifier and Type | Method and Description |
---|---|
void |
LdapAuthProvider.setAccountStatus(BareJID user,
AuthRepository.AccountStatus status) |
Modifier and Type | Method and Description |
---|---|
AuthRepository.AccountStatus |
XMLRepository.getAccountStatus(BareJID user) |
Modifier and Type | Method and Description |
---|---|
void |
XMLRepository.setAccountStatus(BareJID user,
AuthRepository.AccountStatus status) |
Copyright © 2004–2019 "Tigase, Inc.". All rights reserved.