Uses of Interface
org.fcrepo.server.security.xacml.util.RelationshipResolver

Packages that use RelationshipResolver
org.fcrepo.server.security.xacml.pdp.finder.attribute   
org.fcrepo.server.security.xacml.util   
 

Uses of RelationshipResolver in org.fcrepo.server.security.xacml.pdp.finder.attribute
 

Constructors in org.fcrepo.server.security.xacml.pdp.finder.attribute with parameters of type RelationshipResolver
FedoraRIAttributeFinder(RelationshipResolver relationshipResolver)
           
 

Uses of RelationshipResolver in org.fcrepo.server.security.xacml.util
 

Classes in org.fcrepo.server.security.xacml.util that implement RelationshipResolver
 class RelationshipResolverBase
           
 class RelationshipResolverImpl
          A RelationshipResolver that resolves relationships via Management.getRelationships(org.fcrepo.server.Context, String, String).
 class RELSRelationshipResolver
          A RelationshipResolver that resolves relationships via Management.getRelationships(org.fcrepo.server.Context, String, String).
 class RIRelationshipResolver
           
 

Methods in org.fcrepo.server.security.xacml.util with parameters of type RelationshipResolver
 com.sun.xacml.ctx.RequestCtx ContextUtil.buildRequest(List<Map<URI,List<com.sun.xacml.attr.AttributeValue>>> subjects, Map<URI,com.sun.xacml.attr.AttributeValue> actions, Map<URI,com.sun.xacml.attr.AttributeValue> resources, Map<URI,com.sun.xacml.attr.AttributeValue> environment, RelationshipResolver relationshipResolver)
          Constructs a RequestCtx object.
 Set<com.sun.xacml.ctx.Attribute> ContextUtil.setupResources(Map<URI,com.sun.xacml.attr.AttributeValue> res, RelationshipResolver relationshipResolver)
          Creates a Resource specifying the resource-id, a required attribute.
 



Copyright © 2012 DuraSpace. All Rights Reserved.