Uses of Class
org.restlet.security.Group
Packages that use Group
-
Uses of Group in org.restlet.security
Methods in org.restlet.security that return types with arguments of type GroupModifier and TypeMethodDescriptionMemoryRealm.findGroups(User user) Finds the set of groups where a given user is a member.MemoryRealm.findGroups(User user, boolean inheritOnly) Finds the set of groups where a given user is a member.Group.getMemberGroups()Returns the modifiable list of member groups.MemoryRealm.getRootGroups()Returns the modifiable list of root groups.Methods in org.restlet.security with parameters of type GroupModifier and TypeMethodDescriptionMemoryRealm.findRoles(Application application, Group userGroup) Finds the roles mapped to a given user group.Finds the roles mapped to given user group.voidMaps a group defined in a component to a role defined in the application.voidMemoryRealm.unmap(Group group, Application application, String roleName) Unmaps a group defined in a component from a role defined in the application.voidUnmaps a group defined in a component from a role defined in the application.Method parameters in org.restlet.security with type arguments of type GroupModifier and TypeMethodDescriptionFinds the roles mapped to given user groups.MemoryRealm.findRoles(Application application, Set<Group> userGroups) Finds the roles mapped to given user groups.voidGroup.setMemberGroups(List<Group> memberGroups) Sets the modifiable list of member groups.voidMemoryRealm.setRootGroups(List<Group> rootGroups) Sets the modifiable list of root groups.