Restlet Framework 2.2.2
OSGi Environments

Uses of Class
org.restlet.security.Group

Packages that use Group
org.restlet.security Classes related to security. 
 

Uses of Group in org.restlet.security
 

Methods in org.restlet.security that return types with arguments of type Group
 Set<Group> MemoryRealm.findGroups(User user)
          Finds the set of groups where a given user is a member.
 Set<Group> MemoryRealm.findGroups(User user, boolean inheritOnly)
          Finds the set of groups where a given user is a member.
 List<Group> Group.getMemberGroups()
          Returns the modifiable list of member groups.
 List<Group> MemoryRealm.getRootGroups()
          Returns the modifiable list of root groups.
 

Methods in org.restlet.security with parameters of type Group
 Set<Role> MemoryRealm.findRoles(Application application, Group userGroup)
          Finds the roles mapped to a given user group.
 Set<Role> MemoryRealm.findRoles(Group userGroup)
          Finds the roles mapped to given user group.
 void MemoryRealm.map(Group group, Role role)
          Maps a group defined in a component to a role defined in the application.
 void MemoryRealm.unmap(Group group, Application application, String roleName)
          Unmaps a group defined in a component from a role defined in the application.
 void MemoryRealm.unmap(Group group, Role role)
          Unmaps a group defined in a component from a role defined in the application.
 

Method parameters in org.restlet.security with type arguments of type Group
 Set<Role> MemoryRealm.findRoles(Application application, Set<Group> userGroups)
          Finds the roles mapped to given user groups.
 Set<Role> MemoryRealm.findRoles(Set<Group> userGroups)
          Finds the roles mapped to given user groups.
 void Group.setMemberGroups(List<Group> memberGroups)
          Sets the modifiable list of member groups.
 void MemoryRealm.setRootGroups(List<Group> rootGroups)
          Sets the modifiable list of root groups.
 


Restlet Framework 2.2.2
OSGi Environments

Copyright © 2005-2014 Restlet.