public abstract class ScopesApiService extends Object
| Constructor and Description |
|---|
ScopesApiService() |
| Modifier and Type | Method and Description |
|---|---|
abstract javax.ws.rs.core.Response |
deleteScope(String name,
org.wso2.msf4j.Request request) |
abstract javax.ws.rs.core.Response |
getScope(String name,
org.wso2.msf4j.Request request) |
abstract javax.ws.rs.core.Response |
getScopes(Integer offset,
Integer limit,
org.wso2.msf4j.Request request) |
abstract javax.ws.rs.core.Response |
isScopeExists(String name,
org.wso2.msf4j.Request request) |
abstract javax.ws.rs.core.Response |
registerScope(ScopeDTO scope,
org.wso2.msf4j.Request request) |
abstract javax.ws.rs.core.Response |
updateScope(ScopeDTO scope,
String name,
org.wso2.msf4j.Request request) |
public abstract javax.ws.rs.core.Response deleteScope(String name, org.wso2.msf4j.Request request) throws NotFoundException
NotFoundExceptionpublic abstract javax.ws.rs.core.Response getScope(String name, org.wso2.msf4j.Request request) throws NotFoundException
NotFoundExceptionpublic abstract javax.ws.rs.core.Response getScopes(Integer offset, Integer limit, org.wso2.msf4j.Request request) throws NotFoundException
NotFoundExceptionpublic abstract javax.ws.rs.core.Response isScopeExists(String name, org.wso2.msf4j.Request request) throws NotFoundException
NotFoundExceptionpublic abstract javax.ws.rs.core.Response registerScope(ScopeDTO scope, org.wso2.msf4j.Request request) throws NotFoundException
NotFoundExceptionpublic abstract javax.ws.rs.core.Response updateScope(ScopeDTO scope, String name, org.wso2.msf4j.Request request) throws NotFoundException
NotFoundExceptionCopyright © 2018 WSO2. All rights reserved.