public interface GroupInfo
Interface for Group objects that are returned by Identity Provider.
Since:
11gR1PS1
  • Method Summary

    Modifier and Type
    Method
    Description
    oracle.security.am.engines.common.identity.provider.CanonicalID
    Returns the CanonicalId for this group.
    Returns the Group's DN
    Returns the GroupId
    Returns the id store name
  • Method Details

    • getGroupId

      String getGroupId()
      Returns the GroupId
      Returns:
      String The group id.
    • getDN

      String getDN()
      Returns the Group's DN
      Returns:
      String The Distinguished Name of the group.
    • getIdStoreName

      String getIdStoreName()
      Returns the id store name
      Returns:
      String The name of the Id Store this group is associated with.
    • getCanonicalID

      oracle.security.am.engines.common.identity.provider.CanonicalID getCanonicalID() throws IdentityProviderException
      Returns the CanonicalId for this group.
      Returns:
      CanonicalID The CanonicalID associated with this group.
      Throws:
      IdentityProviderException