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