Package org.forgerock.am.config
Interface Identity
- 
public interface IdentityModels an identity within AM. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringasUniversalId()Provides the identity universal id. 
 - 
 
- 
- 
Method Detail
- 
asUniversalId
String asUniversalId()
Provides the identity universal id. This should be unique for a given user.- Returns:
 - The universal id.
 - Throws:
 ServiceConfigException- If the identity could not be retrieved.
 
 - 
 
 -