Uses of Interface
ro.isdc.wro.model.resource.support.ResourceAuthorizationManager

Packages that use ResourceAuthorizationManager
ro.isdc.wro.extensions.model.resource   
ro.isdc.wro.manager   
ro.isdc.wro.manager.factory   
ro.isdc.wro.model.resource.support   
 

Uses of ResourceAuthorizationManager in ro.isdc.wro.extensions.model.resource
 

Classes in ro.isdc.wro.extensions.model.resource that implement ResourceAuthorizationManager
 class ConfigurableAntPathPatternsResourceAuthorizationManager
          An implementation of ResourceAuthorizationManager which authorize the uri based on configured list of uri's matched using antPath support.
 

Uses of ResourceAuthorizationManager in ro.isdc.wro.manager
 

Methods in ro.isdc.wro.manager that return ResourceAuthorizationManager
 ResourceAuthorizationManager WroManager.getResourceAuthorizationManager()
           
 

Methods in ro.isdc.wro.manager with parameters of type ResourceAuthorizationManager
 WroManager.Builder WroManager.Builder.setAuthorizationManager(ResourceAuthorizationManager authorizationManager)
           
 

Uses of ResourceAuthorizationManager in ro.isdc.wro.manager.factory
 

Methods in ro.isdc.wro.manager.factory that return ResourceAuthorizationManager
protected  ResourceAuthorizationManager BaseWroManagerFactory.newAuthorizationManager()
           
 

Methods in ro.isdc.wro.manager.factory with parameters of type ResourceAuthorizationManager
 BaseWroManagerFactory BaseWroManagerFactory.setResourceAuthorizationManager(ResourceAuthorizationManager authorizationManager)
           
 

Uses of ResourceAuthorizationManager in ro.isdc.wro.model.resource.support
 

Subinterfaces of ResourceAuthorizationManager in ro.isdc.wro.model.resource.support
 interface MutableResourceAuthorizationManager
          A specialized IResourceAuthorizationManager which is capable of changing the authorized resource in the runtime.
 

Classes in ro.isdc.wro.model.resource.support that implement ResourceAuthorizationManager
 class DefaultResourceAuthorizationManager
          Controls the resources which should be accessible through ResourceProxyRequestHandler.
 



Copyright © 2008-2013. All Rights Reserved.