|
|||||||||
Home >> All >> edu >> emory >> mathcs >> util >> security >> auth >> spi >> [ passwd overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
edu.emory.mathcs.util.security.auth.spi.passwd
Class UserIDPrincipal

java.lang.Objectedu.emory.mathcs.util.security.auth.spi.passwd.IDPrincipal
edu.emory.mathcs.util.security.auth.spi.passwd.UserIDPrincipal
- All Implemented Interfaces:
- java.security.Principal
- public class UserIDPrincipal
- extends IDPrincipal
- implements java.security.Principal
- extends IDPrincipal
DOCUMENT ME!
Field Summary | |
private java.lang.String |
name
DOCUMENT ME! |
Constructor Summary | |
UserIDPrincipal(java.lang.String name)
Creates a new instance of UserIDPrincipal |
Method Summary | |
boolean |
equals(java.lang.Object object)
Compares the specified Object with this UserIDPrincipal . |
java.lang.String |
getName()
Returns the name of this principal. |
int |
hashCode()
DOCUMENT ME! |
java.lang.String |
toString()
DOCUMENT ME! |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
name
private final java.lang.String name
- DOCUMENT ME!
Constructor Detail |
UserIDPrincipal
public UserIDPrincipal(java.lang.String name)
- Creates a new instance of UserIDPrincipal
Method Detail |
getName
public java.lang.String getName()
- Returns the name of this principal.
- Specified by:
getName
in interfacejava.security.Principal
toString
public java.lang.String toString()
- DOCUMENT ME!
- Specified by:
toString
in interfacejava.security.Principal
equals
public boolean equals(java.lang.Object object)
- Compares the specified Object with this
UserIDPrincipal
. Returns true if the specified object is an instance ofUserIDPrincipal
and has the same name as this UserIDPrincipal.- Specified by:
equals
in interfacejava.security.Principal
hashCode
public int hashCode()
- DOCUMENT ME!
- Specified by:
hashCode
in interfacejava.security.Principal
|
|||||||||
Home >> All >> edu >> emory >> mathcs >> util >> security >> auth >> spi >> [ passwd overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |