Package com.sun.identity.idm
Class IdUtils
- java.lang.Object
-
- com.sun.identity.idm.IdUtils
-
@Supported public final class IdUtils extends Object
The class defines some static utilities used by other components like policy and auth
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AMIdentity
getIdentity(SSOToken token)
static AMIdentity
getIdentity(SSOToken token, String univId)
static String
getUniversalId(AMIdentity id)
-
-
-
Method Detail
-
getIdentity
@Supported public static AMIdentity getIdentity(SSOToken token) throws IdRepoException, SSOException
- Throws:
IdRepoException
SSOException
-
getUniversalId
@Supported public static String getUniversalId(AMIdentity id)
-
getIdentity
@Supported public static AMIdentity getIdentity(SSOToken token, String univId) throws IdRepoException
- Throws:
IdRepoException
-
-