Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Access Management Mobile and Social


oracle.security.idaas.rest.jaxrs.client.sdk
Class AuthenticationClientSDKConfig

java.lang.Object
  extended by oracle.security.idaas.rest.jaxrs.client.sdk.ClientSDKConfig
      extended by oracle.security.idaas.rest.jaxrs.client.sdk.AuthenticationClientSDKConfig


public class AuthenticationClientSDKConfig
extends ClientSDKConfig

Encapsulates configuration info for clients. For example, it would contain the URI of a resource being accessed and possibly other configuration-related information.


Constructor Summary
AuthenticationClientSDKConfig()
          Constructor for the configuration of the token client sdk for REST services.
AuthenticationClientSDKConfig(java.lang.String serviceURI)
          Constructor for the configuration of the token client sdk for REST services.

 

Method Summary
 java.lang.String getAccessTokenServiceURI()
          Returns the URI of the REST resource for obtaining an ACCESS Token.
 java.lang.String getAuthenticationServiceURI()
          Returns the URI of the REST resource being accessed for authentication.
 java.lang.String getRegisterationServiceURI()
          Returns the URI of the REST resource being accessed for application registration.
 java.lang.String getTokenInfoServiceURI()
          Returns the URI of the REST resource being accessed for obtaining the token information.
 void setAccessTokenServiceURI(java.lang.String accessTokenServiceURI)
          Sets the URI of the REST resource for obtaining an ACCESS Token.
 void setAuthenticationServiceURI(java.lang.String authenticationServiceURI)
          Sets the URI of the REST resource being accessed for authentication.
 void setRegisterationServiceURI(java.lang.String registerationServiceURI)
          Sets the URI of the REST resource being accessed for application registration.
 void setTokenInfoServiceURI(java.lang.String tokenInfoServiceURI)
          Sets the URI of the REST resource being accessed for obtaining the token information

 

Methods inherited from class oracle.security.idaas.rest.jaxrs.client.sdk.ClientSDKConfig
getReadTokenUsingQueryParametersFlag, getRequestHelperClassName, getServiceURI, setReadTokenUsingQueryParametersFlag, setRequestHelperClassName, setServiceURI

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

AuthenticationClientSDKConfig

public AuthenticationClientSDKConfig()
Constructor for the configuration of the token client sdk for REST services.

AuthenticationClientSDKConfig

public AuthenticationClientSDKConfig(java.lang.String serviceURI)
Constructor for the configuration of the token client sdk for REST services.
Parameters:
serviceURI - is the URI of the REST services that this configuration would be related to.

Method Detail

setRegisterationServiceURI

public void setRegisterationServiceURI(java.lang.String registerationServiceURI)
Sets the URI of the REST resource being accessed for application registration.
Parameters:
registerationServiceURI - is the URI of the service being accessed for application registration.

getRegisterationServiceURI

public java.lang.String getRegisterationServiceURI()
Returns the URI of the REST resource being accessed for application registration.
Returns:
the URI of the service being accessed for application registration.

setAuthenticationServiceURI

public void setAuthenticationServiceURI(java.lang.String authenticationServiceURI)
Sets the URI of the REST resource being accessed for authentication.
Parameters:
authenticationServiceURI - is the URI of the service being accessed for authentication.

getAuthenticationServiceURI

public java.lang.String getAuthenticationServiceURI()
Returns the URI of the REST resource being accessed for authentication.
Returns:
the URI of the service being accessed for authentication.

setAccessTokenServiceURI

public void setAccessTokenServiceURI(java.lang.String accessTokenServiceURI)
Sets the URI of the REST resource for obtaining an ACCESS Token.
Parameters:
accessTokenServiceURI - is the URI of the service being accessed for obtaining an ACCESS Token.

getAccessTokenServiceURI

public java.lang.String getAccessTokenServiceURI()
Returns the URI of the REST resource for obtaining an ACCESS Token.
Returns:
the URI of the service being accessed for obtaining an ACCESS Token.

setTokenInfoServiceURI

public void setTokenInfoServiceURI(java.lang.String tokenInfoServiceURI)
Sets the URI of the REST resource being accessed for obtaining the token information
Parameters:
tokenInfoServiceURI - is the URI of the service being accessed for obtaining the token information.

getTokenInfoServiceURI

public java.lang.String getTokenInfoServiceURI()
Returns the URI of the REST resource being accessed for obtaining the token information.
Returns:
the URI of the service being accessed for obtaining the token information.

Skip navigation links

Copyright (c) 2012,
Oracle All Rights Reserved.
Built 06/05/2012 17:18:07 PDT