Package net.sf.michaelo.tomcat.pac
Class GroupMembership
- java.lang.Object
-
- net.sf.michaelo.tomcat.pac.GroupMembership
-
public class GroupMembership extends Object
A class representing theGROUP_MEMBERSHIP
structure from MS-PAC.
-
-
Constructor Summary
Constructors Constructor Description GroupMembership(long relativeId, long attributes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getAttributes()
long
getRelativeId()
String
toString()
-