|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Action | |
|---|---|
| org.gcube.accounting.security | |
| org.gcube.accounting.security.authz | |
| Uses of Action in org.gcube.accounting.security |
|---|
| Methods in org.gcube.accounting.security with parameters of type Action | |
|---|---|
static boolean |
SecurityManager.isAllowed(String userId,
Action action)
|
static boolean |
SecurityManager.isAllowed(String userId,
Action action,
String object)
|
| Uses of Action in org.gcube.accounting.security.authz |
|---|
| Methods in org.gcube.accounting.security.authz that return Action | |
|---|---|
static Action |
Action.getAction(String s)
|
static Action |
Action.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Action[] |
Action.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.gcube.accounting.security.authz with parameters of type Action | |
|---|---|
void |
Role.addAction(Action act)
Add the given action to this role |
void |
Role.addActions(Action... acts)
Add the given actions to this role |
boolean |
Permission.isAllowed(Action a)
Check whether the given action is allowed by this permission |
boolean |
Role.isAllowed(Action action)
Check whether the role can perform the given action |
boolean |
Permission.isAllowed(Action a,
String object)
Check whether the given action on the given target is allowed by this permission |
boolean |
FileAuthorizationManager.isAllowed(String userId,
Action action)
Check whether the given user is allowed to perform the given action |
boolean |
AuthorizationManager.isAllowed(String userId,
Action action)
|
boolean |
FileAuthorizationManager.isAllowed(String userId,
Action action,
String object)
Check if the given user is allowed to perform the given action over the given object. |
boolean |
AuthorizationManager.isAllowed(String userId,
Action action,
String object)
|
| Method parameters in org.gcube.accounting.security.authz with type arguments of type Action | |
|---|---|
void |
Role.addActions(Collection<Action> actions)
Add the given actions to this role |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||