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

All Superinterfaces:
ResourceAuthorizationManager
All Known Implementing Classes:
DefaultResourceAuthorizationManager

public interface MutableResourceAuthorizationManager
extends ResourceAuthorizationManager

A specialized IResourceAuthorizationManager which is capable of changing the authorized resource in the runtime.

Author:
Alex Objelean

Method Summary
 void add(String uri)
          Add a new resource uri to the set of authorized resources.
 void clear()
          Clear all authorized resources added previously.
 
Methods inherited from interface ro.isdc.wro.model.resource.support.ResourceAuthorizationManager
isAuthorized
 

Method Detail

add

void add(String uri)
Add a new resource uri to the set of authorized resources.

Parameters:
uri - the resource uri to authorize.

clear

void clear()
Clear all authorized resources added previously.



Copyright © 2008-2013. All Rights Reserved.