public class SubjectACL
extends Object
SubjectACL.
- Since:
- 8.1
- Author:
- Tristan Tarrant
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
SubjectACL
public SubjectACL(Set<String> roles,
int mask)
-
Method Details
-
getMask
public int getMask()
-
-
containsRole
public boolean containsRole(String role)
-
matches
public boolean matches(int permissionMask)
-
-