Uses of Class
org.wildfly.security.authz.SimplePermissionMapper.Builder
-
Packages that use SimplePermissionMapper.Builder Package Description org.wildfly.security.authz Elytron's Authorization API -
-
Uses of SimplePermissionMapper.Builder in org.wildfly.security.authz
Methods in org.wildfly.security.authz that return SimplePermissionMapper.Builder Modifier and Type Method Description SimplePermissionMapper.Builder
SimplePermissionMapper.Builder. addMapping(Set<String> principals, Set<String> roles, PermissionVerifier permissionVerifier)
Add a new mapping to aPermissionVerifier
, if thePermissionMappable
being mapped has a principal name that is in theSet
of principals or of any of the assigned roles are matched this mapping will be a match.SimplePermissionMapper.Builder
SimplePermissionMapper.Builder. addMatchAllPrincipals(PermissionVerifier permissionVerifier)
Add a new mapping to aPermissionVerifier
, if thePermissionMappable
being mapped has a principal or any of the assigned roles are matched this mapping will be a match.static SimplePermissionMapper.Builder
SimplePermissionMapper. builder()
Construct a newSimplePermissionMapper.Builder
for creating thePermissionMapper
.SimplePermissionMapper.Builder
SimplePermissionMapper.Builder. setMappingMode(SimplePermissionMapper.MappingMode mappingMode)
Set the mapping mode that the newly createdPermissionMapper
should use.
-