public class OAuthAdminServiceClient extends Object
| Constructor and Description |
|---|
OAuthAdminServiceClient(String backEndUrl,
String sessionCookie)
create Remote claim client
|
OAuthAdminServiceClient(String backEndUrl,
String userName,
String password)
Create admin client using username and password
|
| Modifier and Type | Method and Description |
|---|---|
org.wso2.carbon.identity.oauth.stub.dto.OAuthConsumerAppDTO |
getOAuthApplicationData(String consumerKey) |
void |
updateScope(String scope,
String[] addedClaims,
String[] removedClaims) |
public OAuthAdminServiceClient(String backEndUrl, String sessionCookie) throws org.apache.axis2.AxisFault
backEndUrl - - url to logsessionCookie - - session cookieorg.apache.axis2.AxisFaultpublic void updateScope(String scope, String[] addedClaims, String[] removedClaims) throws org.wso2.carbon.identity.oauth.stub.OAuthAdminServiceIdentityOAuthAdminException, RemoteException
org.wso2.carbon.identity.oauth.stub.OAuthAdminServiceIdentityOAuthAdminExceptionRemoteExceptionpublic org.wso2.carbon.identity.oauth.stub.dto.OAuthConsumerAppDTO getOAuthApplicationData(String consumerKey) throws org.wso2.carbon.identity.oauth.stub.OAuthAdminServiceIdentityOAuthAdminException, RemoteException
org.wso2.carbon.identity.oauth.stub.OAuthAdminServiceIdentityOAuthAdminExceptionRemoteExceptionCopyright © 2020 WSO2 Inc. All rights reserved.