@UESComponent public interface UESAuthorizationService
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_ACCESS_POINT
This access point is usable together with
Propagation.SUPPORTS. |
| Modifier and Type | Method and Description |
|---|---|
void |
authorize(UESAuthorizationToken aToken)
Process authorization based on given authorization token.
|
UESURI |
getAuthority(UESAuthorizationToken aToken)
Returns executive authority in active process environment.
|
boolean |
isAuthorized(UESAuthorizationToken aToken)
Checks state of authorization in active process environment.
|
Propagation.SUPPORTS.aToken - Authorization tokenUESAuthorizationServiceRTException - In case authorization is not possible or authorization failsaToken - Authorization token. May be null in which case existing authorization context is checkedUESAuthorizationServiceRTException - In case authorization state cannot be checkedaToken - Authorization token. May be null in which case existing authorization context is checkedUESAuthorizationServiceRTException - In case authority cannot be obtained