org.opensaml
Class SAMLDecision

java.lang.Object
  extended byorg.opensaml.SAMLDecision

public class SAMLDecision
extends Object

Represents a SAML Decision

Author:
Helen Rehn

Field Summary
static String DENY
           
static String INDETERMINATE
           
static String PERMIT
           
 
Constructor Summary
SAMLDecision()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PERMIT

public static final String PERMIT
See Also:
Constant Field Values

DENY

public static final String DENY
See Also:
Constant Field Values

INDETERMINATE

public static final String INDETERMINATE
See Also:
Constant Field Values
Constructor Detail

SAMLDecision

public SAMLDecision()


Copyright ? 2005 UCAID. All Rights Reserved.