|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Permission | |
---|---|
org.rhq.core.domain.authz | |
org.rhq.core.domain.resource.composite |
Uses of Permission in org.rhq.core.domain.authz |
---|
Fields in org.rhq.core.domain.authz with type parameters of type Permission | |
---|---|
static EnumSet<Permission> |
Permission.RESOURCE_ALL
|
Methods in org.rhq.core.domain.authz that return Permission | |
---|---|
static Permission |
Permission.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Permission[] |
Permission.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in org.rhq.core.domain.authz that return types with arguments of type Permission | |
---|---|
Set<Permission> |
Role.getPermissions()
|
Methods in org.rhq.core.domain.authz with parameters of type Permission | |
---|---|
void |
Role.addPermission(Permission operation)
|
boolean |
Role.removePermission(Permission permission)
|
Method parameters in org.rhq.core.domain.authz with type arguments of type Permission | |
---|---|
void |
Role.setPermissions(Set<Permission> permissions)
|
Uses of Permission in org.rhq.core.domain.resource.composite |
---|
Constructor parameters in org.rhq.core.domain.resource.composite with type arguments of type Permission | |
---|---|
ResourcePermission(Set<Permission> permissions)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |