Class Group
java.lang.Object
com.ibm.security.access.extension.authn.credential.Group
- All Implemented Interfaces:
Serializable
This class represents credential group. Credential group consists of only a
name.
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Group
Create a credential group with the specified name.- Parameters:
name
- The name.
-
-
Method Details
-
getName
Get the name.- Returns:
- The name.
-
equals
Check whether the specified object is equal to this credential group. An object is equal to this credential group if and only if (1) the object is an instance ofGroup
, and (2) the name of the object is equal to the name of this credential group. -
hashCode
public int hashCode()Get the hash code.
-