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 consumerKey12)
Auto generated method signature
|
void |
registerOAuthApplicationData(OAuthConsumerAppDTO application10)
Auto generated method signature for Asynchronous Invocations
|
String[] |
registerOAuthConsumer()
Auto generated method signature
|
void |
removeOAuthApplicationData(String consumerKey29)
Auto generated method signature for Asynchronous Invocations
|
OAuthRevocationResponseDTO |
revokeAuthzForAppsByResoureOwner(OAuthRevocationRequestDTO revokeRequestDTO25)
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 consumerKey12,
OAuthAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startregisterOAuthConsumer(OAuthAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startrevokeAuthzForAppsByResoureOwner(OAuthRevocationRequestDTO revokeRequestDTO25,
OAuthAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
updateConsumerApplication(OAuthConsumerAppDTO consumerAppDTO31)
Auto generated method signature for Asynchronous Invocations
|
OAuthConsumerAppDTO[] getAllOAuthApplicationData() throws RemoteException, OAuthAdminServiceException
getAllOAuthApplicationData6
- OAuthAdminServiceException
- :RemoteException
void startgetAllOAuthApplicationData(OAuthAdminServiceCallbackHandler callback) throws RemoteException
getAllOAuthApplicationData6
- RemoteException
void registerOAuthApplicationData(OAuthConsumerAppDTO application10) throws RemoteException, OAuthAdminServiceException
OAuthAdminServiceException
- :RemoteException
OAuthConsumerAppDTO getOAuthApplicationData(String consumerKey12) throws RemoteException, OAuthAdminServiceException
getOAuthApplicationData11
- OAuthAdminServiceException
- :RemoteException
void startgetOAuthApplicationData(String consumerKey12, OAuthAdminServiceCallbackHandler callback) throws RemoteException
getOAuthApplicationData11
- RemoteException
String[] getAllowedGrantTypes() throws RemoteException
getAllowedGrantTypes15
- RemoteException
void startgetAllowedGrantTypes(OAuthAdminServiceCallbackHandler callback) throws RemoteException
getAllowedGrantTypes15
- RemoteException
String[] registerOAuthConsumer() throws RemoteException, OAuthAdminServiceException
registerOAuthConsumer18
- OAuthAdminServiceException
- :RemoteException
void startregisterOAuthConsumer(OAuthAdminServiceCallbackHandler callback) throws RemoteException
registerOAuthConsumer18
- RemoteException
OAuthConsumerAppDTO[] getAppsAuthorizedByUser() throws RemoteException, OAuthAdminServiceIdentityOAuthAdminException
getAppsAuthorizedByUser21
- OAuthAdminServiceIdentityOAuthAdminException
- :RemoteException
void startgetAppsAuthorizedByUser(OAuthAdminServiceCallbackHandler callback) throws RemoteException
getAppsAuthorizedByUser21
- RemoteException
OAuthRevocationResponseDTO revokeAuthzForAppsByResoureOwner(OAuthRevocationRequestDTO revokeRequestDTO25) throws RemoteException, OAuthAdminServiceIdentityOAuthAdminException
revokeAuthzForAppsByResoureOwner24
- OAuthAdminServiceIdentityOAuthAdminException
- :RemoteException
void startrevokeAuthzForAppsByResoureOwner(OAuthRevocationRequestDTO revokeRequestDTO25, OAuthAdminServiceCallbackHandler callback) throws RemoteException
revokeAuthzForAppsByResoureOwner24
- RemoteException
void removeOAuthApplicationData(String consumerKey29) throws RemoteException, OAuthAdminServiceException
OAuthAdminServiceException
- :RemoteException
void updateConsumerApplication(OAuthConsumerAppDTO consumerAppDTO31) throws RemoteException, OAuthAdminServiceException
OAuthAdminServiceException
- :RemoteException
Copyright © 2017 WSO2. All rights reserved.