org.opensaml.saml2.core
Class DecisionTypeEnumeration

java.lang.Object
  extended by org.opensaml.saml2.core.DecisionTypeEnumeration

public final class DecisionTypeEnumeration
extends Object

A type safe enumeration of AuthzDecisionStatement decision types.


Field Summary
private  String decisionType
          The decision type string.
static DecisionTypeEnumeration DENY
          Deny decision type.
static DecisionTypeEnumeration INDETERMINATE
          Indeterminate decision type.
static DecisionTypeEnumeration PERMIT
          Permit decision type.
 
Constructor Summary
protected DecisionTypeEnumeration(String newDecisionType)
          Constructor.
 
Method Summary
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PERMIT

public static final DecisionTypeEnumeration PERMIT
Permit decision type.


DENY

public static final DecisionTypeEnumeration DENY
Deny decision type.


INDETERMINATE

public static final DecisionTypeEnumeration INDETERMINATE
Indeterminate decision type.


decisionType

private String decisionType
The decision type string.

Constructor Detail

DecisionTypeEnumeration

protected DecisionTypeEnumeration(String newDecisionType)
Constructor.

Parameters:
newDecisionType - the decision type string
Method Detail

toString

public String toString()

Overrides:
toString in class Object


Copyright © 1999-2012. All Rights Reserved.