|
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.UserProfileClientSDKConfig
public class UserProfileClientSDKConfig
Encapsulates configuration info for clients. For example, it would contain the URI of a resource being accessed and possibly other configuration-related information.
Nested Class Summary | |
---|---|
static class |
UserProfileClientSDKConfig.DIR_RELATIONSHIP |
Constructor Summary | |
---|---|
UserProfileClientSDKConfig() Constructor for the configuration of the token client sdk for REST services. |
|
UserProfileClientSDKConfig(java.lang.String serviceURI) Constructor for the configuration of the token client sdk for REST services. |
Method Summary | |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
getAccessURIMap() Map storing the access URI for supporting user/group profile. |
java.util.Map<java.lang.String,java.lang.String> |
getEntityURIMap() Map storing the entity URIs for supporting user/group profile. |
void |
setAccessURIMap(java.util.Map<java.lang.String,java.lang.String> accessURIMap) setting the info regarding user profile access URIs in the configuration. |
void |
setEntityURIMap(java.util.Map<java.lang.String,java.lang.String> entityURIMap) setting the info regarding user profile entity URIs in the configuration. |
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 UserProfileClientSDKConfig()
public UserProfileClientSDKConfig(java.lang.String serviceURI)
serviceURI
- is the URI of the REST services that this configuration would be related to.Method Detail |
---|
public void setAccessURIMap(java.util.Map<java.lang.String,java.lang.String> accessURIMap)
accessURIMap,
- stores the URIs for supporting user/group access URIs.public java.util.Map<java.lang.String,java.lang.String> getAccessURIMap()
public void setEntityURIMap(java.util.Map<java.lang.String,java.lang.String> entityURIMap)
accessURIMap,
- stores the entity URIs for supporting user/group profile.public java.util.Map<java.lang.String,java.lang.String> getEntityURIMap()
|
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 |