public interface MutableResourceAuthorizationManager extends ResourceAuthorizationManager
IResourceAuthorizationManager which is capable of changing the authorized resource in the
runtime.| Modifier and Type | Method and Description |
|---|---|
void |
add(String uri)
Add a new resource uri to the set of authorized resources.
|
void |
clear()
Clear all authorized resources added previously.
|
isAuthorizedvoid add(String uri)
uri - the resource uri to authorize.void clear()
Copyright © 2008-2013. All Rights Reserved.