org.jboss.security.xacml.interfaces
Interface XACMLConstants


public interface XACMLConstants

Constants

Since:
Jul 6, 2007
Version:
$Revision$
Author:
Anil.Saldhana@redhat.com

Field Summary
static java.lang.String ACTION_IDENTIFIER
           
static java.lang.String CONTEXT_SCHEMA
           
static java.lang.String CURRENT_TIME_IDENTIFIER
           
static int DECISION_DENY
          The decision to deny the request
static int DECISION_INDETERMINATE
          The decision that a decision about the request cannot be made
static int DECISION_NOT_APPLICABLE
          The decision that nothing applied to us
static int DECISION_PERMIT
          The decision to permit the request
static java.lang.String FUNCTION_ANYURI_EQUALS
           
static java.lang.String FUNCTION_STRING_EQUAL
           
static java.lang.String FUNCTION_STRING_IS_IN
           
static java.lang.String FUNCTION_STRING_ONE_AND_ONLY
           
static java.lang.String POLICY_FINDER
           
static java.lang.String POLICY_FINDER_MODULE
           
static java.lang.String REQUEST_CTX
           
static java.lang.String RESOURCE_IDENTIFIER
           
static java.lang.String RESPONSE_CTX
           
static java.lang.String SUBJECT_IDENTIFIER
           
static java.lang.String SUBJECT_ROLE_IDENTIFIER
           
static java.lang.String UNDERLYING_POLICY
           
 

Field Detail

UNDERLYING_POLICY

static final java.lang.String UNDERLYING_POLICY
See Also:
Constant Field Values

POLICY_FINDER

static final java.lang.String POLICY_FINDER
See Also:
Constant Field Values

POLICY_FINDER_MODULE

static final java.lang.String POLICY_FINDER_MODULE
See Also:
Constant Field Values

REQUEST_CTX

static final java.lang.String REQUEST_CTX
See Also:
Constant Field Values

RESPONSE_CTX

static final java.lang.String RESPONSE_CTX
See Also:
Constant Field Values

CONTEXT_SCHEMA

static final java.lang.String CONTEXT_SCHEMA
See Also:
Constant Field Values

ACTION_IDENTIFIER

static final java.lang.String ACTION_IDENTIFIER
See Also:
Constant Field Values

CURRENT_TIME_IDENTIFIER

static final java.lang.String CURRENT_TIME_IDENTIFIER
See Also:
Constant Field Values

RESOURCE_IDENTIFIER

static final java.lang.String RESOURCE_IDENTIFIER
See Also:
Constant Field Values

SUBJECT_IDENTIFIER

static final java.lang.String SUBJECT_IDENTIFIER
See Also:
Constant Field Values

SUBJECT_ROLE_IDENTIFIER

static final java.lang.String SUBJECT_ROLE_IDENTIFIER
See Also:
Constant Field Values

FUNCTION_ANYURI_EQUALS

static final java.lang.String FUNCTION_ANYURI_EQUALS
See Also:
Constant Field Values

FUNCTION_STRING_EQUAL

static final java.lang.String FUNCTION_STRING_EQUAL
See Also:
Constant Field Values

FUNCTION_STRING_IS_IN

static final java.lang.String FUNCTION_STRING_IS_IN
See Also:
Constant Field Values

FUNCTION_STRING_ONE_AND_ONLY

static final java.lang.String FUNCTION_STRING_ONE_AND_ONLY
See Also:
Constant Field Values

DECISION_PERMIT

static final int DECISION_PERMIT
The decision to permit the request

See Also:
Constant Field Values

DECISION_DENY

static final int DECISION_DENY
The decision to deny the request

See Also:
Constant Field Values

DECISION_INDETERMINATE

static final int DECISION_INDETERMINATE
The decision that a decision about the request cannot be made

See Also:
Constant Field Values

DECISION_NOT_APPLICABLE

static final int DECISION_NOT_APPLICABLE
The decision that nothing applied to us

See Also:
Constant Field Values


Copyright © 2007 JBoss Inc.. All Rights Reserved.