public class OAuthAdminServiceStub extends org.apache.axis2.client.Stub implements OAuthAdminService
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.axis2.description.AxisOperation[] |
_operations |
| Constructor and Description |
|---|
OAuthAdminServiceStub()
Default Constructor
|
OAuthAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default Constructor
|
OAuthAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
Constructor that takes in a configContext
|
OAuthAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
Constructor that takes in a configContext and useseperate listner
|
OAuthAdminServiceStub(String targetEndpoint)
Constructor taking the target endpoint
|
| Modifier and Type | Method and Description |
|---|---|
OAuthConsumerAppDTO[] |
getAllOAuthApplicationData()
Auto generated method signature
|
String[] |
getAllowedGrantTypes()
Auto generated method signature
|
OAuthConsumerAppDTO[] |
getAppsAuthorizedByUser()
Auto generated method signature
|
OAuthConsumerAppDTO |
getOAuthApplicationData(String consumerKey37)
Auto generated method signature
|
void |
registerOAuthApplicationData(OAuthConsumerAppDTO application33)
Auto generated method signature
|
String[] |
registerOAuthConsumer()
Auto generated method signature
|
void |
removeOAuthApplicationData(String consumerKey35)
Auto generated method signature
|
OAuthRevocationResponseDTO |
revokeAuthzForAppsByResoureOwner(OAuthRevocationRequestDTO revokeRequestDTO41)
Auto generated method signature
|
void |
startgetAllOAuthApplicationData(OAuthAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllowedGrantTypes(OAuthAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAppsAuthorizedByUser(OAuthAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetOAuthApplicationData(String consumerKey37,
OAuthAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startregisterOAuthConsumer(OAuthAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startrevokeAuthzForAppsByResoureOwner(OAuthRevocationRequestDTO revokeRequestDTO41,
OAuthAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
updateConsumerApplication(OAuthConsumerAppDTO consumerAppDTO57)
Auto generated method signature
|
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPRpublic OAuthAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic OAuthAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic OAuthAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic OAuthAdminServiceStub()
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic OAuthAdminServiceStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic void registerOAuthApplicationData(OAuthConsumerAppDTO application33) throws RemoteException, OAuthAdminServiceException
registerOAuthApplicationData in interface OAuthAdminServiceOAuthAdminServiceException - :RemoteExceptionpublic void removeOAuthApplicationData(String consumerKey35) throws RemoteException, OAuthAdminServiceException
removeOAuthApplicationData in interface OAuthAdminServiceOAuthAdminServiceException - :RemoteExceptionpublic OAuthConsumerAppDTO getOAuthApplicationData(String consumerKey37) throws RemoteException, OAuthAdminServiceException
getOAuthApplicationData in interface OAuthAdminServicegetOAuthApplicationData36 - OAuthAdminServiceException - :RemoteExceptionOAuthAdminService.getOAuthApplicationData(java.lang.String)public void startgetOAuthApplicationData(String consumerKey37, OAuthAdminServiceCallbackHandler callback) throws RemoteException
startgetOAuthApplicationData in interface OAuthAdminServicegetOAuthApplicationData36 - RemoteExceptionOAuthAdminService.startgetOAuthApplicationData(java.lang.String, org.wso2.carbon.identity.oauth.stub.OAuthAdminServiceCallbackHandler)public OAuthRevocationResponseDTO revokeAuthzForAppsByResoureOwner(OAuthRevocationRequestDTO revokeRequestDTO41) throws RemoteException, OAuthAdminServiceIdentityOAuthAdminException
revokeAuthzForAppsByResoureOwner in interface OAuthAdminServicerevokeAuthzForAppsByResoureOwner40 - OAuthAdminServiceIdentityOAuthAdminException - :RemoteExceptionOAuthAdminService.revokeAuthzForAppsByResoureOwner(org.wso2.carbon.identity.oauth.stub.dto.OAuthRevocationRequestDTO)public void startrevokeAuthzForAppsByResoureOwner(OAuthRevocationRequestDTO revokeRequestDTO41, OAuthAdminServiceCallbackHandler callback) throws RemoteException
startrevokeAuthzForAppsByResoureOwner in interface OAuthAdminServicerevokeAuthzForAppsByResoureOwner40 - RemoteExceptionOAuthAdminService.startrevokeAuthzForAppsByResoureOwner(org.wso2.carbon.identity.oauth.stub.dto.OAuthRevocationRequestDTO, org.wso2.carbon.identity.oauth.stub.OAuthAdminServiceCallbackHandler)public OAuthConsumerAppDTO[] getAllOAuthApplicationData() throws RemoteException, OAuthAdminServiceException
getAllOAuthApplicationData in interface OAuthAdminServicegetAllOAuthApplicationData44 - OAuthAdminServiceException - :RemoteExceptionOAuthAdminService.getAllOAuthApplicationData()public void startgetAllOAuthApplicationData(OAuthAdminServiceCallbackHandler callback) throws RemoteException
startgetAllOAuthApplicationData in interface OAuthAdminServicegetAllOAuthApplicationData44 - RemoteExceptionOAuthAdminService.startgetAllOAuthApplicationData(org.wso2.carbon.identity.oauth.stub.OAuthAdminServiceCallbackHandler)public OAuthConsumerAppDTO[] getAppsAuthorizedByUser() throws RemoteException, OAuthAdminServiceIdentityOAuthAdminException
getAppsAuthorizedByUser in interface OAuthAdminServicegetAppsAuthorizedByUser47 - OAuthAdminServiceIdentityOAuthAdminException - :RemoteExceptionOAuthAdminService.getAppsAuthorizedByUser()public void startgetAppsAuthorizedByUser(OAuthAdminServiceCallbackHandler callback) throws RemoteException
startgetAppsAuthorizedByUser in interface OAuthAdminServicegetAppsAuthorizedByUser47 - RemoteExceptionOAuthAdminService.startgetAppsAuthorizedByUser(org.wso2.carbon.identity.oauth.stub.OAuthAdminServiceCallbackHandler)public String[] getAllowedGrantTypes() throws RemoteException
getAllowedGrantTypes in interface OAuthAdminServicegetAllowedGrantTypes50 - RemoteExceptionOAuthAdminService.getAllowedGrantTypes()public void startgetAllowedGrantTypes(OAuthAdminServiceCallbackHandler callback) throws RemoteException
startgetAllowedGrantTypes in interface OAuthAdminServicegetAllowedGrantTypes50 - RemoteExceptionOAuthAdminService.startgetAllowedGrantTypes(org.wso2.carbon.identity.oauth.stub.OAuthAdminServiceCallbackHandler)public String[] registerOAuthConsumer() throws RemoteException, OAuthAdminServiceException
registerOAuthConsumer in interface OAuthAdminServiceregisterOAuthConsumer53 - OAuthAdminServiceException - :RemoteExceptionOAuthAdminService.registerOAuthConsumer()public void startregisterOAuthConsumer(OAuthAdminServiceCallbackHandler callback) throws RemoteException
startregisterOAuthConsumer in interface OAuthAdminServiceregisterOAuthConsumer53 - RemoteExceptionOAuthAdminService.startregisterOAuthConsumer(org.wso2.carbon.identity.oauth.stub.OAuthAdminServiceCallbackHandler)public void updateConsumerApplication(OAuthConsumerAppDTO consumerAppDTO57) throws RemoteException, OAuthAdminServiceException
updateConsumerApplication in interface OAuthAdminServiceOAuthAdminServiceException - :RemoteExceptionCopyright © 2019 WSO2. All rights reserved.