@Typed(value=PamRealmIdentityStore.class) public class PamRealmIdentityStore extends RealmIdentityStore
PamRealmIdentityStore Identity store validates the user using
dynamically created pam realm instance and returns the validation result with
the caller name and groups.| Modifier and Type | Field and Description |
|---|---|
static Class<PamRealm> |
REALM_CLASS |
static Class<PamLoginModule> |
REALM_LOGIN_MODULE_CLASS |
| Constructor and Description |
|---|
PamRealmIdentityStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(PamRealmIdentityStoreConfiguration configuration) |
javax.security.enterprise.identitystore.CredentialValidationResult |
validate(javax.security.enterprise.credential.Credential credential) |
login, setConfiguration, validatepublic static final Class<PamLoginModule> REALM_LOGIN_MODULE_CLASS
public void init(PamRealmIdentityStoreConfiguration 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 © 2021. All rights reserved.