Package | Description |
---|---|
com.sun.identity.liberty.ws.idpp |
Defines IDPP service.
|
com.sun.identity.liberty.ws.idpp.common |
Defines IDPP common.
|
com.sun.identity.liberty.ws.idpp.container |
Defines IDPP container.
|
com.sun.identity.liberty.ws.idpp.plugin |
Defines IDPP plugin.
|
Modifier and Type | Method and Description |
---|---|
String |
PersonalProfile.getAuthZAction(Object credential,
String action,
String select,
Map env)
Gets Authorization map for the list of select expressions.
|
com.sun.identity.liberty.ws.idpp.jaxb.ModifyResponseElement |
PPRequestHandler.getModifyResponse(com.sun.identity.liberty.ws.idpp.jaxb.ModifyElement modify)
Gets the modify response and set the status to OK.
|
com.sun.identity.liberty.ws.idpp.jaxb.QueryResponseElement |
PPRequestHandler.getQueryResponse(com.sun.identity.liberty.ws.idpp.jaxb.QueryElement query)
Gets the query response and set the status to OK.
|
boolean |
PersonalProfile.modifyData(Object credential,
String resourceID,
List dstModifications,
Map interactedData,
Document request)
Processes modify request and update new data.
|
com.sun.identity.liberty.ws.idpp.jaxb.ModifyResponseElement |
PPRequestHandler.processModifyRequest(com.sun.identity.liberty.ws.idpp.jaxb.ModifyElement modify,
String providerID,
Message requestMsg,
Document request)
Processes modify request.
|
com.sun.identity.liberty.ws.idpp.jaxb.QueryResponseElement |
PPRequestHandler.processQueryRequest(com.sun.identity.liberty.ws.idpp.jaxb.QueryElement query,
String providerID,
Message requestMsg,
Document request)
Processes Query Request.
|
Map |
PersonalProfile.queryData(Object credential,
String resourceID,
List dstQueryItems,
Map interactedData,
Document request)
Queries for the data for a specific resourceID.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
IDPPUtils.checkForUserAttributes(String userDN,
Set set)
Checks for if the user attribute values exist
for a given set.
|
static com.sun.identity.liberty.ws.idpp.jaxb.QueryElement |
IDPPUtils.createQueryElement(List queryExpressions,
String resourceID,
boolean includeCommonAttr)
Creates a Query Request element given a set of query expressions.
|
static com.sun.identity.liberty.ws.idpp.jaxb.ResourceIDElement |
IDPPUtils.createResourceIDElement(String resourceID)
Creates Discovery resource id type.
|
static List |
IDPPUtils.getQueryDataElements(com.sun.identity.liberty.ws.idpp.jaxb.QueryResponseElement response)
Gets the data element given a Query Response.
|
static Map |
IDPPUtils.getUserAttributes(String userDN,
Set requiredSet)
Returns the user attribute values.
|
static void |
IDPPUtils.setUserAttributes(String userDN,
Map map)
Stores the user attribute values in the data store.
|
Modifier and Type | Method and Description |
---|---|
protected com.sun.identity.liberty.ws.idpp.jaxb.AnalyzedNameType |
IDPPBaseContainer.getAnalyzedName(Map userMap)
Gets AnalyzedName JAXB Object.
|
protected Map |
IDPPBaseContainer.getAnalyzedNameMap(Object obj,
Map map)
Gets analzedname attributes in a hashmap.
|
Object |
IDPPFacade.getContainerObject(Map userMap)
Gets the Facade JAXB Element.
|
abstract Object |
IDPPBaseContainer.getContainerObject(Map userMap)
Gets the container Object.
|
Object |
IDPPExtensionContainer.getContainerObject(Map userMap)
Gets the container extension jaxb object.
|
Object |
IDPPMsgContact.getContainerObject(Map userMap)
Gets the common name jaxb element
|
Object |
IDPPDemographics.getContainerObject(Map userMap)
Gets the common name jaxb element
|
Object |
IDPPEmergencyContact.getContainerObject(Map userMap)
Gets the Emergency Contact Object
|
Object |
IDPPLegalIdentity.getContainerObject(Map userMap)
Gets the container object i.e.
|
Object |
IDPPInformalName.getContainerObject(Map userMap)
Gets the Informal Name JAXB Object
|
Object |
IDPPSignKey.getContainerObject(Map userMap)
Gets the common name jaxb element
|
Object |
IDPPCommonName.getContainerObject(Map userMap)
Gets the common name jaxb element
|
Object |
IDPPAddressCard.getContainerObject(Map userMap)
Gets the container object i.e.
|
Object |
IDPPEmploymentIdentity.getContainerObject(Map userMap)
Gets the employment identity jaxb object
|
Object |
IDPPEncryptKey.getContainerObject(Map userMap)
Gets the common name jaxb element
|
Map |
IDPPFacade.getDataMapForSelect(String select,
List data)
Gets the data key value map that needs to be modified for the
given select expression.
|
abstract Map |
IDPPBaseContainer.getDataMapForSelect(String select,
List data)
Gets data map for select.
|
Map |
IDPPExtensionContainer.getDataMapForSelect(String select,
List data)
Processes modify container values and returns key value/pair to be
modified.
|
Map |
IDPPMsgContact.getDataMapForSelect(String select,
List data)
Process modify container values and returns key value/pair to be
modified.
|
Map |
IDPPDemographics.getDataMapForSelect(String select,
List data)
Processes modify container values and returns key value/pair to be
modified.
|
Map |
IDPPEmergencyContact.getDataMapForSelect(String select,
List data)
Gets the attribute key value map that needs to be modified for the
given select expression.
|
Map |
IDPPLegalIdentity.getDataMapForSelect(String select,
List data)
Processes modify container values and returns key value/pair to be
modified.
|
Map |
IDPPInformalName.getDataMapForSelect(String select,
List data)
Processes modify container values and returns key value/pair to be
modified.
|
Map |
IDPPSignKey.getDataMapForSelect(String select,
List data)
Processes modify container values and returns key value/pair to
be modified.
|
Map |
IDPPCommonName.getDataMapForSelect(String select,
List data)
Processes modify container values and returns key value/pair to be
modified.
|
Map |
IDPPAddressCard.getDataMapForSelect(String select,
List data)
Processes modify container values and returns key value/pair to be
modified.
|
Map |
IDPPEmploymentIdentity.getDataMapForSelect(String select,
List data)
Process modify container values and returns key value/pair to be
modified.
|
Map |
IDPPEncryptKey.getDataMapForSelect(String select,
List data)
Process modify container values and returns key value/pair to be
modified.
|
Document |
IDPPBaseContainer.toXMLDocument(Map userMap)
Converts into an XML document so that XPATH can be applied.
|
Modifier and Type | Method and Description |
---|---|
Map |
IDPPContainer.getDataMapForSelect(String select,
List data)
Gets the data map for a given select and the data.
|
List |
IDPPExtension.getExtAttributes()
Gets the list of extension
JAXB attribute objects. |
Document |
IDPPContainer.toXMLDocument(Map userMap)
Converts all the supported container values into an XML document.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.