Interface GroupInfo
public interface GroupInfo
Interface for Group objects that are returned by Identity Provider.
- Since:
- 11gR1PS1
-
Method Summary
Modifier and TypeMethodDescriptionoracle.security.am.engines.common.identity.provider.CanonicalIDReturns the CanonicalId for this group.getDN()Returns the Group's DNReturns the GroupIdReturns 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 IdentityProviderExceptionReturns the CanonicalId for this group.- Returns:
- CanonicalID The CanonicalID associated with this group.
- Throws:
IdentityProviderException
-