Class SameRoleMapping
- java.lang.Object
-
- org.seedstack.seed.security.internal.authorization.SameRoleMapping
-
- All Implemented Interfaces:
org.seedstack.seed.security.RoleMapping
public class SameRoleMapping extends Object implements org.seedstack.seed.security.RoleMapping
RoleMapping that returns Roles which names are the realm data;
-
-
Constructor Summary
Constructors Constructor Description SameRoleMapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<org.seedstack.seed.security.Role>resolveRoles(Set<String> realmData, Collection<org.seedstack.seed.security.principals.PrincipalProvider<?>> principalProviders)
-
-
-
Method Detail
-
resolveRoles
public Set<org.seedstack.seed.security.Role> resolveRoles(Set<String> realmData, Collection<org.seedstack.seed.security.principals.PrincipalProvider<?>> principalProviders)
- Specified by:
resolveRolesin interfaceorg.seedstack.seed.security.RoleMapping
-
-