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

All Known Subinterfaces:
MutableResourceAuthorizationManager
All Known Implementing Classes:
ConfigurableAntPathPatternsResourceAuthorizationManager, DefaultResourceAuthorizationManager

public interface ResourceAuthorizationManager

Controls the resources which should be accessible through ResourceProxyRequestHandler. Prevent the security issue which may occur when everything can be accessed using the proxy.

Author:
Alex Objelean

Method Summary
 boolean isAuthorized(String uri)
           
 

Method Detail

isAuthorized

boolean isAuthorized(String uri)
Parameters:
uri - of the resource to authorize.
Returns:
true if the provided uri is an authorized resource.


Copyright © 2008-2013. All Rights Reserved.