Skip navigation links

Oracle Containers for J2EE Security Java API Reference
10g Release 3 (10.1.3.1.0)

B32115-01


oracle.security.jazn.realm
Interface RealmPrincipal

All Superinterfaces:
java.security.Principal
All Known Subinterfaces:
RealmRole, RealmUser
All Known Implementing Classes:
GenericPrincipal, SAMLPrincipal

public interface RealmPrincipal
extends java.security.Principal

RealmPrincipal extends from java.security.Principal. It is a principal associated with a realm instance. <p/>

See Also:
RealmRole, RealmUser

Method Summary
 java.lang.String getDescription()
          Returns description string associated with this principal.
 java.lang.String getDisplayName()
          Returns display name associated with this principal.
 java.lang.String getFullName()
          Returns the Fullname of the principal
 Realm getRealm()
          Returns the Realm that this Principal is associated with
 void setDescription(java.lang.String desc)
          Sets the description for this principal.

 

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

 

Method Detail

getRealm

public Realm getRealm()
Returns the Realm that this Principal is associated with

getFullName

public java.lang.String getFullName()
Returns the Fullname of the principal

getDisplayName

public java.lang.String getDisplayName()
Returns display name associated with this principal.
Returns:
display name associated with this principal.

getDescription

public java.lang.String getDescription()
Returns description string associated with this principal.
Returns:
description string associated with this principal.

setDescription

public void setDescription(java.lang.String desc)
Sets the description for this principal.
Parameters:
desc - the description of this principal. throws UnsupportedOperationException if not possible.

Skip navigation links

Oracle Containers for J2EE Security Java API Reference
10g Release 3 (10.1.3.1.0)

B32115-01


Copyright © 2004, 2006, Oracle. All rights reserved.