|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(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,
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(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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||