Uses of Class
org.restlet.security.Role
Packages that use Role
Package
Description
Core classes of the Restlet API.
Information exchanged by components.
Supports security.
Client and server resource classes.
Classes related to security.
-
Uses of Role in org.restlet
Methods in org.restlet that return RoleModifier and TypeMethodDescriptionReturns the role associated to the given name.Methods in org.restlet that return types with arguments of type RoleMethod parameters in org.restlet with type arguments of type Role -
Uses of Role in org.restlet.data
Methods in org.restlet.data that return types with arguments of type RoleMethod parameters in org.restlet.data with type arguments of type Role -
Uses of Role in org.restlet.engine.security
Methods in org.restlet.engine.security that return RoleMethods in org.restlet.engine.security with parameters of type RoleConstructors in org.restlet.engine.security with parameters of type Role -
Uses of Role in org.restlet.resource
Methods in org.restlet.resource that return Role -
Uses of Role in org.restlet.security
Methods in org.restlet.security that return RoleModifier and TypeMethodDescriptionstatic RoleRole.get(Application application, String name) Finds an existing role or creates a new one if needed.static RoleRole.get(Application application, String name, String description) Finds an existing role or creates a new one if needed.Methods in org.restlet.security that return types with arguments of type RoleModifier and TypeMethodDescriptionFinds the roles mapped to given user groups.MemoryRealm.findRoles(Application application, Set<Group> userGroups) Finds the roles mapped to given user groups.MemoryRealm.findRoles(Application application, Group userGroup) Finds the roles mapped to a given user group.MemoryRealm.findRoles(Application application, User user) Finds the roles mapped to a given user, for a specific application.Finds the roles mapped to given user group.Finds the roles mapped to a given user.RoleAuthorizer.getAuthorizedRoles()Returns the modifiable list of authorized roles.Role.getChildRoles()Returns the modifiable list of child roles.RoleAuthorizer.getForbiddenRoles()Returns the modifiable list of forbidden roles.Methods in org.restlet.security with parameters of type RoleModifier and TypeMethodDescriptionvoidMaps a group defined in a component to a role defined in the application.voidMaps a user defined in a component to a role defined in the application.voidUnmaps a group defined in a component from a role defined in the application.voidUnmaps a user defined in a component from a role defined in the application.Method parameters in org.restlet.security with type arguments of type RoleModifier and TypeMethodDescriptionvoidRoleAuthorizer.setAuthorizedRoles(List<Role> authorizedRoles) Sets the modifiable list of authorized roles.voidRole.setChildRoles(List<Role> childRoles) Sets the modifiable list of child roles.voidRoleAuthorizer.setForbiddenRoles(List<Role> forbiddenRoles) Sets the modifiable list of forbidden roles.