Package org.forgerock.am.config
Interface ConfigIdentity
-
public interface ConfigIdentity
Represents an identity in which annotated service configuration may have its scope bounded by.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
asUniversalId()
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.
-
-