Uses of Class
org.fcrepo.server.security.PolicyParser

Packages that use PolicyParser
org.fcrepo.server.security   
org.fcrepo.server.validation   
 

Uses of PolicyParser in org.fcrepo.server.security
 

Methods in org.fcrepo.server.security that return PolicyParser
 PolicyParser PolicyParser.copy()
          Gets a new instance that uses the same schema as this one.
 

Methods in org.fcrepo.server.security with parameters of type PolicyParser
 void PolicyEnforcementPoint.initPep(String enforceMode, String combiningAlgorithm, String globalPolicyConfig, String globalBackendPolicyConfig, String globalPolicyGuiToolConfig, DOManager manager, boolean validateRepositoryPolicies, boolean validateObjectPoliciesFromDatastream, PolicyParser policyParser, String ownerIdSeparator)
           
 

Constructors in org.fcrepo.server.security with parameters of type PolicyParser
PolicyFinderModule(String combiningAlgorithm, String repositoryPolicyDirectoryPath, String repositoryBackendPolicyDirectoryPath, String repositoryPolicyGuiToolDirectoryPath, RepositoryReader repoReader, boolean validateRepositoryPolicies, boolean validateObjectPoliciesFromDatastream, PolicyParser policyParser)
           
 

Uses of PolicyParser in org.fcrepo.server.validation
 

Methods in org.fcrepo.server.validation with parameters of type PolicyParser
static void ValidationUtility.setFeslPolicyParser(PolicyParser parser)
           
static void ValidationUtility.setPolicyParser(PolicyParser parser)
          Sets the policy parser to be used to validate "POLICY" datastream.
 



Copyright © 2011 DuraSpace. All Rights Reserved.