Searched refs:attributeMap (Results 26 - 50 of 108) sorted by relevance

12345

/forgerock/openam/openam-sts/openam-client-sts/src/test/java/org/forgerock/openam/sts/rest/config/user/
H A DRestSTSInstanceConfigTest.java189 Map<String, Set<String>> attributeMap = config.marshalToAttributeMap();
190 JsonValue jsonMap = new JsonValue(attributeMap);
195 attributeMap = config.marshalToAttributeMap();
196 jsonMap = new JsonValue(attributeMap);
201 attributeMap = config.marshalToAttributeMap();
202 jsonMap = new JsonValue(attributeMap);
207 attributeMap = config.marshalToAttributeMap();
208 jsonMap = new JsonValue(attributeMap);
216 Map<String, Set<String>> attributeMap = config.marshalToAttributeMap();
217 JsonValue jsonMap = new JsonValue(attributeMap);
[all...]
/forgerock/openam-v13/openam-sts/openam-client-sts/src/test/java/org/forgerock/openam/sts/soap/config/user/
H A DSoapSTSInstanceConfigTest.java261 Map<String, Set<String>> attributeMap = config.marshalToAttributeMap();
262 JsonValue jsonMap = new JsonValue(attributeMap);
267 attributeMap = config.marshalToAttributeMap();
268 jsonMap = new JsonValue(attributeMap);
276 Map<String, Set<String>> attributeMap = config.marshalToAttributeMap();
277 JsonValue jsonMap = new JsonValue(attributeMap);
282 attributeMap = config.marshalToAttributeMap();
283 jsonMap = new JsonValue(attributeMap);
284 System.out.println("After marshalling to attribute map: " + attributeMap);
374 Map<String,String> attributeMap
449 buildSAML2Config(Map<String, String> attributeMap) argument
[all...]
/forgerock/openam/openam-sts/openam-client-sts/src/test/java/org/forgerock/openam/sts/soap/config/user/
H A DSoapSTSInstanceConfigTest.java261 Map<String, Set<String>> attributeMap = config.marshalToAttributeMap();
262 JsonValue jsonMap = new JsonValue(attributeMap);
267 attributeMap = config.marshalToAttributeMap();
268 jsonMap = new JsonValue(attributeMap);
276 Map<String, Set<String>> attributeMap = config.marshalToAttributeMap();
277 JsonValue jsonMap = new JsonValue(attributeMap);
282 attributeMap = config.marshalToAttributeMap();
283 jsonMap = new JsonValue(attributeMap);
284 System.out.println("After marshalling to attribute map: " + attributeMap);
374 Map<String,String> attributeMap
449 buildSAML2Config(Map<String, String> attributeMap) argument
[all...]
/forgerock/openam-v13/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/config/user/
H A DSTSInstanceConfig.java179 public static STSInstanceConfig marshalFromAttributeMap(Map<String, Set<String>> attributeMap) { argument
180 Map<String, Object> jsonAttributes = MapMarshallUtils.toJsonValueMap(attributeMap);
185 SAML2Config saml2Config = SAML2Config.marshalFromAttributeMap(attributeMap);
190 OpenIdConnectTokenConfig openIdConnectTokenConfig = OpenIdConnectTokenConfig.marshalFromAttributeMap(attributeMap);
H A DSAML2Config.java66 private Map<String, String> attributeMap; field in class:SAML2Config.SAML2ConfigBuilder
109 public SAML2ConfigBuilder attributeMap(Map<String, String> attributeMap) { argument
110 this.attributeMap = Collections.unmodifiableMap(attributeMap);
293 private final Map<String, String> attributeMap; field in class:SAML2Config
319 if (builder.attributeMap != null) {
320 this.attributeMap = Collections.unmodifiableMap(builder.attributeMap);
322 attributeMap
[all...]
H A DDeploymentConfig.java234 public static DeploymentConfig marshalFromAttributeMap(Map<String, Set<String>> attributeMap) { argument
235 AuthTargetMapping targetMapping = AuthTargetMapping.marshalFromAttributeMap(attributeMap);
236 Map<String, Object> jsonMap = MapMarshallUtils.toJsonValueMap(attributeMap);
239 jsonMap.put(TLS_OFFLOAD_ENGINE_HOSTS, new JsonValue(attributeMap.get(TLS_OFFLOAD_ENGINE_HOSTS)));
/forgerock/openam-v13/openam-sts/openam-token-service-sts/src/test/java/org/forgerock/openam/sts/tokengeneration/saml2/statements/
H A DDefaultSubjectProviderTest.java101 Map<String, String> attributeMap = new HashMap<>();
102 attributeMap.put("email", "mail");
105 .attributeMap(attributeMap)
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/common/
H A DProfileAttributeHelper.java116 Map attributeMap = new HashMap();
133 attributeMap.put(mappedName, userAttributesMap
148 + userDN + ", attributeMap: " + attributeMap);
151 return attributeMap;
H A DCommonFactory.java143 String dateFormatString, Map attributeMap)
145 return newServletRequestHelper(dateFormatString, attributeMap, null);
149 String dateFormatString, Map attributeMap,
156 result.initialize(dateFormatString, attributeMap, inputStream);
142 newServletRequestHelper( String dateFormatString, Map attributeMap) argument
148 newServletRequestHelper( String dateFormatString, Map attributeMap, ServletInputStream inputStream) argument
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/config/user/
H A DSTSInstanceConfig.java179 public static STSInstanceConfig marshalFromAttributeMap(Map<String, Set<String>> attributeMap) { argument
180 Map<String, Object> jsonAttributes = MapMarshallUtils.toJsonValueMap(attributeMap);
185 SAML2Config saml2Config = SAML2Config.marshalFromAttributeMap(attributeMap);
190 OpenIdConnectTokenConfig openIdConnectTokenConfig = OpenIdConnectTokenConfig.marshalFromAttributeMap(attributeMap);
H A DSAML2Config.java77 private Map<String, String> attributeMap; field in class:SAML2Config.SAML2ConfigBuilder
135 * @param attributeMap the attribute map.
138 public SAML2ConfigBuilder attributeMap(Map<String, String> attributeMap) { argument
139 this.attributeMap = Collections.unmodifiableMap(attributeMap);
453 private final Map<String, String> attributeMap; field in class:SAML2Config
479 if (builder.attributeMap != null) {
480 this.attributeMap = Collections.unmodifiableMap(builder.attributeMap);
[all...]
/forgerock/openam-v13/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/soap/config/user/
H A DSoapDeploymentConfig.java337 public static SoapDeploymentConfig marshalFromAttributeMap(Map<String, Set<String>> attributeMap) { argument
338 DeploymentConfig baseConfig = DeploymentConfig.marshalFromAttributeMap(attributeMap);
345 .amDeploymentUrl(CollectionUtils.getFirstItem(attributeMap.get(AM_DEPLOYMENT_URL), null));
346 handleCustomWsdlLocationSettings(builder, attributeMap);
358 private static void handleCustomWsdlLocationSettings(SoapDeploymentConfigBuilder builder, Map<String, Set<String>> attributeMap) { argument
359 final String wsdlLocation = CollectionUtils.getFirstItem(attributeMap.get(WSDL_LOCATION), null);
364 builder.customWsdlLocation(CollectionUtils.getFirstItem(attributeMap.get(CUSTOM_WSDL_LOCATION), null));
365 builder.customPortQName(QName.valueOf(CollectionUtils.getFirstItem(attributeMap.get(CUSTOM_PORT_QNAME), null)));
366 builder.customServiceQName(QName.valueOf(CollectionUtils.getFirstItem(attributeMap.get(CUSTOM_SERVICE_QNAME), null)));
369 builder.portQName(QName.valueOf(CollectionUtils.getFirstItem(attributeMap
[all...]
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/soap/config/user/
H A DSoapDeploymentConfig.java337 public static SoapDeploymentConfig marshalFromAttributeMap(Map<String, Set<String>> attributeMap) { argument
338 DeploymentConfig baseConfig = DeploymentConfig.marshalFromAttributeMap(attributeMap);
345 .amDeploymentUrl(CollectionUtils.getFirstItem(attributeMap.get(AM_DEPLOYMENT_URL), null));
346 handleCustomWsdlLocationSettings(builder, attributeMap);
358 private static void handleCustomWsdlLocationSettings(SoapDeploymentConfigBuilder builder, Map<String, Set<String>> attributeMap) { argument
359 final String wsdlLocation = CollectionUtils.getFirstItem(attributeMap.get(WSDL_LOCATION), null);
364 builder.customWsdlLocation(CollectionUtils.getFirstItem(attributeMap.get(CUSTOM_WSDL_LOCATION), null));
365 builder.customPortQName(QName.valueOf(CollectionUtils.getFirstItem(attributeMap.get(CUSTOM_PORT_QNAME), null)));
366 builder.customServiceQName(QName.valueOf(CollectionUtils.getFirstItem(attributeMap.get(CUSTOM_SERVICE_QNAME), null)));
369 builder.portQName(QName.valueOf(CollectionUtils.getFirstItem(attributeMap
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSDefaultAttributePlugin.java108 Map attributeMap = null;
116 attributeMap = FSServiceUtils.parseAttributeConfig((List)
127 if (attributeMap == null || attributeMap.isEmpty()) {
136 "Statements: Attribute map configuration: " + attributeMap);
143 Iterator iter = attributeMap.entrySet().iterator();
H A DFSDefaultRealmAttributePlugin.java87 Map attributeMap = null;
95 attributeMap = FSServiceUtils.parseAttributeConfig((List)
106 if (attributeMap == null || attributeMap.isEmpty()) {
115 "Statements: Attribute map configuration: " + attributeMap);
122 Iterator iter = attributeMap.entrySet().iterator();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSDefaultAttributePlugin.java108 Map attributeMap = null;
116 attributeMap = FSServiceUtils.parseAttributeConfig((List)
127 if (attributeMap == null || attributeMap.isEmpty()) {
136 "Statements: Attribute map configuration: " + attributeMap);
143 Iterator iter = attributeMap.entrySet().iterator();
H A DFSDefaultRealmAttributePlugin.java87 Map attributeMap = null;
95 attributeMap = FSServiceUtils.parseAttributeConfig((List)
106 if (attributeMap == null || attributeMap.isEmpty()) {
115 "Statements: Attribute map configuration: " + attributeMap);
122 Iterator iter = attributeMap.entrySet().iterator();
/forgerock/openam-v13/openam-sts/openam-soap-sts/openam-soap-sts-server/src/test/java/org/forgerock/openam/sts/soap/publish/
H A DSoapSTSInstancePublisherImplTest.java174 Map<String,String> attributeMap = new HashMap<>();
175 attributeMap.put("mail", "email");
176 attributeMap.put("uid", "id");
191 .attributeMap(attributeMap)
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/sm/
H A DServiceConfigQueryFilterVisitorTest.java41 Map<String, Set<String>> attributeMap = new HashMap<>();
43 attributeMap.put("param" + i, Collections.singleton("value" + i));
45 attributeMap.put("long1", Collections.singleton("1"));
46 attributeMap.put("double1", Collections.singleton("2.1"));
47 when(serviceConfig.getAttributesForRead()).thenReturn(attributeMap);
/forgerock/openam-v13/openam-core/src/test/java/org/forgerock/openam/sm/
H A DServiceConfigQueryFilterVisitorTest.java41 Map<String, Set<String>> attributeMap = new HashMap<>();
43 attributeMap.put("param" + i, Collections.singleton("value" + i));
45 when(serviceConfig.getAttributesForRead()).thenReturn(attributeMap);
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/configuration/
H A DFedSystemProperties.java58 private static Map<String, AttributeStruct> attributeMap = new HashMap<String, AttributeStruct>(); field in class:FedSystemProperties
72 attributeMap.put(propertyName, new AttributeStruct(rb.getString(propertyName)));
91 AttributeStruct ast = attributeMap.get(key);
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/configuration/
H A DFedSystemProperties.java58 private static Map<String, AttributeStruct> attributeMap = new HashMap<String, AttributeStruct>(); field in class:FedSystemProperties
72 attributeMap.put(propertyName, new AttributeStruct(rb.getString(propertyName)));
91 AttributeStruct ast = attributeMap.get(key);
/forgerock/openam-v13/openam-sts/openam-client-sts/src/test/java/org/forgerock/openam/sts/config/user/
H A DOpenIdConnectTokenConfigTest.java42 private final Map<String, String> attributeMap; field in class:OpenIdConnectTokenConfigTest
45 attributeMap = new HashMap<String, String>();
46 attributeMap.put("saml_attr", "ldap_attr");
47 attributeMap.put("saml_attr1", "ldap_attr1");
129 assertEquals(attributeMap, reconsitutedConfig.getClaimMap());
172 builder.claimMap(attributeMap);
/forgerock/openam/openam-sts/openam-client-sts/src/test/java/org/forgerock/openam/sts/config/user/
H A DOpenIdConnectTokenConfigTest.java42 private final Map<String, String> attributeMap; field in class:OpenIdConnectTokenConfigTest
45 attributeMap = new HashMap<String, String>();
46 attributeMap.put("saml_attr", "ldap_attr");
47 attributeMap.put("saml_attr1", "ldap_attr1");
129 assertEquals(attributeMap, reconsitutedConfig.getClaimMap());
172 builder.claimMap(attributeMap);
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/scriptedcrest2dj/tools/
H A DCreateScript.groovy44 def attributeMap = AttributeUtil.toMap(attributes);
56 def user = CRESTHelper.toJsonValue(id, attributeMap, objectClassInfo);

Completed in 139 milliseconds

12345