public interface IdentityStoreHandler
IdentityStoreHandler
is a mechanism for validating a Caller's
credentials and accessing a Caller's identity attributes using multiple IdentityStores,
and would be used by an authentication mechanism,
such as the JSR 375 AuthenticationMechanism
or the JSR 196 (JASPIC) ServerAuthModule
.
Other beans should only inject this handler and not the IdentityStore directly as multiple stores can exists.
Modifier and Type | Method and Description |
---|---|
CredentialValidationResult |
validate(Credential credential)
Validates the given credential.
|
CredentialValidationResult validate(Credential credential)
credential
- The credentialCopyright © 2015–2017. All rights reserved.