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
- :RemoteException
void removeOAuthApplicationData(String consumerKey9) throws RemoteException, OAuthAdminServiceException
OAuthAdminServiceException
- :RemoteException
OAuthConsumerAppDTO getOAuthApplicationData(String consumerKey11) throws RemoteException, OAuthAdminServiceException
getOAuthApplicationData10
- OAuthAdminServiceException
- :RemoteException
void startgetOAuthApplicationData(String consumerKey11, OAuthAdminServiceCallbackHandler callback) throws RemoteException
getOAuthApplicationData10
- RemoteException
OAuthRevocationResponseDTO revokeAuthzForAppsByResoureOwner(OAuthRevocationRequestDTO revokeRequestDTO15) throws RemoteException, OAuthAdminServiceIdentityOAuthAdminException
revokeAuthzForAppsByResoureOwner14
- OAuthAdminServiceIdentityOAuthAdminException
- :RemoteException
void startrevokeAuthzForAppsByResoureOwner(OAuthRevocationRequestDTO revokeRequestDTO15, OAuthAdminServiceCallbackHandler callback) throws RemoteException
revokeAuthzForAppsByResoureOwner14
- RemoteException
OAuthConsumerAppDTO[] getAllOAuthApplicationData() throws RemoteException, OAuthAdminServiceException
getAllOAuthApplicationData18
- OAuthAdminServiceException
- :RemoteException
void startgetAllOAuthApplicationData(OAuthAdminServiceCallbackHandler callback) throws RemoteException
getAllOAuthApplicationData18
- RemoteException
OAuthConsumerAppDTO[] getAppsAuthorizedByUser() throws RemoteException, OAuthAdminServiceIdentityOAuthAdminException
getAppsAuthorizedByUser21
- OAuthAdminServiceIdentityOAuthAdminException
- :RemoteException
void startgetAppsAuthorizedByUser(OAuthAdminServiceCallbackHandler callback) throws RemoteException
getAppsAuthorizedByUser21
- RemoteException
String[] getAllowedGrantTypes() throws RemoteException
getAllowedGrantTypes24
- RemoteException
void startgetAllowedGrantTypes(OAuthAdminServiceCallbackHandler callback) throws RemoteException
getAllowedGrantTypes24
- RemoteException
String[] registerOAuthConsumer() throws RemoteException, OAuthAdminServiceException
registerOAuthConsumer27
- OAuthAdminServiceException
- :RemoteException
void startregisterOAuthConsumer(OAuthAdminServiceCallbackHandler callback) throws RemoteException
registerOAuthConsumer27
- RemoteException
void updateConsumerApplication(OAuthConsumerAppDTO consumerAppDTO31) throws RemoteException, OAuthAdminServiceException
OAuthAdminServiceException
- :RemoteException
Copyright © 2019 WSO2. All rights reserved.