Package org.ldaptive.jaas
Class LdapGroup
- java.lang.Object
- 
- org.ldaptive.jaas.LdapGroup
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Set<Principal>getMembers()Returns an unmodifiable set of the members in this group.StringgetName()inthashCode()booleanisMember(Principal member)Returns whether the supplied member is in this group.StringtoString()
 
- 
- 
- 
Field Detail- 
HASH_CODE_SEEDprivate static final int HASH_CODE_SEED hash code seed.- See Also:
- Constant Field Values
 
 - 
groupNameprivate final String groupName LDAP group name.
 
- 
 - 
Method Detail- 
isMemberpublic boolean isMember(Principal member) Returns whether the supplied member is in this group.- Parameters:
- member- to check
- Returns:
- whether the supplied member is in this group
 
 - 
getMemberspublic Set<Principal> getMembers() Returns an unmodifiable set of the members in this group.- Returns:
- set of member principals
 
 - 
equalspublic boolean equals(Object o) 
 - 
hashCodepublic int hashCode() 
 
- 
 
-