|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.systinet.wasp.policy.PolicyUsage
The policy usage identifies how the policy assertion is processed.
Field Summary | |
static QName |
_IGNORED
|
static QName |
_OBSERVED
|
static QName |
_OPTIONAL
|
static QName |
_REJECTED
|
static QName |
_REQUIRED
|
static PolicyUsage |
IGNORED
The assertion is processed, but ignored. |
static PolicyUsage |
OBSERVED
The assertion will be applied to all subjects and requesters of the service are informed that the policy will be applied. |
static PolicyUsage |
OPTIONAL
The assertion may be made of the subject but it is not required to be applied. |
static PolicyUsage |
REJECTED
The assertion is explicitly not supported and if present will cause failure. |
static PolicyUsage |
REQUIRED
The assertion must be applied to the subject. |
Constructor Summary | |
protected |
PolicyUsage(QName value)
|
Method Summary | |
static PolicyUsage |
fromValue(QName value)
Gets policy usage for given QName value. |
QName |
getValue()
Gets QName value of this policy usage. |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final QName _REQUIRED
public static final QName _OPTIONAL
public static final QName _REJECTED
public static final QName _OBSERVED
public static final QName _IGNORED
public static final PolicyUsage REQUIRED
public static final PolicyUsage OPTIONAL
public static final PolicyUsage REJECTED
public static final PolicyUsage OBSERVED
public static final PolicyUsage IGNORED
Constructor Detail |
protected PolicyUsage(QName value)
Method Detail |
public QName getValue()
public static PolicyUsage fromValue(QName value)
value
- a QName value
public int hashCode()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |