Package org.jets3t.service.acl
Class GrantAndPermission
- java.lang.Object
-
- org.jets3t.service.acl.GrantAndPermission
-
public class GrantAndPermission extends Object
Simple container object to combine a grantee object with a permission object.- Author:
- James Murty
-
-
Constructor Summary
Constructors Constructor Description GrantAndPermission(GranteeInterface grantee, Permission permission)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
GranteeInterface
getGrantee()
Permission
getPermission()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
GrantAndPermission
public GrantAndPermission(GranteeInterface grantee, Permission permission)
-
-
Method Detail
-
getGrantee
public GranteeInterface getGrantee()
-
getPermission
public Permission getPermission()
-
-