Uses of Class
org.swisspush.gateleen.security.authorization.RoleMapper.MappedRole
-
Packages that use RoleMapper.MappedRole Package Description org.swisspush.gateleen.security.authorization -
-
Uses of RoleMapper.MappedRole in org.swisspush.gateleen.security.authorization
Methods in org.swisspush.gateleen.security.authorization that return types with arguments of type RoleMapper.MappedRole Modifier and Type Method Description Map<String,RoleMapper.MappedRole>RoleMapper. mapRoles(Set<String> roles)Maps the received roles from http header according the rolemapper rules and return the set of mapped roles including the initial list of roles according to the given mapping rule sets.
-