public class UESAuthorizationToken
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
accessPoint
Authorized access point.
|
private UESURI |
entity
Authorized entity.
|
private Mode |
mode
Authorization mode.
|
private Propagation |
propagation
Authorization propagation.
|
Constructor and Description |
---|
UESAuthorizationToken(UESURI aEntity,
Creates new authorization token with default propagation type
Propagation.REQUIRED
and authorization mode Mode.FIRST_ROLE configured. |
UESAuthorizationToken(UESURI aEntity,
Creates new authorization token.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccessPoint()
Returns authorized access point.
|
UESURI |
getEntity()
Returns authorized entity.
|
Mode |
getMode()
Returns authorization mode.
|
Propagation |
getPropagation()
Returns authorization propagation.
|
java.lang.String |
toString() |
aEntity
- Authorized entityaAccessPoint
- Authorized access pointaPropagation
- Authorization propagationaMode
- Authorization modePropagation.REQUIRED
and authorization mode Mode.FIRST_ROLE
configured.aEntity
- Authorized entityaAccessPoint
- Authorized access pointtoString
in class java.lang.Object