Uses of Class
org.wso2.carbon.identity.oauth.stub.types.Parameters
-
Packages that use Parameters Package Description org.wso2.carbon.identity.oauth.stub org.wso2.carbon.identity.oauth.stub.types org.wso2.carbon.identity.oauth.stub.types.axis2 -
-
Uses of Parameters in org.wso2.carbon.identity.oauth.stub
Methods in org.wso2.carbon.identity.oauth.stub that return Parameters Modifier and Type Method Description Parameters
OAuthService. authorizeOauthRequestToken(Parameters params17)
Auto generated method signatureParameters
OAuthServiceStub. authorizeOauthRequestToken(Parameters params41)
Auto generated method signatureParameters
OAuthService. getAccessToken(Parameters params21)
Auto generated method signatureParameters
OAuthServiceStub. getAccessToken(Parameters params45)
Auto generated method signatureParameters
OAuthService. getOauthRequestToken(Parameters params29)
Auto generated method signatureParameters
OAuthServiceStub. getOauthRequestToken(Parameters params53)
Auto generated method signatureParameters
OAuthService. getScopeAndAppName(String oauthToken25)
Auto generated method signatureParameters
OAuthServiceStub. getScopeAndAppName(String oauthToken49)
Auto generated method signatureParameters
OAuthService. validateAuthenticationRequest(Parameters params13)
Auto generated method signatureParameters
OAuthServiceStub. validateAuthenticationRequest(Parameters params37)
Auto generated method signatureMethods in org.wso2.carbon.identity.oauth.stub with parameters of type Parameters Modifier and Type Method Description Parameters
OAuthService. authorizeOauthRequestToken(Parameters params17)
Auto generated method signatureParameters
OAuthServiceStub. authorizeOauthRequestToken(Parameters params41)
Auto generated method signatureParameters
OAuthService. getAccessToken(Parameters params21)
Auto generated method signatureParameters
OAuthServiceStub. getAccessToken(Parameters params45)
Auto generated method signatureParameters
OAuthService. getOauthRequestToken(Parameters params29)
Auto generated method signatureParameters
OAuthServiceStub. getOauthRequestToken(Parameters params53)
Auto generated method signaturevoid
OAuthServiceCallbackHandler. receiveResultauthorizeOauthRequestToken(Parameters result)
auto generated Axis2 call back method for authorizeOauthRequestToken method override this method for handling normal response from authorizeOauthRequestToken operationvoid
OAuthServiceCallbackHandler. receiveResultgetAccessToken(Parameters result)
auto generated Axis2 call back method for getAccessToken method override this method for handling normal response from getAccessToken operationvoid
OAuthServiceCallbackHandler. receiveResultgetOauthRequestToken(Parameters result)
auto generated Axis2 call back method for getOauthRequestToken method override this method for handling normal response from getOauthRequestToken operationvoid
OAuthServiceCallbackHandler. receiveResultgetScopeAndAppName(Parameters result)
auto generated Axis2 call back method for getScopeAndAppName method override this method for handling normal response from getScopeAndAppName operationvoid
OAuthServiceCallbackHandler. receiveResultvalidateAuthenticationRequest(Parameters result)
auto generated Axis2 call back method for validateAuthenticationRequest method override this method for handling normal response from validateAuthenticationRequest operationvoid
OAuthService. startauthorizeOauthRequestToken(Parameters params17, OAuthServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
OAuthServiceStub. startauthorizeOauthRequestToken(Parameters params41, OAuthServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
OAuthService. startgetAccessToken(Parameters params21, OAuthServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
OAuthServiceStub. startgetAccessToken(Parameters params45, OAuthServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
OAuthService. startgetOauthRequestToken(Parameters params29, OAuthServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
OAuthServiceStub. startgetOauthRequestToken(Parameters params53, OAuthServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
OAuthService. startvalidateAuthenticationRequest(Parameters params13, OAuthServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
OAuthServiceStub. startvalidateAuthenticationRequest(Parameters params37, OAuthServiceCallbackHandler callback)
Auto generated method signature for Asynchronous InvocationsParameters
OAuthService. validateAuthenticationRequest(Parameters params13)
Auto generated method signatureParameters
OAuthServiceStub. validateAuthenticationRequest(Parameters params37)
Auto generated method signature -
Uses of Parameters in org.wso2.carbon.identity.oauth.stub.types
Methods in org.wso2.carbon.identity.oauth.stub.types that return Parameters Modifier and Type Method 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 -
Uses of Parameters in org.wso2.carbon.identity.oauth.stub.types.axis2
Fields in org.wso2.carbon.identity.oauth.stub.types.axis2 declared as Parameters Modifier and Type Field Description protected Parameters
AuthorizeOauthRequestTokenResponse. local_return
field for _returnprotected Parameters
GetAccessTokenResponse. local_return
field for _returnprotected Parameters
GetOauthRequestTokenResponse. local_return
field for _returnprotected Parameters
GetScopeAndAppNameResponse. local_return
field for _returnprotected Parameters
ValidateAuthenticationRequestResponse. local_return
field for _returnprotected Parameters
AuthorizeOauthRequestToken. localParams
field for Paramsprotected Parameters
GetAccessToken. localParams
field for Paramsprotected Parameters
GetOauthRequestToken. localParams
field for Paramsprotected Parameters
ValidateAuthenticationRequest. localParams
field for ParamsMethods in org.wso2.carbon.identity.oauth.stub.types.axis2 that return Parameters Modifier and Type Method Description Parameters
AuthorizeOauthRequestTokenResponse. get_return()
Auto generated getter methodParameters
GetAccessTokenResponse. get_return()
Auto generated getter methodParameters
GetOauthRequestTokenResponse. get_return()
Auto generated getter methodParameters
GetScopeAndAppNameResponse. get_return()
Auto generated getter methodParameters
ValidateAuthenticationRequestResponse. get_return()
Auto generated getter methodParameters
AuthorizeOauthRequestToken. getParams()
Auto generated getter methodParameters
GetAccessToken. getParams()
Auto generated getter methodParameters
GetOauthRequestToken. getParams()
Auto generated getter methodParameters
ValidateAuthenticationRequest. getParams()
Auto generated getter methodMethods in org.wso2.carbon.identity.oauth.stub.types.axis2 with parameters of type Parameters Modifier and Type Method Description void
AuthorizeOauthRequestTokenResponse. set_return(Parameters param)
Auto generated setter methodvoid
GetAccessTokenResponse. set_return(Parameters param)
Auto generated setter methodvoid
GetOauthRequestTokenResponse. set_return(Parameters param)
Auto generated setter methodvoid
GetScopeAndAppNameResponse. set_return(Parameters param)
Auto generated setter methodvoid
ValidateAuthenticationRequestResponse. set_return(Parameters param)
Auto generated setter methodvoid
AuthorizeOauthRequestToken. setParams(Parameters param)
Auto generated setter methodvoid
GetAccessToken. setParams(Parameters param)
Auto generated setter methodvoid
GetOauthRequestToken. setParams(Parameters param)
Auto generated setter methodvoid
ValidateAuthenticationRequest. setParams(Parameters param)
Auto generated setter method
-