Uses of Class
org.wildfly.security.authz.SimplePermissionMapper.MappingMode
- 
Packages that use SimplePermissionMapper.MappingMode Package Description org.wildfly.security.authz Elytron's Authorization API - 
- 
Uses of SimplePermissionMapper.MappingMode in org.wildfly.security.authz
Methods in org.wildfly.security.authz that return SimplePermissionMapper.MappingMode Modifier and Type Method Description static SimplePermissionMapper.MappingModeSimplePermissionMapper.MappingMode. valueOf(String name)Returns the enum constant of this type with the specified name.static SimplePermissionMapper.MappingMode[]SimplePermissionMapper.MappingMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wildfly.security.authz with parameters of type SimplePermissionMapper.MappingMode Modifier and Type Method Description SimplePermissionMapper.BuilderSimplePermissionMapper.Builder. setMappingMode(SimplePermissionMapper.MappingMode mappingMode)Set the mapping mode that the newly createdPermissionMappershould use. 
 -