|
Oracle Fusion Middleware User and Role Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14658-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface Identity
Interface representing a basic identity in the identity repository.
| Method Summary | |
|---|---|
java.lang.String |
getDisplayName()Returns display name of this Identity. |
java.lang.String |
getGUID()Get the global unique identifier for this identity. |
java.lang.String |
getName()Returns the name of this Identity. |
java.security.Principal |
getPrincipal()Returns the java.security.Principal object representing this Identity. |
java.lang.String |
getUniqueName()Gets the unique name for this identity. |
| Method Detail |
|---|
java.lang.String getDisplayName()
throws IMException
IMException - Thrown by the service provider in case of any problem
java.lang.String getName()
throws IMException
IMException - Thrown by the service provider in case of any problemgetUniqueName()
java.lang.String getUniqueName()
throws IMException
IMException - Thrown by the service provider in case of any problem
java.lang.String getGUID()
throws IMException
IMException - Thrown by the service provider in case of any problem
java.security.Principal getPrincipal()
throws IMException
IMException - Thrown by the service provider in case of any problem
|
Oracle Fusion Middleware User and Role Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14658-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||