| java.lang.Object org.apache.geronimo.security.RealmPrincipal
All known Subclasses: org.apache.geronimo.security.PrimaryRealmPrincipal,
RealmPrincipal | public class RealmPrincipal implements Principal,Serializable(Code) | | Represents a principal in an realm.
version: $Rev: 476049 $ $Date: 2006-11-16 20:35:17 -0800 (Thu, 16 Nov 2006) $ |
getLoginDomain | public String getLoginDomain()(Code) | | Returns the realm that is associated with the principal.
the realm that is associated with the principal. |
getName | public String getName()(Code) | | Returns the name of this principal.
the name of this principal. |
getPrincipal | public Principal getPrincipal()(Code) | | Returns the principal that is associated with the realm.
the principal that is associated with the realm. |
getRealm | public String getRealm()(Code) | | Returns the realm that is associated with the principal.
the realm that is associated with the principal. |
hashCode | public int hashCode()(Code) | | |
toString | public String toString()(Code) | | Returns a string representation of this principal.
a string representation of this principal. |
|
|