@Typed(value=SecuredIdentityManager.class) public class SecuredIdentityManager extends Object implements org.picketlink.idm.IdentityManager
| Constructor and Description |
|---|
SecuredIdentityManager(org.picketlink.idm.IdentityManager decorated) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(org.picketlink.idm.model.IdentityType identityType) |
<T extends org.picketlink.idm.model.IdentityType> |
createIdentityQuery(Class<T> identityType) |
<T extends org.picketlink.idm.model.IdentityType> |
lookupIdentityById(Class<T> identityType,
String id) |
void |
remove(org.picketlink.idm.model.IdentityType value) |
<T extends org.picketlink.idm.credential.storage.CredentialStorage> |
retrieveCredentials(org.picketlink.idm.model.Account account,
Class<T> storageClass) |
<T extends org.picketlink.idm.credential.storage.CredentialStorage> |
retrieveCurrentCredential(org.picketlink.idm.model.Account account,
Class<T> storageClass) |
void |
update(org.picketlink.idm.model.IdentityType identityType) |
void |
updateCredential(org.picketlink.idm.model.Account account,
Object credential) |
void |
updateCredential(org.picketlink.idm.model.Account account,
Object credential,
Date effectiveDate,
Date expiryDate) |
void |
validateCredentials(org.picketlink.idm.credential.Credentials credentials) |
public SecuredIdentityManager(org.picketlink.idm.IdentityManager decorated)
public void add(org.picketlink.idm.model.IdentityType identityType)
throws org.picketlink.idm.IdentityManagementException
add in interface org.picketlink.idm.IdentityManagerorg.picketlink.idm.IdentityManagementExceptionpublic void update(org.picketlink.idm.model.IdentityType identityType)
throws org.picketlink.idm.IdentityManagementException
update in interface org.picketlink.idm.IdentityManagerorg.picketlink.idm.IdentityManagementExceptionpublic void remove(org.picketlink.idm.model.IdentityType value)
throws org.picketlink.idm.IdentityManagementException
remove in interface org.picketlink.idm.IdentityManagerorg.picketlink.idm.IdentityManagementExceptionpublic <T extends org.picketlink.idm.model.IdentityType> T lookupIdentityById(Class<T> identityType, String id)
lookupIdentityById in interface org.picketlink.idm.IdentityManagerpublic <T extends org.picketlink.idm.model.IdentityType> org.picketlink.idm.query.IdentityQuery<T> createIdentityQuery(Class<T> identityType)
createIdentityQuery in interface org.picketlink.idm.IdentityManagerpublic void validateCredentials(org.picketlink.idm.credential.Credentials credentials)
validateCredentials in interface org.picketlink.idm.IdentityManagerpublic void updateCredential(org.picketlink.idm.model.Account account,
Object credential)
updateCredential in interface org.picketlink.idm.IdentityManagerpublic void updateCredential(org.picketlink.idm.model.Account account,
Object credential,
Date effectiveDate,
Date expiryDate)
updateCredential in interface org.picketlink.idm.IdentityManagerpublic <T extends org.picketlink.idm.credential.storage.CredentialStorage> T retrieveCurrentCredential(org.picketlink.idm.model.Account account,
Class<T> storageClass)
retrieveCurrentCredential in interface org.picketlink.idm.IdentityManagerCopyright © 2013. All Rights Reserved.