Interface IdentityStoreFullyQualifiedNamesResolver
public interface IdentityStoreFullyQualifiedNamesResolver
Resolves identity-store fully qualified names for identities.
-
Method Summary
-
Method Details
-
getFullyQualifiedNames
Set<String> getFullyQualifiedNames(SSOToken token, IdType type, String name, String realm) throws IdRepoException, SSOException Returns the fully qualified names for the specified identity.- Parameters:
token- a token the identity services can use to resolve the identity referencetype- the identity typename- the identity namerealm- the identity realm- Returns:
- the fully qualified names for the identity
- Throws:
IdRepoException- if the identity store lookup failsSSOException- if the token is invalid
-