public interface ICustomUIService extends ITextResourceManagementService
Modifier and Type | Method and Description |
---|---|
boolean |
isAuthorized(String path,
String action)
Checks whether the currently logged in user is authorized to perform the given action on the
given path.
|
addTextContent, getTextContent, updateTextContent
boolean isAuthorized(String path, String action)
path
- path of the resource or collectionaction
- action to check the authorizationCopyright © 2020 WSO2. All rights reserved.