Uses of Class
org.jgrapes.webconsole.rbac.RoleConfigurator
Packages that use RoleConfigurator
Package
Description
Provides a simple role based access control using
information from the configuration support provided by JGrapes.
-
Uses of RoleConfigurator in org.jgrapes.webconsole.rbac
Methods in org.jgrapes.webconsole.rbac that return RoleConfiguratorModifier and TypeMethodDescriptionRoleConfigurator.setReplace(boolean replace) Control whether the component replaces allConsoleRoles or adds to the existing roles (default).RoleConfigurator.setRolesByUser(Map<String, Set<String>> roles) Sets the roles associated with a user.