|
Oracle Fusion Middleware User Provisioning Plug-in Java API Reference for Oracle Access Management Identity Federation 11g Release 2 (11.1.2) E35911-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserContext
The data passed from OIF to User Provisioning plugin is contained inside UserContext object. It will include a Map of assertion attributes and OIF specific attributes in the same map. Also contained is a Map of data store related information.
Method Summary | |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getAttributes() Get Map of user attributes (attributes from assertion + OIF specific attributes like providerid). |
java.util.Map<java.lang.String,java.lang.Object> |
getAttributesUsedInMapping() Get Map of user attributes which is used in mapping assertion to a user. |
java.util.Map<java.lang.String,java.lang.String> |
getDataStoreInfo() Get Map of data store information. |
void |
setAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) Set the attributes |
void |
setAttributesUsedInMapping(java.util.Map<java.lang.String,java.lang.Object> attributes) Set the attributes that are used when mapping assertion to a user in data store |
void |
setDataStoreInfo(java.util.Map<java.lang.String,java.lang.String> dataStoreInfo) Sets the data store information - idstore name and search base DN |
Method Detail |
---|
java.util.Map<java.lang.String,java.lang.Object> getAttributes()
void setAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
attributes
-java.util.Map<java.lang.String,java.lang.String> getDataStoreInfo()
void setDataStoreInfo(java.util.Map<java.lang.String,java.lang.String> dataStoreInfo)
data
- store informationjava.util.Map<java.lang.String,java.lang.Object> getAttributesUsedInMapping()
void setAttributesUsedInMapping(java.util.Map<java.lang.String,java.lang.Object> attributes)
attributes
-
|
Oracle Fusion Middleware User Provisioning Plug-in Java API Reference for Oracle Access Management Identity Federation 11g Release 2 (11.1.2) E35911-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |