Searched refs:getAttributeMap (Results 1 - 25 of 51) sorted by relevance

123

/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/common/
H A DIProfileAttributeHelper.java49 public Map getAttributeMap(SSOToken token, Map queryMap) method in interface:IProfileAttributeHelper
52 public abstract Map getAttributeMap( method in interface:IProfileAttributeHelper
H A DProfileAttributeHelper.java114 public Map getAttributeMap(SSOToken token, Map queryMap) method in class:ProfileAttributeHelper
155 public Map getAttributeMap(SSOValidationResult ssoValidationResult, method in class:ProfileAttributeHelper
157 return getAttributeMap(ssoValidationResult.getSSOToken(), queryMap);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/container/
H A DIDPPFacade.java189 map = getAttributeMap(expContext, dataElement, map);
197 map = getAttributeMap(expContext, dataElement, map);
205 map = getAttributeMap(expContext, dataElement, map);
213 map = getAttributeMap(expContext, dataElement, map);
221 map = getAttributeMap(expContext, dataElement, map);
264 getAttributeMap(IDPPConstants.MUGSHOT_ELEMENT, mugShot, map);
265 getAttributeMap(IDPPConstants.WEBSITE_ELEMENT, webSite, map);
266 getAttributeMap(IDPPConstants.NAME_PRONOUNCED_ELEMENT,
268 getAttributeMap(IDPPConstants.GREET_SOUND_ELEMENT, greetSound, map);
269 getAttributeMap(IDPPConstant
[all...]
H A DIDPPDemographics.java209 map = getAttributeMap(
220 map = getAttributeMap(
231 map = getAttributeMap(IDPPConstants.DEMO_GRAPHICS_AGE_ELEMENT,
291 getAttributeMap(IDPPConstants.DEMO_GRAPHICS_DISPLAY_LANG_ELEMENT,
293 getAttributeMap(IDPPConstants.DEMO_GRAPHICS_AGE_ELEMENT, age, map);
294 getAttributeMap(IDPPConstants.DEMO_GRAPHICS_TIME_ZONE_ELEMENT,
296 getAttributeMap(IDPPConstants.DEMO_GRAPHICS_BIRTH_DAY_ELEMENT,
312 return getAttributeMap(
316 return getAttributeMap(IDPPConstants.DEMO_GRAPHICS_LANGUAGE_ELEMENT,
H A DIDPPCommonName.java190 map = getAttributeMap(expContext, dataElement, map);
199 map = getAttributeMap(expContext, dataElement, map);
208 map = getAttributeMap(expContext, dataElement, map);
217 map = getAttributeMap(expContext, dataElement, map);
226 map = getAttributeMap(expContext, dataElement, map);
278 getAttributeMap(IDPPConstants.CN_ELEMENT, cn, map);
292 map = getAttributeMap(IDPPConstants.ALT_CN_ELEMENT, null, map);
295 return getAttributeMap(IDPPConstants.ALT_CN_ELEMENT, dataObject, map);
H A DIDPPLegalIdentity.java313 map = getAttributeMap(expContext, dataElement, map);
322 map = getAttributeMap(expContext, dataElement, map);
331 map = getAttributeMap(expContext, dataElement, map);
340 map = getAttributeMap(expContext, dataElement, map);
349 map = getAttributeMap(expContext, dataElement, map);
358 map = getAttributeMap(expContext, dataElement, map);
408 map = getAttributeMap(expContext, dataElement, map);
417 map = getAttributeMap(expContext, dataElement, map);
481 getAttributeMap(IDPPConstants.GENDER_ELEMENT, gender, map);
482 getAttributeMap(IDPPConstant
[all...]
H A DIDPPEmploymentIdentity.java164 map = getAttributeMap(expContext, dataElement, map);
173 map = getAttributeMap(expContext, dataElement, map);
223 getAttributeMap(IDPPConstants.JOB_TITLE_ELEMENT, jobTitle, map);
224 getAttributeMap(IDPPConstants.O_ELEMENT, org, map);
238 map = getAttributeMap(IDPPConstants.ALT_O_ELEMENT, null, map);
241 return getAttributeMap(IDPPConstants.ALT_O_ELEMENT, dataObject, map);
H A DIDPPBaseContainer.java99 protected Map getAttributeMap(String attr, Object obj, Map map) { method in class:IDPPBaseContainer
101 IDPPUtils.debug.error("IDPPBaseContainer:getAttributeMap:nullval");
107 IDPPUtils.debug.message("IDPPBaseContainer:getAttributeMap: " +
431 getAttributeMap(IDPPConstants.FN_ELEMENT, fn, map);
432 getAttributeMap(IDPPConstants.SN_ELEMENT, sn, map);
436 getAttributeMap(IDPPConstants.MN_ELEMENT, mn, map);
438 getAttributeMap(IDPPConstants.PT_ELEMENT, pt, map);
H A DIDPPEmergencyContact.java123 map = getAttributeMap(
H A DIDPPInformalName.java122 map = getAttributeMap(
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/container/
H A DIDPPFacade.java189 map = getAttributeMap(expContext, dataElement, map);
197 map = getAttributeMap(expContext, dataElement, map);
205 map = getAttributeMap(expContext, dataElement, map);
213 map = getAttributeMap(expContext, dataElement, map);
221 map = getAttributeMap(expContext, dataElement, map);
264 getAttributeMap(IDPPConstants.MUGSHOT_ELEMENT, mugShot, map);
265 getAttributeMap(IDPPConstants.WEBSITE_ELEMENT, webSite, map);
266 getAttributeMap(IDPPConstants.NAME_PRONOUNCED_ELEMENT,
268 getAttributeMap(IDPPConstants.GREET_SOUND_ELEMENT, greetSound, map);
269 getAttributeMap(IDPPConstant
[all...]
H A DIDPPDemographics.java209 map = getAttributeMap(
220 map = getAttributeMap(
231 map = getAttributeMap(IDPPConstants.DEMO_GRAPHICS_AGE_ELEMENT,
291 getAttributeMap(IDPPConstants.DEMO_GRAPHICS_DISPLAY_LANG_ELEMENT,
293 getAttributeMap(IDPPConstants.DEMO_GRAPHICS_AGE_ELEMENT, age, map);
294 getAttributeMap(IDPPConstants.DEMO_GRAPHICS_TIME_ZONE_ELEMENT,
296 getAttributeMap(IDPPConstants.DEMO_GRAPHICS_BIRTH_DAY_ELEMENT,
312 return getAttributeMap(
316 return getAttributeMap(IDPPConstants.DEMO_GRAPHICS_LANGUAGE_ELEMENT,
H A DIDPPCommonName.java190 map = getAttributeMap(expContext, dataElement, map);
199 map = getAttributeMap(expContext, dataElement, map);
208 map = getAttributeMap(expContext, dataElement, map);
217 map = getAttributeMap(expContext, dataElement, map);
226 map = getAttributeMap(expContext, dataElement, map);
278 getAttributeMap(IDPPConstants.CN_ELEMENT, cn, map);
292 map = getAttributeMap(IDPPConstants.ALT_CN_ELEMENT, null, map);
295 return getAttributeMap(IDPPConstants.ALT_CN_ELEMENT, dataObject, map);
H A DIDPPLegalIdentity.java313 map = getAttributeMap(expContext, dataElement, map);
322 map = getAttributeMap(expContext, dataElement, map);
331 map = getAttributeMap(expContext, dataElement, map);
340 map = getAttributeMap(expContext, dataElement, map);
349 map = getAttributeMap(expContext, dataElement, map);
358 map = getAttributeMap(expContext, dataElement, map);
408 map = getAttributeMap(expContext, dataElement, map);
417 map = getAttributeMap(expContext, dataElement, map);
481 getAttributeMap(IDPPConstants.GENDER_ELEMENT, gender, map);
482 getAttributeMap(IDPPConstant
[all...]
H A DIDPPEmploymentIdentity.java164 map = getAttributeMap(expContext, dataElement, map);
173 map = getAttributeMap(expContext, dataElement, map);
223 getAttributeMap(IDPPConstants.JOB_TITLE_ELEMENT, jobTitle, map);
224 getAttributeMap(IDPPConstants.O_ELEMENT, org, map);
238 map = getAttributeMap(IDPPConstants.ALT_O_ELEMENT, null, map);
241 return getAttributeMap(IDPPConstants.ALT_O_ELEMENT, dataObject, map);
H A DIDPPBaseContainer.java102 protected Map getAttributeMap(String attr, Object obj, Map map) { method in class:IDPPBaseContainer
104 IDPPUtils.debug.error("IDPPBaseContainer:getAttributeMap:nullval");
110 IDPPUtils.debug.message("IDPPBaseContainer:getAttributeMap: " +
434 getAttributeMap(IDPPConstants.FN_ELEMENT, fn, map);
435 getAttributeMap(IDPPConstants.SN_ELEMENT, sn, map);
439 getAttributeMap(IDPPConstants.MN_ELEMENT, mn, map);
441 getAttributeMap(IDPPConstants.PT_ELEMENT, pt, map);
H A DIDPPEmergencyContact.java123 map = getAttributeMap(
H A DIDPPInformalName.java122 map = getAttributeMap(
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/filter/
H A DProfileAttributeTaskHandler.java68 return getProfileAttributeHelper().getAttributeMap(
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DResponseInfo.java130 public Map getAttributeMap() { method in class:ResponseInfo
/forgerock/openam-v13/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/saml2/statements/
H A DDefaultAttributeStatementsProvider.java45 List<Attribute> attributeList = mapper.getAttributes(ssoToken, saml2Config.getAttributeMap());
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DResponseInfo.java140 public Map getAttributeMap() { method in class:ResponseInfo
/forgerock/openam/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/saml2/statements/
H A DDefaultAttributeStatementsProvider.java45 List<Attribute> attributeList = mapper.getAttributes(ssoToken, saml2Config.getAttributeMap());
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/common/
H A DExtension.java149 public Map getAttributeMap() { method in class:Extension
326 Map attrMap = getAttributeMap();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/common/
H A DExtension.java149 public Map getAttributeMap() { method in class:Extension
326 Map attrMap = getAttributeMap();

Completed in 52 milliseconds

123