|
|||||||||
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 GroupIDPrincipal

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