|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Role | |
|---|---|
| org.restlet.data | Information exchanged by components. |
| org.restlet.engine.security | Supports security. |
| org.restlet.security | Classes related to security. |
| Uses of Role in org.restlet.data |
|---|
| Methods in org.restlet.data that return types with arguments of type Role | |
|---|---|
List<Role> |
ClientInfo.getRoles()
Returns the authenticated user roles. |
| Method parameters in org.restlet.data with type arguments of type Role | |
|---|---|
void |
ClientInfo.setRoles(List<Role> roles)
Sets the authenticated user roles. |
| Uses of Role in org.restlet.engine.security |
|---|
| Methods in org.restlet.engine.security that return Role | |
|---|---|
Role |
RoleMapping.getTarget()
|
| Methods in org.restlet.engine.security with parameters of type Role | |
|---|---|
void |
RoleMapping.setTarget(Role target)
|
| Constructors in org.restlet.engine.security with parameters of type Role | |
|---|---|
RoleMapping(Object source,
Role target)
Constructor. |
|
| Uses of Role in org.restlet.security |
|---|
| Fields in org.restlet.security declared as Role | |
|---|---|
static Role |
Role.ALL
Unmodifiable role that covers all existing roles. |
| Methods in org.restlet.security that return types with arguments of type Role | |
|---|---|
Set<Role> |
MemoryRealm.findRoles(Group userGroup)
Finds the roles mapped to given user group. |
Set<Role> |
MemoryRealm.findRoles(Set<Group> userGroups)
Finds the roles mapped to given user groups. |
Set<Role> |
MemoryRealm.findRoles(User user)
Finds the roles mapped to a given user. |
List<Role> |
RoleAuthorizer.getAuthorizedRoles()
Returns the modifiable list of authorized roles. |
List<Role> |
Role.getChildRoles()
Returns the modifiable list of child roles. |
List<Role> |
RoleAuthorizer.getForbiddenRoles()
Returns the modifiable list of forbidden roles. |
| Methods in org.restlet.security with parameters of type Role | |
|---|---|
void |
MemoryRealm.map(Group group,
Role role)
Maps a group defined in a component to a role defined in the application. |
void |
MemoryRealm.map(User user,
Role role)
Maps a user 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. |
void |
MemoryRealm.unmap(User user,
Role role)
Unmaps a user defined in a component from a role defined in the application. |
| Method parameters in org.restlet.security with type arguments of type Role | |
|---|---|
void |
RoleAuthorizer.setAuthorizedRoles(List<Role> authorizedRoles)
Sets the modifiable list of authorized roles. |
void |
Role.setChildRoles(List<Role> childRoles)
Sets the modifiable list of child roles. |
void |
RoleAuthorizer.setForbiddenRoles(List<Role> forbiddenRoles)
Sets the modifiable list of forbidden roles. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||