|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Role | |
---|---|
com.sas.hls.security.role | Service and class definitions for manipulating and creating roles, their availability in contexts, and their membership lists. |
Uses of Role in com.sas.hls.security.role |
---|
Methods in com.sas.hls.security.role that return Role | |
---|---|
Role |
Role.clone()
|
Role |
RoleDefinitionService.createRole(RoleContext roleContext,
String name,
String description,
Set<Privilege> privileges)
Create a role and assign role to the specified context. |
Role |
RoleDefinitionService.getRole(RoleContext roleContext,
String name)
Get a role by specifying its context and name |
Role |
RoleDefinitionService.getRoleByIdentifier(String identifier)
Get a role given its identifier. |
Role |
RoleDefinitionService.updateRole(Role role)
Update the definition of the specified role. |
Methods in com.sas.hls.security.role that return types with arguments of type Role | |
---|---|
Set<Role> |
RoleDefinitionService.getRoles(RoleContext roleContext)
Get all the roles defined in a given context |
Set<Role> |
RoleDefinitionService.getRolesByDescriptors(Set<RoleDescriptor> roleDescriptors)
Get a set of roles given their role descriptors |
Set<Role> |
RoleDefinitionService.getRolesByIdentifiers(Set<String> identifiers)
Get a set of roles given their identifiers |
Methods in com.sas.hls.security.role with parameters of type Role | |
---|---|
Role |
RoleDefinitionService.updateRole(Role role)
Update the definition of the specified role. |
Method parameters in com.sas.hls.security.role with type arguments of type Role | |
---|---|
static List<RoleDescriptor> |
Role.toDescriptors(List<Role> roles)
Get roleDescriptors for these roles |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |