Interface IdentityStoreFullyQualifiedNamesResolver


public interface IdentityStoreFullyQualifiedNamesResolver
Resolves identity-store fully qualified names for identities.
  • 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 reference
      type - the identity type
      name - the identity name
      realm - the identity realm
      Returns:
      the fully qualified names for the identity
      Throws:
      IdRepoException - if the identity store lookup fails
      SSOException - if the token is invalid