Searched refs:attributeMap (Results 51 - 75 of 108) sorted by relevance

12345

/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/config/user/
H A DDeploymentConfig.java237 public static DeploymentConfig marshalFromAttributeMap(Map<String, Set<String>> attributeMap) { argument
238 AuthTargetMapping targetMapping = AuthTargetMapping.marshalFromAttributeMap(attributeMap);
239 Map<String, Object> jsonMap = MapMarshallUtils.toJsonValueMap(attributeMap);
242 Set<String> tlsOffloadEngineHosts = attributeMap.get(TLS_OFFLOAD_ENGINE_HOSTS);
/forgerock/openam/openam-sts/openam-token-service-sts/src/test/java/org/forgerock/openam/sts/tokengeneration/saml2/statements/
H A DDefaultSubjectProviderTest.java102 Map<String, String> attributeMap = new HashMap<>();
103 attributeMap.put("email", "mail");
106 .attributeMap(attributeMap)
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/webservices/
H A DWSPersonalProfileServiceViewBean.java286 private void populateDSAttributeMapListTable(Set attributeMap) { argument
295 for (Iterator iter = attributeMap.iterator(); iter.hasNext(); ) {
320 (OrderedSet)attributeMap);
333 Set attributeMap = (Set)getPageSessionAttribute(
336 if ((attributeMap != null) && !attributeMap.isEmpty()) {
339 attributeMap);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/webservices/
H A DWSPersonalProfileServiceViewBean.java286 private void populateDSAttributeMapListTable(Set attributeMap) { argument
295 for (Iterator iter = attributeMap.iterator(); iter.hasNext(); ) {
320 (OrderedSet)attributeMap);
333 Set attributeMap = (Set)getPageSessionAttribute(
336 if ((attributeMap != null) && !attributeMap.isEmpty()) {
339 attributeMap);
/forgerock/openam/openam-sts/openam-soap-sts/openam-soap-sts-server/src/test/java/org/forgerock/openam/sts/soap/publish/
H A DSoapSTSInstancePublisherImplTest.java189 Map<String,String> attributeMap = new HashMap<>();
190 attributeMap.put("mail", "email");
191 attributeMap.put("uid", "id");
206 .attributeMap(attributeMap)
/forgerock/openam-v13/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/rest/config/user/
H A DRestSTSInstanceConfig.java494 public static RestSTSInstanceConfig marshalFromAttributeMap(Map<String, Set<String>> attributeMap) { argument
495 DeploymentConfig deploymentConfig = DeploymentConfig.marshalFromAttributeMap(attributeMap);
496 Map<String, Object> jsonAttributes = MapMarshallUtils.toJsonValueMap(attributeMap);
500 SAML2Config saml2Config = SAML2Config.marshalFromAttributeMap(attributeMap);
506 OpenIdConnectTokenConfig openIdConnectTokenConfig = OpenIdConnectTokenConfig.marshalFromAttributeMap(attributeMap);
522 Set<String> stringTokenTranslations = attributeMap.get(SUPPORTED_TOKEN_TRANSFORMS);
531 Set<String> stringCustomTranslations = attributeMap.get(CUSTOM_TOKEN_TRANSFORMS);
540 Set<String> stringCustomValidators = attributeMap.get(CUSTOM_TOKEN_VALIDATORS);
549 Set<String> stringCustomProviders = attributeMap.get(CUSTOM_TOKEN_PROVIDERS);
/forgerock/openam-v13/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/soap/config/user/
H A DSoapSTSInstanceConfig.java504 * @param attributeMap The attributeMap corresponding to the STS-persisted format of a soap-sts instance. Cannot be null.
505 * @return the SoapSTSInstanceConfig instance corresponding to attributeMap state. An IllegalStateException will be thrown
508 public static SoapSTSInstanceConfig marshalFromAttributeMap(Map<String, Set<String>> attributeMap) { argument
520 Map<String, Object> jsonAttributes = MapMarshallUtils.toJsonValueMap(attributeMap);
522 DeploymentConfig deploymentConfig = SoapDeploymentConfig.marshalFromAttributeMap(attributeMap);
526 SAML2Config saml2Config = SAML2Config.marshalFromAttributeMap(attributeMap);
532 OpenIdConnectTokenConfig openIdConnectTokenConfig = OpenIdConnectTokenConfig.marshalFromAttributeMap(attributeMap);
538 SoapSTSKeystoreConfig keystoreConfig = SoapSTSKeystoreConfig.marshalFromAttributeMap(attributeMap);
553 Set<String> stringTokenTranslations = attributeMap
[all...]
H A DSoapSTSKeystoreConfig.java234 public static SoapSTSKeystoreConfig marshalFromAttributeMap(Map<String, Set<String>> attributeMap) { argument
235 if (CollectionUtils.isEmpty(attributeMap.get(KEYSTORE_FILENAME))) {
238 return fromJson(new JsonValue(MapMarshallUtils.toJsonValueMap(attributeMap)));
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/rest/config/user/
H A DRestSTSInstanceConfig.java494 public static RestSTSInstanceConfig marshalFromAttributeMap(Map<String, Set<String>> attributeMap) { argument
495 DeploymentConfig deploymentConfig = DeploymentConfig.marshalFromAttributeMap(attributeMap);
496 Map<String, Object> jsonAttributes = MapMarshallUtils.toJsonValueMap(attributeMap);
500 SAML2Config saml2Config = SAML2Config.marshalFromAttributeMap(attributeMap);
506 OpenIdConnectTokenConfig openIdConnectTokenConfig = OpenIdConnectTokenConfig.marshalFromAttributeMap(attributeMap);
522 Set<String> stringTokenTranslations = attributeMap.get(SUPPORTED_TOKEN_TRANSFORMS);
531 Set<String> stringCustomTranslations = attributeMap.get(CUSTOM_TOKEN_TRANSFORMS);
540 Set<String> stringCustomValidators = attributeMap.get(CUSTOM_TOKEN_VALIDATORS);
549 Set<String> stringCustomProviders = attributeMap.get(CUSTOM_TOKEN_PROVIDERS);
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/soap/config/user/
H A DSoapSTSInstanceConfig.java504 * @param attributeMap The attributeMap corresponding to the STS-persisted format of a soap-sts instance. Cannot be null.
505 * @return the SoapSTSInstanceConfig instance corresponding to attributeMap state. An IllegalStateException will be thrown
508 public static SoapSTSInstanceConfig marshalFromAttributeMap(Map<String, Set<String>> attributeMap) { argument
520 Map<String, Object> jsonAttributes = MapMarshallUtils.toJsonValueMap(attributeMap);
522 DeploymentConfig deploymentConfig = SoapDeploymentConfig.marshalFromAttributeMap(attributeMap);
526 SAML2Config saml2Config = SAML2Config.marshalFromAttributeMap(attributeMap);
532 OpenIdConnectTokenConfig openIdConnectTokenConfig = OpenIdConnectTokenConfig.marshalFromAttributeMap(attributeMap);
538 SoapSTSKeystoreConfig keystoreConfig = SoapSTSKeystoreConfig.marshalFromAttributeMap(attributeMap);
553 Set<String> stringTokenTranslations = attributeMap
[all...]
H A DSoapSTSKeystoreConfig.java234 public static SoapSTSKeystoreConfig marshalFromAttributeMap(Map<String, Set<String>> attributeMap) { argument
235 if (CollectionUtils.isEmpty(attributeMap.get(KEYSTORE_FILENAME))) {
238 return fromJson(new JsonValue(MapMarshallUtils.toJsonValueMap(attributeMap)));
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DSubjectAttributeToUserAttributeCertificateMapper.java81 private LinkedHashMap<String,AttributeType> attributeMap; field in class:SubjectAttributeToUserAttributeCertificateMapper
118 attributeMap = new LinkedHashMap<String,AttributeType>();
143 if (attributeMap.containsKey(certAttrName))
159 for (AttributeType attrType : attributeMap.values())
169 attributeMap.put(certAttrName, userAttrType);
182 for (AttributeType t : attributeMap.values())
225 LinkedHashMap<String,AttributeType> theAttributeMap = this.attributeMap;
610 attributeMap = newAttributeMap;
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DSubjectAttributeToUserAttributeCertificateMapper.java80 private LinkedHashMap<String,AttributeType> attributeMap; field in class:SubjectAttributeToUserAttributeCertificateMapper
117 attributeMap = new LinkedHashMap<String,AttributeType>();
142 if (attributeMap.containsKey(certAttrName))
158 for (AttributeType attrType : attributeMap.values())
168 attributeMap.put(certAttrName, userAttrType);
181 for (AttributeType t : attributeMap.values())
224 LinkedHashMap<String,AttributeType> theAttributeMap = this.attributeMap;
609 attributeMap = newAttributeMap;
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DSubjectAttributeToUserAttributeCertificateMapper.java81 private LinkedHashMap<String,AttributeType> attributeMap; field in class:SubjectAttributeToUserAttributeCertificateMapper
118 attributeMap = new LinkedHashMap<String,AttributeType>();
143 if (attributeMap.containsKey(certAttrName))
159 for (AttributeType attrType : attributeMap.values())
169 attributeMap.put(certAttrName, userAttrType);
182 for (AttributeType t : attributeMap.values())
225 LinkedHashMap<String,AttributeType> theAttributeMap = this.attributeMap;
610 attributeMap = newAttributeMap;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DSubjectAttributeToUserAttributeCertificateMapper.java81 private LinkedHashMap<String,AttributeType> attributeMap; field in class:SubjectAttributeToUserAttributeCertificateMapper
118 attributeMap = new LinkedHashMap<String,AttributeType>();
143 if (attributeMap.containsKey(certAttrName))
159 for (AttributeType attrType : attributeMap.values())
169 attributeMap.put(certAttrName, userAttrType);
182 for (AttributeType t : attributeMap.values())
225 LinkedHashMap<String,AttributeType> theAttributeMap = this.attributeMap;
610 attributeMap = newAttributeMap;
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DSubjectAttributeToUserAttributeCertificateMapper.java80 private LinkedHashMap<String,AttributeType> attributeMap; field in class:SubjectAttributeToUserAttributeCertificateMapper
117 attributeMap = new LinkedHashMap<String,AttributeType>();
142 if (attributeMap.containsKey(certAttrName))
158 for (AttributeType attrType : attributeMap.values())
168 attributeMap.put(certAttrName, userAttrType);
181 for (AttributeType t : attributeMap.values())
224 LinkedHashMap<String,AttributeType> theAttributeMap = this.attributeMap;
609 attributeMap = newAttributeMap;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DConfigurationObserver.java76 Map attributeMap = SystemProperties.getAttributeMap();
77 for (Iterator i = attributeMap.values().iterator(); i.hasNext(); ) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DConfigurationObserver.java76 Map attributeMap = SystemProperties.getAttributeMap();
77 for (Iterator i = attributeMap.values().iterator(); i.hasNext(); ) {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultLibrarySPAccountMapper.java238 Map<String, String> attributeMap = attributeMapper.getConfigAttributeMap(realm, entityID, SP);
239 if (attributeMap == null || attributeMap.isEmpty()) {
244 autoFedMapAttribute = attributeMap.get(autoFedAttribute);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultLibrarySPAccountMapper.java238 Map<String, String> attributeMap = attributeMapper.getConfigAttributeMap(realm, entityID, SP);
239 if (attributeMap == null || attributeMap.isEmpty()) {
244 autoFedMapAttribute = attributeMap.get(autoFedAttribute);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DSubjectAttributeToUserAttributeCertificateMapper.java91 private LinkedHashMap<String,AttributeType> attributeMap; field in class:SubjectAttributeToUserAttributeCertificateMapper
123 attributeMap = buildAttributeMap(configuration, configEntryDN, ccr);
135 for (AttributeType t : attributeMap.values())
166 LinkedHashMap<String,AttributeType> theAttributeMap = this.attributeMap;
347 attributeMap = newAttributeMap;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSAssertionArtifactHandler.java1371 Map attributeMap = null;
1374 attributeMap = realmAttributeMapper.getAttributes(
1378 attributeMap = attributeMapper.getAttributes(
1384 "generateToken: Attribute map :" + attributeMap);
1386 if (attributeMap != null) {
1387 setAttributeMap(ssoToken, attributeMap);
1637 Map attributeMap = null;
1640 attributeMap = realmAttributeMapper.getAttributes(
1644 attributeMap = attributeMapper.getAttributes(
1650 "generateToken: Attribute map :" + attributeMap);
1938 setAttributeMap(Object token, Map attributeMap) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSAssertionArtifactHandler.java1373 Map attributeMap = null;
1376 attributeMap = realmAttributeMapper.getAttributes(
1380 attributeMap = attributeMapper.getAttributes(
1386 "generateToken: Attribute map :" + attributeMap);
1388 if (attributeMap != null) {
1389 setAttributeMap(ssoToken, attributeMap);
1639 Map attributeMap = null;
1642 attributeMap = realmAttributeMapper.getAttributes(
1646 attributeMap = attributeMapper.getAttributes(
1652 "generateToken: Attribute map :" + attributeMap);
1940 setAttributeMap(Object token, Map attributeMap) argument
[all...]
/forgerock/openam-v13/openam-sts/openam-client-sts/src/test/java/org/forgerock/openam/sts/config/user/
H A DAuthTargetMappingTest.java209 Map<String, Set<String>> attributeMap = new HashMap<String, Set<String>>();
210 attributeMap.put(AuthTargetMapping.AUTH_TARGET_MAPPINGS, mappings);
212 AuthTargetMapping authTargetMapping = AuthTargetMapping.marshalFromAttributeMap(attributeMap);
/forgerock/openam/openam-sts/openam-client-sts/src/test/java/org/forgerock/openam/sts/config/user/
H A DAuthTargetMappingTest.java209 Map<String, Set<String>> attributeMap = new HashMap<String, Set<String>>();
210 attributeMap.put(AuthTargetMapping.AUTH_TARGET_MAPPINGS, mappings);
212 AuthTargetMapping authTargetMapping = AuthTargetMapping.marshalFromAttributeMap(attributeMap);

Completed in 104 milliseconds

12345