Skip navigation links

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

E27137-01


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


public interface UserInfo

Interface for user object.

Since:
11gR1PS1
Version:
$Header: ngam/src/engines/common/identity/src/main/java/oracle/security/am/engines/common/identity/provider/UserInfo.java /main/3 2010/12/07 13:22:14 vsramach Exp $

Method Summary
 oracle.security.am.engines.common.identity.provider.CanonicalID getCanonicalID()
          Returns the CanonicalID for the user
 java.lang.String getDN()
          Returns the DN associated with this user
 java.lang.String getIdStoreName()
          Returns the idStore name this user is associated with
 java.lang.String getUserId()
          Returns the User Id of the user.
 oracle.security.idm.User getUserObject()
          Returns the User/Role API User object associated with this user.

 

Method Detail

getUserId

java.lang.String getUserId()
Returns the User Id of the user.
Returns:
String The user id.

getDN

java.lang.String getDN()
Returns the DN associated with this user
Returns:
String The Distinguished Name of this user.

getIdStoreName

java.lang.String getIdStoreName()
Returns the idStore name this user is associated with
Returns:
String The name of the Id Store

getCanonicalID

oracle.security.am.engines.common.identity.provider.CanonicalID getCanonicalID()
                                                                               throws IdentityProviderException
Returns the CanonicalID for the user
Returns:
CanonicalID The CanonicalID.
Throws:
IdentityProviderException

getUserObject

oracle.security.idm.User getUserObject()
                                       throws IdentityProviderException
Returns the User/Role API User object associated with this user.
Returns:
User The User object.
Throws:
IdentityProviderException

Skip navigation links

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

E27137-01


Copyright © 2012, Oracle Corp. All Rights Reserved.