@Generated(value="io.swagger.codegen.languages.JavaMSF4JServerCodegen", date="2017-12-07T14:05:52.168Z") public abstract class PermissionsApiService extends Object
| Constructor and Description |
|---|
PermissionsApiService() |
| Modifier and Type | Method and Description |
|---|---|
abstract javax.ws.rs.core.Response |
addPermission(Permission body) |
abstract javax.ws.rs.core.Response |
deletePermission(String permissionID) |
abstract javax.ws.rs.core.Response |
getGrantedRoles(String permissionID) |
abstract javax.ws.rs.core.Response |
getPermissionStrings(String appName) |
abstract javax.ws.rs.core.Response |
hasPermission(String permissionID,
String roleName) |
abstract javax.ws.rs.core.Response |
manipulateRolePermission(Permission body,
String roleName,
String action) |
abstract javax.ws.rs.core.Response |
revokePermission(String permissionID) |
public abstract javax.ws.rs.core.Response addPermission(Permission body) throws NotFoundException
NotFoundExceptionpublic abstract javax.ws.rs.core.Response deletePermission(String permissionID) throws NotFoundException
NotFoundExceptionpublic abstract javax.ws.rs.core.Response getGrantedRoles(String permissionID) throws NotFoundException
NotFoundExceptionpublic abstract javax.ws.rs.core.Response getPermissionStrings(String appName) throws NotFoundException
NotFoundExceptionpublic abstract javax.ws.rs.core.Response hasPermission(String permissionID, String roleName) throws NotFoundException
NotFoundExceptionpublic abstract javax.ws.rs.core.Response manipulateRolePermission(Permission body, String roleName, String action) throws NotFoundException
NotFoundExceptionpublic abstract javax.ws.rs.core.Response revokePermission(String permissionID) throws NotFoundException
NotFoundExceptionCopyright © 2019 WSO2. All rights reserved.