Package org.infinispan.security
Interface MutablePrincipalRoleMapper
- All Superinterfaces:
PrincipalRoleMapper
- All Known Implementing Classes:
ClusterRoleMapper
,ClusterRoleMapper
- Since:
- 12.1
- Author:
- Tristan Tarrant <tristan@infinispan.org>
-
Method Summary
Methods inherited from interface org.infinispan.security.PrincipalRoleMapper
principalToRoles, setContext
-
Method Details
-
grant
-
deny
-
list
-
listAll
String listAll() -
listPrincipals
-
listPrincipalsAndRoleSet
Set<Map.Entry<String,ClusterRoleMapper.RoleSet>> listPrincipalsAndRoleSet() -
listPrincipalsByRole
-
denyAll
-