Uses of Class
org.wso2.carbon.identity.oauth.stub.dto.OAuthConsumerAppDTO
-
Packages that use OAuthConsumerAppDTO Package Description org.wso2.carbon.identity.oauth.stub org.wso2.carbon.identity.oauth.stub.dto org.wso2.carbon.identity.oauth.stub.types.axis2 -
-
Uses of OAuthConsumerAppDTO in org.wso2.carbon.identity.oauth.stub
Methods in org.wso2.carbon.identity.oauth.stub that return OAuthConsumerAppDTO Modifier and Type Method Description OAuthConsumerAppDTO[]
OAuthAdminService. getAllOAuthApplicationData()
Auto generated method signatureOAuthConsumerAppDTO[]
OAuthAdminServiceStub. getAllOAuthApplicationData()
Auto generated method signatureOAuthConsumerAppDTO[]
OAuthAdminService. getAppsAuthorizedByUser()
Auto generated method signatureOAuthConsumerAppDTO[]
OAuthAdminServiceStub. getAppsAuthorizedByUser()
Auto generated method signatureOAuthConsumerAppDTO
OAuthAdminService. getOAuthApplicationData(String consumerKey11)
Auto generated method signatureOAuthConsumerAppDTO
OAuthAdminServiceStub. getOAuthApplicationData(String consumerKey37)
Auto generated method signatureMethods in org.wso2.carbon.identity.oauth.stub with parameters of type OAuthConsumerAppDTO Modifier and Type Method Description void
OAuthAdminServiceCallbackHandler. receiveResultgetAllOAuthApplicationData(OAuthConsumerAppDTO[] result)
auto generated Axis2 call back method for getAllOAuthApplicationData method override this method for handling normal response from getAllOAuthApplicationData operationvoid
OAuthAdminServiceCallbackHandler. receiveResultgetAppsAuthorizedByUser(OAuthConsumerAppDTO[] result)
auto generated Axis2 call back method for getAppsAuthorizedByUser method override this method for handling normal response from getAppsAuthorizedByUser operationvoid
OAuthAdminServiceCallbackHandler. receiveResultgetOAuthApplicationData(OAuthConsumerAppDTO result)
auto generated Axis2 call back method for getOAuthApplicationData method override this method for handling normal response from getOAuthApplicationData operationvoid
OAuthAdminService. registerOAuthApplicationData(OAuthConsumerAppDTO application7)
Auto generated method signature for Asynchronous Invocationsvoid
OAuthAdminServiceStub. registerOAuthApplicationData(OAuthConsumerAppDTO application33)
Auto generated method signaturevoid
OAuthAdminService. updateConsumerApplication(OAuthConsumerAppDTO consumerAppDTO31)
Auto generated method signature for Asynchronous Invocationsvoid
OAuthAdminServiceStub. updateConsumerApplication(OAuthConsumerAppDTO consumerAppDTO57)
Auto generated method signature -
Uses of OAuthConsumerAppDTO in org.wso2.carbon.identity.oauth.stub.dto
Methods in org.wso2.carbon.identity.oauth.stub.dto that return OAuthConsumerAppDTO Modifier and Type Method 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 -
Uses of OAuthConsumerAppDTO in org.wso2.carbon.identity.oauth.stub.types.axis2
Fields in org.wso2.carbon.identity.oauth.stub.types.axis2 declared as OAuthConsumerAppDTO Modifier and Type Field Description 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
GetOAuthApplicationDataResponse. local_return
field for _returnprotected OAuthConsumerAppDTO
RegisterOAuthApplicationData. localApplication
field for Applicationprotected OAuthConsumerAppDTO
UpdateConsumerApplication. localConsumerAppDTO
field for ConsumerAppDTOMethods in org.wso2.carbon.identity.oauth.stub.types.axis2 that return OAuthConsumerAppDTO Modifier and Type Method Description OAuthConsumerAppDTO[]
GetAllOAuthApplicationDataResponse. get_return()
Auto generated getter methodOAuthConsumerAppDTO[]
GetAppsAuthorizedByUserResponse. get_return()
Auto generated getter methodOAuthConsumerAppDTO
GetOAuthApplicationDataResponse. get_return()
Auto generated getter methodOAuthConsumerAppDTO
RegisterOAuthApplicationData. getApplication()
Auto generated getter methodOAuthConsumerAppDTO
UpdateConsumerApplication. getConsumerAppDTO()
Auto generated getter methodMethods in org.wso2.carbon.identity.oauth.stub.types.axis2 with parameters of type OAuthConsumerAppDTO Modifier and Type Method Description void
GetAllOAuthApplicationDataResponse. add_return(OAuthConsumerAppDTO param)
Auto generated add method for the array for conveniencevoid
GetAppsAuthorizedByUserResponse. add_return(OAuthConsumerAppDTO param)
Auto generated add method for the array for conveniencevoid
GetAllOAuthApplicationDataResponse. set_return(OAuthConsumerAppDTO[] param)
Auto generated setter methodvoid
GetAppsAuthorizedByUserResponse. set_return(OAuthConsumerAppDTO[] param)
Auto generated setter methodvoid
GetOAuthApplicationDataResponse. set_return(OAuthConsumerAppDTO param)
Auto generated setter methodvoid
RegisterOAuthApplicationData. setApplication(OAuthConsumerAppDTO param)
Auto generated setter methodvoid
UpdateConsumerApplication. setConsumerAppDTO(OAuthConsumerAppDTO param)
Auto generated setter methodprotected void
GetAllOAuthApplicationDataResponse. validate_return(OAuthConsumerAppDTO[] param)
validate the array for _returnprotected void
GetAppsAuthorizedByUserResponse. validate_return(OAuthConsumerAppDTO[] param)
validate the array for _return
-