Package org.infinispan.security.impl
Class SubjectACL
- java.lang.Object
-
- org.infinispan.security.impl.SubjectACL
-
public class SubjectACL extends Object
SubjectACL.- Since:
- 8.1
- Author:
- Tristan Tarrant
-
-
Constructor Summary
Constructors Constructor Description SubjectACL(Set<String> roles, int mask)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsRole(String role)intgetMask()Set<String>getRoles()booleanmatches(int permissionMask)StringtoString()
-