|
Oracle Fusion Middleware Identity Governance Framework Identity Directory Java API Reference 11g Release 1 (11.1.1) E39432-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.igf.ids.IDSPrincipal
public class IDSPrincipal
Implementation of java.security.Principal
| Constructor Summary | |
|---|---|
IDSPrincipal(java.lang.String name)Constructs IDSPrincipal object |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)Checks if the input object is same as this object |
java.lang.String |
getName()Gets principal name |
java.lang.String |
toString()Converts principal to string |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.security.Principal |
|---|
hashCode |
| Constructor Detail |
|---|
public IDSPrincipal(java.lang.String name)
name - Pricnipal name| Method Detail |
|---|
public java.lang.String getName()
getName in interface java.security.Principalpublic java.lang.String toString()
toString in interface java.security.PrincipaltoString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in interface java.security.Principalequals in class java.lang.Objectobj - input object to be compared
|
Oracle Fusion Middleware Identity Governance Framework Identity Directory Java API Reference 11g Release 1 (11.1.1) E39432-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||