|
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.applicationprofile.ApplicationProfileClient
public class ApplicationProfileClient
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 |
|---|
public ApplicationProfileClient(ClientSDKConfig config)
throws OICClientException
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.OICClientException| Method Detail |
|---|
public java.lang.String readApplicationProfile(java.lang.String clientAppId,
ApplicationProfileRequest appProfileRequest,
Headers headers)
throws OICClientException
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.OICClientException
|
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 | |||||||||