Interface OAuthAdminService
-
- All Known Implementing Classes:
OAuthAdminServiceStub
public interface OAuthAdminService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OAuthConsumerAppDTO[]
getAllOAuthApplicationData()
Auto generated method signatureString[]
getAllowedGrantTypes()
Auto generated method signatureOAuthConsumerAppDTO[]
getAppsAuthorizedByUser()
Auto generated method signatureOAuthConsumerAppDTO
getOAuthApplicationData(String consumerKey11)
Auto generated method signaturevoid
registerOAuthApplicationData(OAuthConsumerAppDTO application7)
Auto generated method signature for Asynchronous InvocationsString[]
registerOAuthConsumer()
Auto generated method signaturevoid
removeOAuthApplicationData(String consumerKey9)
Auto generated method signature for Asynchronous InvocationsOAuthRevocationResponseDTO
revokeAuthzForAppsByResoureOwner(OAuthRevocationRequestDTO revokeRequestDTO15)
Auto generated method signaturevoid
startgetAllOAuthApplicationData(OAuthAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetAllowedGrantTypes(OAuthAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetAppsAuthorizedByUser(OAuthAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetOAuthApplicationData(String consumerKey11, OAuthAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startregisterOAuthConsumer(OAuthAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startrevokeAuthzForAppsByResoureOwner(OAuthRevocationRequestDTO revokeRequestDTO15, OAuthAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
updateConsumerApplication(OAuthConsumerAppDTO consumerAppDTO31)
Auto generated method signature for Asynchronous Invocations
-
-
-
Method Detail
-
registerOAuthApplicationData
void registerOAuthApplicationData(OAuthConsumerAppDTO application7) throws RemoteException, OAuthAdminServiceException
Auto generated method signature for Asynchronous Invocations- Throws:
OAuthAdminServiceException
- :RemoteException
-
removeOAuthApplicationData
void removeOAuthApplicationData(String consumerKey9) throws RemoteException, OAuthAdminServiceException
Auto generated method signature for Asynchronous Invocations- Throws:
OAuthAdminServiceException
- :RemoteException
-
getOAuthApplicationData
OAuthConsumerAppDTO getOAuthApplicationData(String consumerKey11) throws RemoteException, OAuthAdminServiceException
Auto generated method signature- Parameters:
getOAuthApplicationData10
-- Throws:
OAuthAdminServiceException
- :RemoteException
-
startgetOAuthApplicationData
void startgetOAuthApplicationData(String consumerKey11, OAuthAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getOAuthApplicationData10
-- Throws:
RemoteException
-
revokeAuthzForAppsByResoureOwner
OAuthRevocationResponseDTO revokeAuthzForAppsByResoureOwner(OAuthRevocationRequestDTO revokeRequestDTO15) throws RemoteException, OAuthAdminServiceIdentityOAuthAdminException
Auto generated method signature- Parameters:
revokeAuthzForAppsByResoureOwner14
-- Throws:
OAuthAdminServiceIdentityOAuthAdminException
- :RemoteException
-
startrevokeAuthzForAppsByResoureOwner
void startrevokeAuthzForAppsByResoureOwner(OAuthRevocationRequestDTO revokeRequestDTO15, OAuthAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
revokeAuthzForAppsByResoureOwner14
-- Throws:
RemoteException
-
getAllOAuthApplicationData
OAuthConsumerAppDTO[] getAllOAuthApplicationData() throws RemoteException, OAuthAdminServiceException
Auto generated method signature- Parameters:
getAllOAuthApplicationData18
-- Throws:
OAuthAdminServiceException
- :RemoteException
-
startgetAllOAuthApplicationData
void startgetAllOAuthApplicationData(OAuthAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getAllOAuthApplicationData18
-- Throws:
RemoteException
-
getAppsAuthorizedByUser
OAuthConsumerAppDTO[] getAppsAuthorizedByUser() throws RemoteException, OAuthAdminServiceIdentityOAuthAdminException
Auto generated method signature- Parameters:
getAppsAuthorizedByUser21
-- Throws:
OAuthAdminServiceIdentityOAuthAdminException
- :RemoteException
-
startgetAppsAuthorizedByUser
void startgetAppsAuthorizedByUser(OAuthAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getAppsAuthorizedByUser21
-- Throws:
RemoteException
-
getAllowedGrantTypes
String[] getAllowedGrantTypes() throws RemoteException
Auto generated method signature- Parameters:
getAllowedGrantTypes24
-- Throws:
RemoteException
-
startgetAllowedGrantTypes
void startgetAllowedGrantTypes(OAuthAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getAllowedGrantTypes24
-- Throws:
RemoteException
-
registerOAuthConsumer
String[] registerOAuthConsumer() throws RemoteException, OAuthAdminServiceException
Auto generated method signature- Parameters:
registerOAuthConsumer27
-- Throws:
OAuthAdminServiceException
- :RemoteException
-
startregisterOAuthConsumer
void startregisterOAuthConsumer(OAuthAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
registerOAuthConsumer27
-- Throws:
RemoteException
-
updateConsumerApplication
void updateConsumerApplication(OAuthConsumerAppDTO consumerAppDTO31) throws RemoteException, OAuthAdminServiceException
Auto generated method signature for Asynchronous Invocations- Throws:
OAuthAdminServiceException
- :RemoteException
-
-