public class Group extends PrincipalImpl
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other)
This function returns true if the object passed matches the principal represented in this implementation
|
int |
hashCode()
Returns the hashcode for this Principal object
|
getName, toStringpublic Group(String name)
public boolean equals(Object other)
PrincipalImplequals in interface Principalequals in class PrincipalImplother - the Principal to compare with.public int hashCode()
PrincipalImplhashCode in interface PrincipalhashCode in class PrincipalImplCopyright © 2019. All rights reserved.