public class Group
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
Group(java.lang.String name)
Create a credential group with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object)
Check whether the specified object is equal to this credential group.
|
java.lang.String |
getName()
Get the name.
|
int |
hashCode()
Get the hash code.
|
public Group(java.lang.String name)
name - The name.public java.lang.String getName()
public boolean equals(java.lang.Object object)
Group, and (2) the name of the object is equal to
the name of this credential group.equals in class java.lang.Objectobject - The object.public int hashCode()
hashCode in class java.lang.Object