Package | Description |
---|---|
org.wso2.carbon.identity.oauth.stub | |
org.wso2.carbon.identity.oauth.stub.dto | |
org.wso2.carbon.identity.oauth.stub.types.axis2 |
Modifier and Type | Method and Description |
---|---|
OAuthConsumerAppDTO[] |
OAuthAdminServiceStub.getAllOAuthApplicationData()
Auto generated method signature
|
OAuthConsumerAppDTO[] |
OAuthAdminService.getAllOAuthApplicationData()
Auto generated method signature
|
OAuthConsumerAppDTO[] |
OAuthAdminServiceStub.getAppsAuthorizedByUser()
Auto generated method signature
|
OAuthConsumerAppDTO[] |
OAuthAdminService.getAppsAuthorizedByUser()
Auto generated method signature
|
OAuthConsumerAppDTO |
OAuthAdminServiceStub.getOAuthApplicationData(String consumerKey38)
Auto generated method signature
|
OAuthConsumerAppDTO |
OAuthAdminService.getOAuthApplicationData(String consumerKey12)
Auto generated method signature
|
Modifier and Type | Method and Description |
---|---|
void |
OAuthAdminServiceCallbackHandler.receiveResultgetAllOAuthApplicationData(OAuthConsumerAppDTO[] result)
auto generated Axis2 call back method for getAllOAuthApplicationData method
override this method for handling normal response from getAllOAuthApplicationData operation
|
void |
OAuthAdminServiceCallbackHandler.receiveResultgetAppsAuthorizedByUser(OAuthConsumerAppDTO[] result)
auto generated Axis2 call back method for getAppsAuthorizedByUser method
override this method for handling normal response from getAppsAuthorizedByUser operation
|
void |
OAuthAdminServiceCallbackHandler.receiveResultgetOAuthApplicationData(OAuthConsumerAppDTO result)
auto generated Axis2 call back method for getOAuthApplicationData method
override this method for handling normal response from getOAuthApplicationData operation
|
void |
OAuthAdminServiceStub.registerOAuthApplicationData(OAuthConsumerAppDTO application36)
Auto generated method signature
|
void |
OAuthAdminService.registerOAuthApplicationData(OAuthConsumerAppDTO application10)
Auto generated method signature for Asynchronous Invocations
|
void |
OAuthAdminServiceStub.updateConsumerApplication(OAuthConsumerAppDTO consumerAppDTO57)
Auto generated method signature
|
void |
OAuthAdminService.updateConsumerApplication(OAuthConsumerAppDTO consumerAppDTO31)
Auto generated method signature for Asynchronous Invocations
|
Modifier and Type | Method and Description |
---|---|
static OAuthConsumerAppDTO |
OAuthConsumerAppDTO.Factory.parse(XMLStreamReader reader)
static method to create the object
Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable
If this object is not an element, it is a complex type and the reader is at the event just after the outer start element
Postcondition: If this object is an element, the reader is positioned at its end element
If this object is a complex type, the reader is positioned at the end element of its outer element
|
Modifier and Type | Field and Description |
---|---|
protected OAuthConsumerAppDTO |
GetOAuthApplicationDataResponse.local_return
field for _return
|
protected OAuthConsumerAppDTO[] |
GetAllOAuthApplicationDataResponse.local_return
field for _return
This was an Array!
|
protected OAuthConsumerAppDTO[] |
GetAppsAuthorizedByUserResponse.local_return
field for _return
This was an Array!
|
protected OAuthConsumerAppDTO |
RegisterOAuthApplicationData.localApplication
field for Application
|
protected OAuthConsumerAppDTO |
UpdateConsumerApplication.localConsumerAppDTO
field for ConsumerAppDTO
|
Modifier and Type | Method and Description |
---|---|
OAuthConsumerAppDTO |
GetOAuthApplicationDataResponse.get_return()
Auto generated getter method
|
OAuthConsumerAppDTO[] |
GetAllOAuthApplicationDataResponse.get_return()
Auto generated getter method
|
OAuthConsumerAppDTO[] |
GetAppsAuthorizedByUserResponse.get_return()
Auto generated getter method
|
OAuthConsumerAppDTO |
RegisterOAuthApplicationData.getApplication()
Auto generated getter method
|
OAuthConsumerAppDTO |
UpdateConsumerApplication.getConsumerAppDTO()
Auto generated getter method
|
Modifier and Type | Method and Description |
---|---|
void |
GetAllOAuthApplicationDataResponse.add_return(OAuthConsumerAppDTO param)
Auto generated add method for the array for convenience
|
void |
GetAppsAuthorizedByUserResponse.add_return(OAuthConsumerAppDTO param)
Auto generated add method for the array for convenience
|
void |
GetOAuthApplicationDataResponse.set_return(OAuthConsumerAppDTO param)
Auto generated setter method
|
void |
GetAllOAuthApplicationDataResponse.set_return(OAuthConsumerAppDTO[] param)
Auto generated setter method
|
void |
GetAppsAuthorizedByUserResponse.set_return(OAuthConsumerAppDTO[] param)
Auto generated setter method
|
void |
RegisterOAuthApplicationData.setApplication(OAuthConsumerAppDTO param)
Auto generated setter method
|
void |
UpdateConsumerApplication.setConsumerAppDTO(OAuthConsumerAppDTO param)
Auto generated setter method
|
protected void |
GetAllOAuthApplicationDataResponse.validate_return(OAuthConsumerAppDTO[] param)
validate the array for _return
|
protected void |
GetAppsAuthorizedByUserResponse.validate_return(OAuthConsumerAppDTO[] param)
validate the array for _return
|
Copyright © 2017 WSO2. All rights reserved.