|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IdentityArchiveService
This service archives EntityDefault. It's purpose is to provide long term storage for basic identity data that may be removed from the IdentityService implementation's backing store.
Method Summary | |
---|---|
EntityDefault |
getEntityDefaultInfoFromArchive(String entityId)
Gets the EntityDefault from the cache for the given entityId. |
EntityDefault |
getEntityDefaultInfoFromArchiveByPrincipalId(String principalId)
Gets the EntityDefault from the cache for the identity with the given principalId. |
EntityDefault |
getEntityDefaultInfoFromArchiveByPrincipalName(String principalName)
Gets the EntityDefault from the cache for the identity with the given principalName. |
void |
saveDefaultInfoToArchive(EntityDefault entity)
Saves the given EntityDefault into the cache. |
Method Detail |
---|
EntityDefault getEntityDefaultInfoFromArchive(String entityId)
EntityDefault getEntityDefaultInfoFromArchiveByPrincipalId(String principalId)
EntityDefault getEntityDefaultInfoFromArchiveByPrincipalName(String principalName)
void saveDefaultInfoToArchive(EntityDefault entity)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |