@Typed(value=FileRealmIdentityStore.class) public class FileRealmIdentityStore extends RealmIdentityStore
FileRealmIdentityStore Identity store validates the user using
dynamically created file realm instance and returns the validation result
with the caller name and groups.| Modifier and Type | Field and Description |
|---|---|
static Class<FileRealm> |
REALM_CLASS |
static Class<FileLoginModule> |
REALM_LOGIN_MODULE_CLASS |
| Constructor and Description |
|---|
FileRealmIdentityStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(FileRealmIdentityStoreConfiguration configuration) |
javax.security.enterprise.identitystore.CredentialValidationResult |
validate(javax.security.enterprise.credential.Credential credential) |
login, setConfiguration, validatepublic static final Class<FileLoginModule> REALM_LOGIN_MODULE_CLASS
public void init(FileRealmIdentityStoreConfiguration configuration)
public javax.security.enterprise.identitystore.CredentialValidationResult validate(javax.security.enterprise.credential.Credential credential)
validate in interface javax.security.enterprise.identitystore.IdentityStorevalidate in class RealmIdentityStoreCopyright © 2020. All rights reserved.