org.apache.sling.resourceresolver.impl
Class ResourceAccessSecurityTracker

java.lang.Object
  extended by org.apache.sling.resourceresolver.impl.ResourceAccessSecurityTracker

@Service(value=ResourceAccessSecurityTracker.class)
public class ResourceAccessSecurityTracker
extends Object

This internal helper class keeps track of the resource access security services and always returns the one with the highest service ranking.


Constructor Summary
ResourceAccessSecurityTracker()
           
 
Method Summary
 org.apache.sling.api.security.ResourceAccessSecurity getApplicationResourceAccessSecurity()
           
 org.apache.sling.api.security.ResourceAccessSecurity getProviderResourceAccessSecurity()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceAccessSecurityTracker

public ResourceAccessSecurityTracker()
Method Detail

getApplicationResourceAccessSecurity

public org.apache.sling.api.security.ResourceAccessSecurity getApplicationResourceAccessSecurity()

getProviderResourceAccessSecurity

public org.apache.sling.api.security.ResourceAccessSecurity getProviderResourceAccessSecurity()


Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.