Class GroupsRoleBasedAccessControllerResolver

java.lang.Object
io.inverno.mod.security.accesscontrol.GroupsRoleBasedAccessControllerResolver
All Implemented Interfaces:
AccessControllerResolver<GroupAwareAuthentication,RoleBasedAccessController>

public class GroupsRoleBasedAccessControllerResolver extends Object implements AccessControllerResolver<GroupAwareAuthentication,RoleBasedAccessController>

Resolves a role based access controller from a GroupAwareAuthentication.

It basically considers the groups to which the authenticated entity is in as roles in order to create the resulting role based access controller.

Since:
1.5
Author:
Jeremy Kuhn
See Also: