Skip navigation links

Oracle Fusion Middleware Extensibility Java API Reference for Oracle Access Management Access Manager
11g Release 2 (11.1.2.1.0)

E27137-02


oracle.security.am.engines.common.identity.provider
Interface GroupInfo


public interface GroupInfo

Interface for Group objects that are returned by Identity Provider.

Since:
11gR1PS1
Version:
$Header: ngam/src/engines/common/identity/src/main/java/oracle/security/am/engines/common/identity/provider/GroupInfo.java /main/1 2010/11/12 08:29:34 parashah Exp $

Method Summary
 oracle.security.am.engines.common.identity.provider.CanonicalID getCanonicalID()
          Returns the CanonicalId for this group.
 java.lang.String getDN()
          Returns the Group's DN
 java.lang.String getGroupId()
          Returns the GroupId
 java.lang.String getIdStoreName()
          Returns the id store name

 

Method Detail

getGroupId

java.lang.String getGroupId()
Returns the GroupId
Returns:
String The group id.

getDN

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

getIdStoreName

java.lang.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

Skip navigation links

Oracle Fusion Middleware Extensibility Java API Reference for Oracle Access Management Access Manager
11g Release 2 (11.1.2.1.0)

E27137-02


Copyright © 2013, Oracle Corp. All Rights Reserved.