public interface OAuthAdminService
| 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 consumerKey11)
Auto generated method signature
|
void |
registerOAuthApplicationData(OAuthConsumerAppDTO application7)
Auto generated method signature for Asynchronous Invocations
|
String[] |
registerOAuthConsumer()
Auto generated method signature
|
void |
removeOAuthApplicationData(String consumerKey9)
Auto generated method signature for Asynchronous Invocations
|
OAuthRevocationResponseDTO |
revokeAuthzForAppsByResoureOwner(OAuthRevocationRequestDTO revokeRequestDTO15)
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 consumerKey11,
OAuthAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startregisterOAuthConsumer(OAuthAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startrevokeAuthzForAppsByResoureOwner(OAuthRevocationRequestDTO revokeRequestDTO15,
OAuthAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
updateConsumerApplication(OAuthConsumerAppDTO consumerAppDTO31)
Auto generated method signature for Asynchronous Invocations
|
void registerOAuthApplicationData(OAuthConsumerAppDTO application7) throws RemoteException, OAuthAdminServiceException
OAuthAdminServiceException - :RemoteExceptionvoid removeOAuthApplicationData(String consumerKey9) throws RemoteException, OAuthAdminServiceException
OAuthAdminServiceException - :RemoteExceptionOAuthConsumerAppDTO getOAuthApplicationData(String consumerKey11) throws RemoteException, OAuthAdminServiceException
getOAuthApplicationData10 - OAuthAdminServiceException - :RemoteExceptionvoid startgetOAuthApplicationData(String consumerKey11, OAuthAdminServiceCallbackHandler callback) throws RemoteException
getOAuthApplicationData10 - RemoteExceptionOAuthRevocationResponseDTO revokeAuthzForAppsByResoureOwner(OAuthRevocationRequestDTO revokeRequestDTO15) throws RemoteException, OAuthAdminServiceIdentityOAuthAdminException
revokeAuthzForAppsByResoureOwner14 - OAuthAdminServiceIdentityOAuthAdminException - :RemoteExceptionvoid startrevokeAuthzForAppsByResoureOwner(OAuthRevocationRequestDTO revokeRequestDTO15, OAuthAdminServiceCallbackHandler callback) throws RemoteException
revokeAuthzForAppsByResoureOwner14 - RemoteExceptionOAuthConsumerAppDTO[] getAllOAuthApplicationData() throws RemoteException, OAuthAdminServiceException
getAllOAuthApplicationData18 - OAuthAdminServiceException - :RemoteExceptionvoid startgetAllOAuthApplicationData(OAuthAdminServiceCallbackHandler callback) throws RemoteException
getAllOAuthApplicationData18 - RemoteExceptionOAuthConsumerAppDTO[] getAppsAuthorizedByUser() throws RemoteException, OAuthAdminServiceIdentityOAuthAdminException
getAppsAuthorizedByUser21 - OAuthAdminServiceIdentityOAuthAdminException - :RemoteExceptionvoid startgetAppsAuthorizedByUser(OAuthAdminServiceCallbackHandler callback) throws RemoteException
getAppsAuthorizedByUser21 - RemoteExceptionString[] getAllowedGrantTypes() throws RemoteException
getAllowedGrantTypes24 - RemoteExceptionvoid startgetAllowedGrantTypes(OAuthAdminServiceCallbackHandler callback) throws RemoteException
getAllowedGrantTypes24 - RemoteExceptionString[] registerOAuthConsumer() throws RemoteException, OAuthAdminServiceException
registerOAuthConsumer27 - OAuthAdminServiceException - :RemoteExceptionvoid startregisterOAuthConsumer(OAuthAdminServiceCallbackHandler callback) throws RemoteException
registerOAuthConsumer27 - RemoteExceptionvoid updateConsumerApplication(OAuthConsumerAppDTO consumerAppDTO31) throws RemoteException, OAuthAdminServiceException
OAuthAdminServiceException - :RemoteExceptionCopyright © 2019 WSO2. All rights reserved.