Package | Description |
---|---|
org.wso2.carbon.identity.oauth.stub | |
org.wso2.carbon.identity.oauth.stub.types | |
org.wso2.carbon.identity.oauth.stub.types.axis2 |
Modifier and Type | Method and Description |
---|---|
Parameters |
OAuthServiceStub.authorizeOauthRequestToken(Parameters params41)
Auto generated method signature
|
Parameters |
OAuthService.authorizeOauthRequestToken(Parameters params17)
Auto generated method signature
|
Parameters |
OAuthServiceStub.getAccessToken(Parameters params45)
Auto generated method signature
|
Parameters |
OAuthService.getAccessToken(Parameters params21)
Auto generated method signature
|
Parameters |
OAuthServiceStub.getOauthRequestToken(Parameters params53)
Auto generated method signature
|
Parameters |
OAuthService.getOauthRequestToken(Parameters params29)
Auto generated method signature
|
Parameters |
OAuthServiceStub.getScopeAndAppName(String oauthToken49)
Auto generated method signature
|
Parameters |
OAuthService.getScopeAndAppName(String oauthToken25)
Auto generated method signature
|
Parameters |
OAuthServiceStub.validateAuthenticationRequest(Parameters params37)
Auto generated method signature
|
Parameters |
OAuthService.validateAuthenticationRequest(Parameters params13)
Auto generated method signature
|
Modifier and Type | Method and Description |
---|---|
Parameters |
OAuthServiceStub.authorizeOauthRequestToken(Parameters params41)
Auto generated method signature
|
Parameters |
OAuthService.authorizeOauthRequestToken(Parameters params17)
Auto generated method signature
|
Parameters |
OAuthServiceStub.getAccessToken(Parameters params45)
Auto generated method signature
|
Parameters |
OAuthService.getAccessToken(Parameters params21)
Auto generated method signature
|
Parameters |
OAuthServiceStub.getOauthRequestToken(Parameters params53)
Auto generated method signature
|
Parameters |
OAuthService.getOauthRequestToken(Parameters params29)
Auto generated method signature
|
void |
OAuthServiceCallbackHandler.receiveResultauthorizeOauthRequestToken(Parameters result)
auto generated Axis2 call back method for authorizeOauthRequestToken method
override this method for handling normal response from authorizeOauthRequestToken operation
|
void |
OAuthServiceCallbackHandler.receiveResultgetAccessToken(Parameters result)
auto generated Axis2 call back method for getAccessToken method
override this method for handling normal response from getAccessToken operation
|
void |
OAuthServiceCallbackHandler.receiveResultgetOauthRequestToken(Parameters result)
auto generated Axis2 call back method for getOauthRequestToken method
override this method for handling normal response from getOauthRequestToken operation
|
void |
OAuthServiceCallbackHandler.receiveResultgetScopeAndAppName(Parameters result)
auto generated Axis2 call back method for getScopeAndAppName method
override this method for handling normal response from getScopeAndAppName operation
|
void |
OAuthServiceCallbackHandler.receiveResultvalidateAuthenticationRequest(Parameters result)
auto generated Axis2 call back method for validateAuthenticationRequest method
override this method for handling normal response from validateAuthenticationRequest operation
|
void |
OAuthServiceStub.startauthorizeOauthRequestToken(Parameters params41,
OAuthServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
OAuthService.startauthorizeOauthRequestToken(Parameters params17,
OAuthServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
OAuthServiceStub.startgetAccessToken(Parameters params45,
OAuthServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
OAuthService.startgetAccessToken(Parameters params21,
OAuthServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
OAuthServiceStub.startgetOauthRequestToken(Parameters params53,
OAuthServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
OAuthService.startgetOauthRequestToken(Parameters params29,
OAuthServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
OAuthServiceStub.startvalidateAuthenticationRequest(Parameters params37,
OAuthServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
OAuthService.startvalidateAuthenticationRequest(Parameters params13,
OAuthServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
Parameters |
OAuthServiceStub.validateAuthenticationRequest(Parameters params37)
Auto generated method signature
|
Parameters |
OAuthService.validateAuthenticationRequest(Parameters params13)
Auto generated method signature
|
Modifier and Type | Method and Description |
---|---|
static Parameters |
Parameters.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 Parameters |
AuthorizeOauthRequestTokenResponse.local_return
field for _return
|
protected Parameters |
GetScopeAndAppNameResponse.local_return
field for _return
|
protected Parameters |
GetOauthRequestTokenResponse.local_return
field for _return
|
protected Parameters |
ValidateAuthenticationRequestResponse.local_return
field for _return
|
protected Parameters |
GetAccessTokenResponse.local_return
field for _return
|
protected Parameters |
ValidateAuthenticationRequest.localParams
field for Params
|
protected Parameters |
GetAccessToken.localParams
field for Params
|
protected Parameters |
GetOauthRequestToken.localParams
field for Params
|
protected Parameters |
AuthorizeOauthRequestToken.localParams
field for Params
|
Modifier and Type | Method and Description |
---|---|
Parameters |
AuthorizeOauthRequestTokenResponse.get_return()
Auto generated getter method
|
Parameters |
GetScopeAndAppNameResponse.get_return()
Auto generated getter method
|
Parameters |
GetOauthRequestTokenResponse.get_return()
Auto generated getter method
|
Parameters |
ValidateAuthenticationRequestResponse.get_return()
Auto generated getter method
|
Parameters |
GetAccessTokenResponse.get_return()
Auto generated getter method
|
Parameters |
ValidateAuthenticationRequest.getParams()
Auto generated getter method
|
Parameters |
GetAccessToken.getParams()
Auto generated getter method
|
Parameters |
GetOauthRequestToken.getParams()
Auto generated getter method
|
Parameters |
AuthorizeOauthRequestToken.getParams()
Auto generated getter method
|
Modifier and Type | Method and Description |
---|---|
void |
AuthorizeOauthRequestTokenResponse.set_return(Parameters param)
Auto generated setter method
|
void |
GetScopeAndAppNameResponse.set_return(Parameters param)
Auto generated setter method
|
void |
GetOauthRequestTokenResponse.set_return(Parameters param)
Auto generated setter method
|
void |
ValidateAuthenticationRequestResponse.set_return(Parameters param)
Auto generated setter method
|
void |
GetAccessTokenResponse.set_return(Parameters param)
Auto generated setter method
|
void |
ValidateAuthenticationRequest.setParams(Parameters param)
Auto generated setter method
|
void |
GetAccessToken.setParams(Parameters param)
Auto generated setter method
|
void |
GetOauthRequestToken.setParams(Parameters param)
Auto generated setter method
|
void |
AuthorizeOauthRequestToken.setParams(Parameters param)
Auto generated setter method
|
Copyright © 2020 WSO2. All rights reserved.