org.wso2.carbon.registry.admin.api.resource
Interface ICustomUIService
- All Superinterfaces:
- ITextResourceManagementService
public interface ICustomUIService
- extends ITextResourceManagementService
This provides functionality to be used by an implementation of a custom user interface that is
used in place of the standard user interface for a resource on the Management Console.
Method Summary |
boolean |
isAuthorized(String path,
String action)
Checks whether the currently logged in user is authorized to perform the given action on the
given path. |
isAuthorized
boolean isAuthorized(String path,
String action)
- Checks whether the currently logged in user is authorized to perform the given action on the
given path.
- Parameters:
path
- path of the resource or collectionaction
- action to check the authorization
- Returns:
- true if authorized, false if not authorized
Copyright © 2011 WSO2 Inc. All Rights Reserved.