|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.saml2.core.DecisionTypeEnumeration
public final class DecisionTypeEnumeration
A type safe enumeration of AuthzDecisionStatement decision types.
| Field Summary | |
|---|---|
static DecisionTypeEnumeration |
DENY
Deny decision type. |
static DecisionTypeEnumeration |
INDETERMINATE
Indeterminate decision type. |
static DecisionTypeEnumeration |
PERMIT
Permit decision type. |
| Constructor Summary | |
|---|---|
protected |
DecisionTypeEnumeration(java.lang.String newDecisionType)
Constructor. |
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final DecisionTypeEnumeration PERMIT
public static final DecisionTypeEnumeration DENY
public static final DecisionTypeEnumeration INDETERMINATE
| Constructor Detail |
|---|
protected DecisionTypeEnumeration(java.lang.String newDecisionType)
newDecisionType - the decision type string| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||