|
Oracle Fusion Middleware Java API Reference for Oracle Access Management Mobile and Social | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.security.idaas.rest.jaxrs.client.sdk.ClientSDKConfig
oracle.security.idaas.rest.jaxrs.client.sdk.AuthenticationClientSDKConfig
public class AuthenticationClientSDKConfig
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 |
|---|
public AuthenticationClientSDKConfig()
public AuthenticationClientSDKConfig(java.lang.String serviceURI)
serviceURI - is the URI of the REST services that this configuration would be related to.| Method Detail |
|---|
public void setRegisterationServiceURI(java.lang.String registerationServiceURI)
registerationServiceURI - is the URI of the service being accessed for application registration.public java.lang.String getRegisterationServiceURI()
public void setAuthenticationServiceURI(java.lang.String authenticationServiceURI)
authenticationServiceURI - is the URI of the service being accessed for authentication.public java.lang.String getAuthenticationServiceURI()
public void setAccessTokenServiceURI(java.lang.String accessTokenServiceURI)
accessTokenServiceURI - is the URI of the service being accessed for obtaining an ACCESS Token.public java.lang.String getAccessTokenServiceURI()
public void setTokenInfoServiceURI(java.lang.String tokenInfoServiceURI)
tokenInfoServiceURI - is the URI of the service being accessed for obtaining the token information.public java.lang.String getTokenInfoServiceURI()
|
Copyright (c) 2012, Oracle All Rights Reserved. Built 06/05/2012 17:18:07 PDT |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||