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, setServiceClientEPR
public OAuthAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public OAuthAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public OAuthAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public OAuthAdminServiceStub() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public OAuthAdminServiceStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public void registerOAuthApplicationData(OAuthConsumerAppDTO application33) throws RemoteException, OAuthAdminServiceException
registerOAuthApplicationData
in interface OAuthAdminService
OAuthAdminServiceException
- :RemoteException
public void removeOAuthApplicationData(String consumerKey35) throws RemoteException, OAuthAdminServiceException
removeOAuthApplicationData
in interface OAuthAdminService
OAuthAdminServiceException
- :RemoteException
public OAuthConsumerAppDTO getOAuthApplicationData(String consumerKey37) throws RemoteException, OAuthAdminServiceException
getOAuthApplicationData
in interface OAuthAdminService
getOAuthApplicationData36
- OAuthAdminServiceException
- :RemoteException
OAuthAdminService.getOAuthApplicationData(java.lang.String)
public void startgetOAuthApplicationData(String consumerKey37, OAuthAdminServiceCallbackHandler callback) throws RemoteException
startgetOAuthApplicationData
in interface OAuthAdminService
getOAuthApplicationData36
- RemoteException
OAuthAdminService.startgetOAuthApplicationData(java.lang.String, org.wso2.carbon.identity.oauth.stub.OAuthAdminServiceCallbackHandler)
public OAuthRevocationResponseDTO revokeAuthzForAppsByResoureOwner(OAuthRevocationRequestDTO revokeRequestDTO41) throws RemoteException, OAuthAdminServiceIdentityOAuthAdminException
revokeAuthzForAppsByResoureOwner
in interface OAuthAdminService
revokeAuthzForAppsByResoureOwner40
- OAuthAdminServiceIdentityOAuthAdminException
- :RemoteException
OAuthAdminService.revokeAuthzForAppsByResoureOwner(org.wso2.carbon.identity.oauth.stub.dto.OAuthRevocationRequestDTO)
public void startrevokeAuthzForAppsByResoureOwner(OAuthRevocationRequestDTO revokeRequestDTO41, OAuthAdminServiceCallbackHandler callback) throws RemoteException
startrevokeAuthzForAppsByResoureOwner
in interface OAuthAdminService
revokeAuthzForAppsByResoureOwner40
- RemoteException
OAuthAdminService.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 OAuthAdminService
getAllOAuthApplicationData44
- OAuthAdminServiceException
- :RemoteException
OAuthAdminService.getAllOAuthApplicationData()
public void startgetAllOAuthApplicationData(OAuthAdminServiceCallbackHandler callback) throws RemoteException
startgetAllOAuthApplicationData
in interface OAuthAdminService
getAllOAuthApplicationData44
- RemoteException
OAuthAdminService.startgetAllOAuthApplicationData(org.wso2.carbon.identity.oauth.stub.OAuthAdminServiceCallbackHandler)
public OAuthConsumerAppDTO[] getAppsAuthorizedByUser() throws RemoteException, OAuthAdminServiceIdentityOAuthAdminException
getAppsAuthorizedByUser
in interface OAuthAdminService
getAppsAuthorizedByUser47
- OAuthAdminServiceIdentityOAuthAdminException
- :RemoteException
OAuthAdminService.getAppsAuthorizedByUser()
public void startgetAppsAuthorizedByUser(OAuthAdminServiceCallbackHandler callback) throws RemoteException
startgetAppsAuthorizedByUser
in interface OAuthAdminService
getAppsAuthorizedByUser47
- RemoteException
OAuthAdminService.startgetAppsAuthorizedByUser(org.wso2.carbon.identity.oauth.stub.OAuthAdminServiceCallbackHandler)
public String[] getAllowedGrantTypes() throws RemoteException
getAllowedGrantTypes
in interface OAuthAdminService
getAllowedGrantTypes50
- RemoteException
OAuthAdminService.getAllowedGrantTypes()
public void startgetAllowedGrantTypes(OAuthAdminServiceCallbackHandler callback) throws RemoteException
startgetAllowedGrantTypes
in interface OAuthAdminService
getAllowedGrantTypes50
- RemoteException
OAuthAdminService.startgetAllowedGrantTypes(org.wso2.carbon.identity.oauth.stub.OAuthAdminServiceCallbackHandler)
public String[] registerOAuthConsumer() throws RemoteException, OAuthAdminServiceException
registerOAuthConsumer
in interface OAuthAdminService
registerOAuthConsumer53
- OAuthAdminServiceException
- :RemoteException
OAuthAdminService.registerOAuthConsumer()
public void startregisterOAuthConsumer(OAuthAdminServiceCallbackHandler callback) throws RemoteException
startregisterOAuthConsumer
in interface OAuthAdminService
registerOAuthConsumer53
- RemoteException
OAuthAdminService.startregisterOAuthConsumer(org.wso2.carbon.identity.oauth.stub.OAuthAdminServiceCallbackHandler)
public void updateConsumerApplication(OAuthConsumerAppDTO consumerAppDTO57) throws RemoteException, OAuthAdminServiceException
updateConsumerApplication
in interface OAuthAdminService
OAuthAdminServiceException
- :RemoteException
Copyright © 2022 WSO2. All rights reserved.