Skip navigation links

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


oracle.security.idaas.rest.jaxrs.client.sdk.applicationprofile
Class ApplicationProfileClient

java.lang.Object
  extended by oracle.security.idaas.rest.jaxrs.client.sdk.applicationprofile.ApplicationProfileClient


public class ApplicationProfileClient
extends java.lang.Object

This is the primary class used for clients to access the application profile REST services. Used to make requests and get responses over HTTP interactions with the application profile service.


Constructor Summary
ApplicationProfileClient(ClientSDKConfig config)
          Constructor for the Aication Profile Client Helper.

 

Method Summary
 java.lang.String readApplicationProfile(java.lang.String clientAppId, ApplicationProfileRequest appProfileRequest, Headers headers)
          Does a GET request to an application profile resource.

 

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

 

Constructor Detail

ApplicationProfileClient

public ApplicationProfileClient(ClientSDKConfig config)
                         throws OICClientException
Constructor for the Aication Profile Client Helper.
Parameters:
config - is the ClientSDKConfig instance holding the configuration information the cleintsdk needs to interact with the authentication REST HTTP services. For example, it would contain the uri of the deployed application profile services intended to be accessed.
Throws:
OICClientException

Method Detail

readApplicationProfile

public java.lang.String readApplicationProfile(java.lang.String clientAppId,
                                               ApplicationProfileRequest appProfileRequest,
                                               Headers headers)
                                        throws OICClientException
Does a GET request to an application profile resource.
Parameters:
clientAppId - is the application prfile id appended to the base URI for the resource being accessed.
appProfileRequest - contans the data that will be used to be added as the query paramaters on the request.
headers - contains any headers to be set on the request.
Returns:
the JSON representation that is contains in the response.
Throws:
OICClientException

Skip navigation links

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