public abstract class RequestedAction extends AuthorizationRequest
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTION_NAMESPACE |
static String |
SOME_LITERAL |
static Property |
SOME_PREDICATE |
static String |
SOME_URI |
AUTHORIZED, UNAUTHORIZED| Constructor and Description |
|---|
RequestedAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
getURI()
In its most basic form, a RequestAction needs to have an identifier.
|
boolean |
isAuthorized(IdentifierBundle ids,
PolicyIface policy)
For authorization, just ask the Policy.
|
String |
toString() |
and, andAll, andAll, orpublic static String ACTION_NAMESPACE
public static String SOME_URI
public static Property SOME_PREDICATE
public static String SOME_LITERAL
public String getURI()
public final boolean isAuthorized(IdentifierBundle ids, PolicyIface policy)
isAuthorized in class AuthorizationRequestCopyright © 2016. All rights reserved.