|
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14650-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
java.security.Principal getPrincipal()
Principal
class for this enterprise user or role/groupPrincipal
classjava.lang.String getName()
java.lang.String getUniqueName()
java.lang.String getGUID()
|
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14650-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |