Interface OAuthService
-
- All Known Implementing Classes:
OAuthServiceStub
public interface OAuthService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Parameters
authorizeOauthRequestToken(Parameters params17)
Auto generated method signatureParameters
getAccessToken(Parameters params21)
Auto generated method signatureParameters
getOauthRequestToken(Parameters params29)
Auto generated method signatureParameters
getScopeAndAppName(String oauthToken25)
Auto generated method signatureboolean
isOAuthConsumerValid(OAuthConsumerDTO oauthConsumer9)
Auto generated method signaturevoid
startauthorizeOauthRequestToken(Parameters params17, OAuthServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetAccessToken(Parameters params21, OAuthServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetOauthRequestToken(Parameters params29, OAuthServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetScopeAndAppName(String oauthToken25, OAuthServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startisOAuthConsumerValid(OAuthConsumerDTO oauthConsumer9, OAuthServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startvalidateAuthenticationRequest(Parameters params13, OAuthServiceCallbackHandler callback)
Auto generated method signature for Asynchronous InvocationsParameters
validateAuthenticationRequest(Parameters params13)
Auto generated method signature
-
-
-
Method Detail
-
isOAuthConsumerValid
boolean isOAuthConsumerValid(OAuthConsumerDTO oauthConsumer9) throws RemoteException, OAuthServiceIdentityException
Auto generated method signature- Parameters:
isOAuthConsumerValid8
-- Throws:
OAuthServiceIdentityException
- :RemoteException
-
startisOAuthConsumerValid
void startisOAuthConsumerValid(OAuthConsumerDTO oauthConsumer9, OAuthServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
isOAuthConsumerValid8
-- Throws:
RemoteException
-
validateAuthenticationRequest
Parameters validateAuthenticationRequest(Parameters params13) throws RemoteException, OAuthServiceIdentityException, OAuthServiceAuthenticationException
Auto generated method signature- Parameters:
validateAuthenticationRequest12
-- Throws:
OAuthServiceIdentityException
- :OAuthServiceAuthenticationException
- :RemoteException
-
startvalidateAuthenticationRequest
void startvalidateAuthenticationRequest(Parameters params13, OAuthServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
validateAuthenticationRequest12
-- Throws:
RemoteException
-
authorizeOauthRequestToken
Parameters authorizeOauthRequestToken(Parameters params17) throws RemoteException, OAuthServiceIdentityException, OAuthServiceAuthenticationException
Auto generated method signature- Parameters:
authorizeOauthRequestToken16
-- Throws:
OAuthServiceIdentityException
- :OAuthServiceAuthenticationException
- :RemoteException
-
startauthorizeOauthRequestToken
void startauthorizeOauthRequestToken(Parameters params17, OAuthServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
authorizeOauthRequestToken16
-- Throws:
RemoteException
-
getAccessToken
Parameters getAccessToken(Parameters params21) throws RemoteException, OAuthServiceIdentityOAuthAdminException, OAuthServiceAuthenticationException
Auto generated method signature- Parameters:
getAccessToken20
-- Throws:
OAuthServiceIdentityOAuthAdminException
- :OAuthServiceAuthenticationException
- :RemoteException
-
startgetAccessToken
void startgetAccessToken(Parameters params21, OAuthServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getAccessToken20
-- Throws:
RemoteException
-
getScopeAndAppName
Parameters getScopeAndAppName(String oauthToken25) throws RemoteException, OAuthServiceException
Auto generated method signature- Parameters:
getScopeAndAppName24
-- Throws:
OAuthServiceException
- :RemoteException
-
startgetScopeAndAppName
void startgetScopeAndAppName(String oauthToken25, OAuthServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getScopeAndAppName24
-- Throws:
RemoteException
-
getOauthRequestToken
Parameters getOauthRequestToken(Parameters params29) throws RemoteException, OAuthServiceIdentityOAuthAdminException, OAuthServiceAuthenticationException
Auto generated method signature- Parameters:
getOauthRequestToken28
-- Throws:
OAuthServiceIdentityOAuthAdminException
- :OAuthServiceAuthenticationException
- :RemoteException
-
startgetOauthRequestToken
void startgetOauthRequestToken(Parameters params29, OAuthServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getOauthRequestToken28
-- Throws:
RemoteException
-
-