|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.jonas.security.auth.JPrincipal
Define a JOnAS principal
| Constructor Summary | |
JPrincipal(java.lang.String name)
Constructor |
|
| Method Summary | |
boolean |
equals(java.lang.Object another)
Compares this principal to the specified object. |
java.lang.String |
getName()
Returns the name of this principal. |
int |
hashCode()
Returns a hashcode for this principal. |
java.lang.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 JPrincipal(java.lang.String name)
name - the name of this principal| Method Detail |
public boolean equals(java.lang.Object another)
equals in interface java.security.Principalanother - principal to compare with.
public java.lang.String toString()
toString in interface java.security.Principalpublic int hashCode()
hashCode in interface java.security.Principalpublic java.lang.String getName()
getName in interface java.security.Principal
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||