public interface CredentialHandler
| Modifier and Type | Method and Description |
|---|---|
void |
setup(IdentityStore<?> identityStore) |
void |
update(SecurityContext context,
Agent agent,
Object credential,
IdentityStore<?> identityStore,
Date effectiveDate,
Date expiryDate) |
void |
validate(SecurityContext context,
Credentials credentials,
IdentityStore<?> identityStore) |
void validate(SecurityContext context, Credentials credentials, IdentityStore<?> identityStore)
credentials - store - void update(SecurityContext context, Agent agent, Object credential, IdentityStore<?> identityStore, Date effectiveDate, Date expiryDate)
user - credential - store - void setup(IdentityStore<?> identityStore)
identityStore - Copyright © 2013. All Rights Reserved.