|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.geronimo.security.RealmPrincipal
public class RealmPrincipal
Represents a principal in an realm.
| Constructor Summary | |
|---|---|
RealmPrincipal(String realm,
String domain,
Principal principal)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
String |
getLoginDomain()
Returns the realm that is associated with the principal. |
String |
getName()
Returns the name of this principal. |
Principal |
getPrincipal()
Returns the principal that is associated with the realm. |
String |
getRealm()
Returns the realm that is associated with the principal. |
int |
hashCode()
|
String |
toString()
Returns a string representation of this principal. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RealmPrincipal(String realm,
String domain,
Principal principal)
| Method Detail |
|---|
public boolean equals(Object o)
equals in interface Principalequals in class Objectpublic int hashCode()
hashCode in interface PrincipalhashCode in class Objectpublic String toString()
toString in interface PrincipaltoString in class Objectpublic String getName()
getName in interface Principalpublic String getRealm()
public Principal getPrincipal()
public String getLoginDomain()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||