Searched defs:attributeMap (Results 1 - 25 of 53) sorted by relevance

123

/forgerock/openam-v13/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/
H A DMapMarshallUtils.java72 * @param attributeMap The map of STS instance attributes obtained from the SMS
75 public static Map<String, Object> toJsonValueMap(Map<String, Set<String>> attributeMap) { argument
76 Map<String, Object> jsonValueMap = new HashMap<String, Object>(attributeMap.size());
77 for (Map.Entry<String, Set<String>> entry : attributeMap.entrySet()) {
/forgerock/openam-v13/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/saml2/statements/
H A DAttributeMapper.java29 * and the attributeMap specification will be pulled from the SAML2Config associated with the STS instance currently
36 * @param attributeMap Contains the mapping of saml attribute names (Map keys) to local OpenAM attributes (Map values) in
47 List<Attribute> getAttributes(SSOToken token, Map<String, String> attributeMap) throws TokenCreationException; argument
H A DDefaultAttributeMapper.java37 * the attributeMap and information about dynamic or ignored profiles from IDP/SP identifiers. These values undergo non-null
47 private final Map<String, String> attributeMap; field in class:DefaultAttributeMapper
49 public DefaultAttributeMapper(Map<String, String> attributeMap) { argument
50 this.attributeMap = Collections.unmodifiableMap(attributeMap);
56 * @param attributeMap The mapping of saml attributes (keys) to the local AM LDAP attributes (values) Note that in
57 * this implementation, the attributeMap is ignored, as it is provided to the ctor as it needs
60 * the attributeMap is a fundamental constituent.
64 public List<Attribute> getAttributes(SSOToken token, Map<String, String> attributeMap) throws TokenCreationException { argument
93 * id and realm. These parameters will be ignored, as the attributeMap passe
[all...]
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/
H A DMapMarshallUtils.java72 * @param attributeMap The map of STS instance attributes obtained from the SMS
75 public static Map<String, Object> toJsonValueMap(Map<String, Set<String>> attributeMap) { argument
76 Map<String, Object> jsonValueMap = new HashMap<String, Object>(attributeMap.size());
77 for (Map.Entry<String, Set<String>> entry : attributeMap.entrySet()) {
/forgerock/openam/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/saml2/statements/
H A DAttributeMapper.java29 * and the attributeMap specification will be pulled from the SAML2Config associated with the STS instance currently
39 * @param attributeMap Contains the mapping of saml attribute names (Map keys) to local OpenAM attributes (Map values) in
50 List<Attribute> getAttributes(SSOToken token, Map<String, String> attributeMap) throws TokenCreationException; argument
H A DDefaultAttributeMapper.java37 * the attributeMap and information about dynamic or ignored profiles from IDP/SP identifiers. These values undergo non-null
47 private final Map<String, String> attributeMap; field in class:DefaultAttributeMapper
49 public DefaultAttributeMapper(Map<String, String> attributeMap) { argument
50 this.attributeMap = Collections.unmodifiableMap(attributeMap);
56 * @param attributeMap The mapping of saml attributes (keys) to the local AM LDAP attributes (values) Note that in
57 * this implementation, the attributeMap is ignored, as it is provided to the ctor as it needs
60 * the attributeMap is a fundamental constituent.
64 public List<Attribute> getAttributes(SSOToken token, Map<String, String> attributeMap) throws TokenCreationException { argument
95 * id and realm. These parameters will be ignored, as the attributeMap passe
[all...]
/forgerock/openam-v13/openam-sts/openam-token-service-sts/src/test/java/org/forgerock/openam/sts/tokengeneration/saml2/statements/
H A DDefaultAttributeStatementsProviderTest.java45 private Map<String, String> attributeMap; field in class:DefaultAttributeStatementsProviderTest
50 attributeMap = new HashMap<>();
51 attributeMap.put(ATTRIBUTE_NAME, "mail");
62 when(mockAttributeMapper.getAttributes(mockToken, attributeMap)).thenReturn(attributeList);
77 Map<String, String> attributeMap = new HashMap<>();
78 attributeMap.put("email", "mail");
80 .attributeMap(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/openam-sts/openam-token-service-sts/src/test/java/org/forgerock/openam/sts/tokengeneration/saml2/statements/
H A DDefaultAttributeStatementsProviderTest.java45 private Map<String, String> attributeMap; field in class:DefaultAttributeStatementsProviderTest
50 attributeMap = new HashMap<>();
51 attributeMap.put(ATTRIBUTE_NAME, "mail");
62 when(mockAttributeMapper.getAttributes(mockToken, attributeMap)).thenReturn(attributeList);
77 Map<String, String> attributeMap = new HashMap<>();
78 attributeMap.put("email", "mail");
80 .attributeMap(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/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-radius/openam-radius-server/src/main/java/org/forgerock/openam/radius/server/
H A DRadiusRequest.java46 private Map<Class, Attribute> attributeMap = new HashMap<Class, Attribute>(); field in class:RadiusRequest
107 return attributeMap.get(attributeType);
121 attributeMap.put(att.getClass(), att);
132 UserNameAttribute userNameAttribute = (UserNameAttribute) attributeMap.get(UserNameAttribute.class);
/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-radius/openam-radius-server/src/main/java/org/forgerock/openam/radius/server/
H A DRadiusRequest.java46 private Map<Class, Attribute> attributeMap = new HashMap<Class, Attribute>(); field in class:RadiusRequest
107 return attributeMap.get(attributeType);
121 attributeMap.put(att.getClass(), att);
132 UserNameAttribute userNameAttribute = (UserNameAttribute) attributeMap.get(UserNameAttribute.class);
/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/openam-v13/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/config/user/
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)));
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);
/forgerock/openam-v13/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/soap/config/user/
H A DSoapDelegationConfig.java222 public static SoapDelegationConfig marshalFromAttributeMap(Map<String, Set<String>> attributeMap) { argument
224 if (CollectionUtils.isEmpty(attributeMap.get(DELEGATION_TOKEN_VALIDATORS)) && CollectionUtils.isEmpty(attributeMap.get(CUSTOM_DELEGATION_TOKEN_HANDLERS))) {
227 Map<String, Object> jsonAttributes = MapMarshallUtils.toJsonValueMap(attributeMap);
234 if (attributeMap.get(DELEGATION_TOKEN_VALIDATORS) != null) {
239 Set<String> stringTokenTranslations = attributeMap.get(DELEGATION_TOKEN_VALIDATORS);
250 if (attributeMap.get(CUSTOM_DELEGATION_TOKEN_HANDLERS) != null) {
255 Set<String> handlerClasses = attributeMap.get(CUSTOM_DELEGATION_TOKEN_HANDLERS);
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/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);

Completed in 120 milliseconds

123