org.opensaml.saml1.core
Class DecisionTypeEnumeration

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

public final class DecisionTypeEnumeration
extends Object

A type safe "enumeration" of AuthorizationDecisionStatement Decision types.


Field Summary
private  String decisionType
          The decision type sting
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 sting

Constructor Detail

DecisionTypeEnumeration

protected DecisionTypeEnumeration(String newDecisionType)
Constructor

Parameters:
newDecisionType -
Method Detail

toString

public String toString()

Overrides:
toString in class Object


Copyright © 1999-2013. All Rights Reserved.