Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E12031-02


oracle.iam.rm.authentication
Interface RoleManagerPrincipal

All Superinterfaces:
java.security.Principal, java.io.Serializable

public interface RoleManagerPrincipal
extends java.security.Principal, java.io.Serializable

This interface represents the abstract notion of a principal, which can be used to represent an entity such as a person or system identity. The corresponding database object is identified by its object key.


Method Summary
 java.lang.String getEmailAddress()
          Gets the email address of this RoleManagerPrincipal.
 java.util.Locale getLocale()
          Gets the locale of this RoleManagerPrincipal.
 ObjectKey getObjectKey()
          Gets the ObjectKey of this RoleManagerPrincipal.

 

Methods inherited from interface java.security.Principal
equals, getName, hashCode, toString

 

Method Detail

getEmailAddress

java.lang.String getEmailAddress()
Gets the email address of this RoleManagerPrincipal.
Returns:
String representing email address

getLocale

java.util.Locale getLocale()
Gets the locale of this RoleManagerPrincipal.
Returns:
Locale of this RoleManagerPrincipal.

getObjectKey

ObjectKey getObjectKey()
Gets the ObjectKey of this RoleManagerPrincipal.
Returns:
ObjectKey of this RoleManagerPrincipal

Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E12031-02


Copyright © 2007, 2008 Oracle. All Rights Reserved.