public interface CredentialHandler<S extends IdentityStore<?>,V extends Credentials,U>
Modifier and Type | Method and Description |
---|---|
void |
setup(S store) |
void |
update(IdentityContext context,
Account account,
U credential,
S store,
Date effectiveDate,
Date expiryDate)
Updates the credential for a certain
Account . |
void |
validate(IdentityContext context,
V credentials,
S store)
Validates a credential.
|
void validate(IdentityContext context, V credentials, S store)
Validates a credential.
context
- The contextual invocation context.credentials
- The credential to be validated.store
- The underlying identity store.void update(IdentityContext context, Account account, U credential, S store, Date effectiveDate, Date expiryDate)
Updates the credential for a certain Account
.
context
- The contextual invocation context.account
- The account which credentials should be removed.credential
- The credential to be updated.store
- The underlying identity store.effectiveDate
- The date specifying from when this credential is valid.expiryDate
- The date specifying when the credential expires.void setup(S store)
store
- Copyright © 2018 JBoss by Red Hat. All rights reserved.