|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 2 (11.1.2) E27155-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.security.jps.service.policystore.info.BasicPrincipalEntry
public class BasicPrincipalEntry
A class to hold an in-memory principal object. For example,
PrincipalEntry principal = new BasicPrincipalEntry("weblogic.security.principal.WLSUserImpl", "John");
| Constructor Summary | |
|---|---|
BasicPrincipalEntry(java.lang.String className, java.lang.String name)Constructor |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj) |
boolean |
equals(PrincipalEntry that) |
java.lang.String |
getAppID()Returns the application name if set. |
java.lang.String |
getClassName()Returns the Class Name that implements the Principal. |
java.lang.String |
getDescription()Returns the description of the Principal if available. |
java.lang.String |
getDisplayName()Returns the display name of the Principal if available. |
java.lang.String |
getGuid()Returns the guid of the Principal if available. |
java.lang.String |
getGUID()Returns the guid of he Principal if available. |
java.lang.String |
getName()Returns the name of the Principal if available. |
java.security.Principal |
getPrincipal()Returns the underlying Principal representing this object. |
java.lang.String |
getPrincipalName()Returns the name of the Principal. |
java.lang.String |
getType()Returns the type of the Principal. |
java.lang.String |
getUniqueName()Returns the unique name of the Principal if available. |
int |
hashCode() |
java.lang.String |
toString() |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BasicPrincipalEntry(java.lang.String className,
java.lang.String name)
className - principal class name, e.g. weblogic.security.principal.WLSUserImpl. Cannot be oracle.security.jps.service.policystore.ApplicationRole. Please use AppRoleEntry instead if you want to have an object for application role.name - principal name| Method Detail |
|---|
public java.lang.String getAppID()
getAppID in interface PrincipalEntrypublic java.lang.String getClassName()
getClassName in interface PrincipalEntrypublic java.lang.String getGuid()
public java.security.Principal getPrincipal()
getPrincipal in interface PrincipalEntrypublic java.lang.String getPrincipalName()
public java.lang.String getType()
getType in interface PrincipalEntrypublic java.lang.String getDescription()
getDescription in interface PrincipalEntrypublic java.lang.String getDisplayName()
getDisplayName in interface PrincipalEntrypublic java.lang.String getGUID()
getGUID in interface PrincipalEntrypublic java.lang.String getName()
getName in interface PrincipalEntrypublic java.lang.String getUniqueName()
getUniqueName in interface PrincipalEntrypublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic boolean equals(PrincipalEntry that)
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 2 (11.1.2) E27155-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||