Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

edu.emory.mathcs.util.security.auth.spi.passwd
Class GroupIDPrincipal  view GroupIDPrincipal download GroupIDPrincipal.java

java.lang.Object
  extended byedu.emory.mathcs.util.security.auth.spi.passwd.IDPrincipal
      extended byedu.emory.mathcs.util.security.auth.spi.passwd.GroupIDPrincipal
All Implemented Interfaces:
java.security.Principal

public class GroupIDPrincipal
extends IDPrincipal
implements java.security.Principal

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 interface java.security.Principal

toString

public java.lang.String toString()
DOCUMENT ME!

Specified by:
toString in interface java.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 of GroupIDPrincipal and has the same name as this GroupIDPrincipal

Specified by:
equals in interface java.security.Principal