|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PolicyParser | |
|---|---|
| org.fcrepo.server.security | |
| org.fcrepo.server.security.impl | |
| 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 | |
|---|---|
protected com.sun.xacml.AbstractPolicy |
PolicyLoader.loadObjectPolicy(PolicyParser policyParser,
String pid,
boolean validate)
|
abstract Map<String,com.sun.xacml.AbstractPolicy> |
PolicyLoader.loadPolicies(PolicyParser policyParser,
boolean validate,
File dir)
|
| Uses of PolicyParser in org.fcrepo.server.security.impl |
|---|
| Methods in org.fcrepo.server.security.impl with parameters of type PolicyParser | |
|---|---|
Map<String,com.sun.xacml.AbstractPolicy> |
SimplePolicyLoader.loadPolicies(PolicyParser policyParser,
boolean validate,
File dir)
|
Map<String,com.sun.xacml.AbstractPolicy> |
OverridingPolicyLoader.loadPolicies(PolicyParser policyParser,
boolean validate,
File dir)
|
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||