Oracle9iAS JAAS 9.0.2.0.0

oracle.security.jazn.realm
Interface RealmPrincipal

All Superinterfaces:
Principal
All Known Subinterfaces:
RealmRole, RealmUser

public interface RealmPrincipal
extends Principal

RealmPrincipal extends from java.security.Principal. It is a principal associated with a realm instance.

See Also:
RealmRole, RealmUser

Method Summary
TypeMethod
 Realm getRealm()
          Returns the Realm that this Principal is associated with
 
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

Oracle9iAS JAAS 9.0.2.0.0

Copyright 2001, Oracle Corporation. All Rights Reserved.