Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


oracle.security.jps.util
Interface PrincipalHolder


public interface PrincipalHolder

This class represents the object of an enterprise principal i.e. either an enterprise user or an enterprise role/group. This object holds the principal class, name, unique name, and guid properties. Properties such as guid may be null if not present


Method Summary
 java.lang.String getGUID()
          Returns the GUID for this enterprise user or role/group
 java.lang.String getName()
          Returns the name for this enterprise user or role/group
 java.security.Principal getPrincipal()
          Returns the Principal class for this enterprise user or role/group
 java.lang.String getUniqueName()
          Returns the unique name for this enterprise user or role/group

 

Method Detail

getPrincipal

java.security.Principal getPrincipal()
Returns the Principal class for this enterprise user or role/group
Returns:
the Principal class

getName

java.lang.String getName()
Returns the name for this enterprise user or role/group
Returns:
the name

getUniqueName

java.lang.String getUniqueName()
Returns the unique name for this enterprise user or role/group
Returns:
the unique name

getGUID

java.lang.String getGUID()
Returns the GUID for this enterprise user or role/group
Returns:
the GUID

Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


Copyright © 2011, Oracle. All rights reserved.