|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xacml.finder.PolicyFinderModule
org.fcrepo.server.security.PolicyFinderModule
public class PolicyFinderModule
XACML PolicyFinder for Fedora.
This provides repository-wide policies and object-specific policies, when available.
| Constructor Summary | |
|---|---|
PolicyFinderModule(Server server,
PolicyLoader policyLoader,
ModuleConfiguration authorizationConfig)
|
|
| Method Summary | |
|---|---|
com.sun.xacml.finder.PolicyFinderResult |
findPolicy(com.sun.xacml.EvaluationCtx context)
Gets a deny-biased policy set that includes all repository-wide and object-specific policies. |
static String |
getPid(com.sun.xacml.EvaluationCtx context)
|
void |
init(com.sun.xacml.finder.PolicyFinder finder)
Does nothing at init time. |
boolean |
isRequestSupported()
Always returns true, indicating that this impl supports finding policies based on a request. |
| Methods inherited from class com.sun.xacml.finder.PolicyFinderModule |
|---|
findPolicy, getIdentifier, invalidateCache, isIdReferenceSupported |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PolicyFinderModule(Server server,
PolicyLoader policyLoader,
ModuleConfiguration authorizationConfig)
throws GeneralException
GeneralException| Method Detail |
|---|
public void init(com.sun.xacml.finder.PolicyFinder finder)
init in class com.sun.xacml.finder.PolicyFinderModulepublic boolean isRequestSupported()
isRequestSupported in class com.sun.xacml.finder.PolicyFinderModulepublic com.sun.xacml.finder.PolicyFinderResult findPolicy(com.sun.xacml.EvaluationCtx context)
findPolicy in class com.sun.xacml.finder.PolicyFinderModulepublic static String getPid(com.sun.xacml.EvaluationCtx context)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||