Skip navigation links

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


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

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


public class UserProfileClientSDKConfig
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.


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

UserProfileClientSDKConfig

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

UserProfileClientSDKConfig

public UserProfileClientSDKConfig(java.lang.String serviceURI)
Constructor for the configuration of the token client sdk for REST services. It contains the map data which has the inforamtion regarding user proifiel access/entity uri. The following data is defined by default : MANGER // accessURI: manager entityURI: report-uri REPORTEE // accessURI: reports entityURI: manager-uri USER_MEMBEROFGROUP // accessURI: memberOf entityURI: person-uri GROUPMEMBER_USER // accessURI: members entityURI: group-uri GROUP_MEMBEROFGROUP // accessURI: groupMemberOf entityURI: member-uri GROUPMEMBER_GROUP // accessURI: groupMembers entityURI: group-uri USER_OWNEROFGROUP // accessURI: ownerOf entityURI: owner-uri GROUPOWNER_USER // accessURI: personOwner entityURI: group-uri GROUP_OWNEROFGROUP // accessURI: groupOwner entityURI: group-uri GROUPOWNER_GROUP // accessURI: groupOwnerOf entityURI: owner-uri
Parameters:
serviceURI - is the URI of the REST services that this configuration would be related to.

Method Detail

setAccessURIMap

public void setAccessURIMap(java.util.Map<java.lang.String,java.lang.String> accessURIMap)
setting the info regarding user profile access URIs in the configuration.
Parameters:
accessURIMap, - stores the URIs for supporting user/group access URIs.

getAccessURIMap

public java.util.Map<java.lang.String,java.lang.String> getAccessURIMap()
Map storing the access URI for supporting user/group profile.
Returns:
accessURIMap which stores the uri for supporting user/group access URIs.

setEntityURIMap

public void setEntityURIMap(java.util.Map<java.lang.String,java.lang.String> entityURIMap)
setting the info regarding user profile entity URIs in the configuration.
Parameters:
accessURIMap, - stores the entity URIs for supporting user/group profile.

getEntityURIMap

public java.util.Map<java.lang.String,java.lang.String> getEntityURIMap()
Map storing the entity URIs for supporting user/group profile.
Returns:
entityURIMap which stores the entity URIs for supporting user/group profile.

Skip navigation links

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