fedora.server.security
Class ValidatePolicy

java.lang.Object
  extended by com.sun.xacml.finder.PolicyFinderModule
      extended by fedora.server.security.ValidatePolicy

public class ValidatePolicy
extends com.sun.xacml.finder.PolicyFinderModule

Author:
wdn5e@virginia.edu to understand why this class is needed (why configuring the xacml pdp with all of the multiplexed policy finders just won't work),
See Also:
"http://sourceforge.net/mailarchive/message.php?msg_id=6068981"

Field Summary
static java.lang.String JAXP_SCHEMA_LANGUAGE
           
static java.lang.String JAXP_SCHEMA_SOURCE
           
static java.lang.String POLICY_SCHEMA_PROPERTY
           
static java.lang.String W3C_XML_SCHEMA
           
 
Constructor Summary
ValidatePolicy()
           
 
Method Summary
 void init(com.sun.xacml.finder.PolicyFinder finder)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class com.sun.xacml.finder.PolicyFinderModule
findPolicy, findPolicy, getIdentifier, invalidateCache, isIdReferenceSupported, isRequestSupported
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

POLICY_SCHEMA_PROPERTY

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

JAXP_SCHEMA_LANGUAGE

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

W3C_XML_SCHEMA

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

JAXP_SCHEMA_SOURCE

public static final java.lang.String JAXP_SCHEMA_SOURCE
See Also:
Constant Field Values
Constructor Detail

ValidatePolicy

public ValidatePolicy()
Method Detail

init

public void init(com.sun.xacml.finder.PolicyFinder finder)
Specified by:
init in class com.sun.xacml.finder.PolicyFinderModule

main

public static void main(java.lang.String[] args)