Searched defs:marshalToAttributeMap (Results 1 - 20 of 20) sorted by relevance

/forgerock/openam-v13/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/config/user/
H A DAuthTargetMapping.java317 public Map<String, Set<String>> marshalToAttributeMap() { method in class:AuthTargetMapping
H A DDeploymentConfig.java207 public Map<String, Set<String>> marshalToAttributeMap() { method in class:DeploymentConfig
211 interimMap.putAll(authTargetMapping.marshalToAttributeMap());
H A DSTSInstanceConfig.java162 public Map<String, Set<String>> marshalToAttributeMap() { method in class:STSInstanceConfig
170 attributes.putAll(saml2Config.marshalToAttributeMap());
174 attributes.putAll(openIdConnectTokenConfig.marshalToAttributeMap());
H A DOpenIdConnectTokenConfig.java487 public Map<String, Set<String>> marshalToAttributeMap() { method in class:OpenIdConnectTokenConfig
H A DSAML2Config.java634 public Map<String, Set<String>> marshalToAttributeMap() { method in class:SAML2Config
/forgerock/openam-v13/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/soap/config/user/
H A DSoapDelegationConfig.java208 public Map<String, Set<String>> marshalToAttributeMap() { method in class:SoapDelegationConfig
H A DSoapSTSKeystoreConfig.java230 public Map<String, Set<String>> marshalToAttributeMap() { method in class:SoapSTSKeystoreConfig
H A DSoapDeploymentConfig.java319 public Map<String, Set<String>> marshalToAttributeMap() { method in class:SoapDeploymentConfig
320 Map<String, Set<String>> baseMap = super.marshalToAttributeMap();
H A DSoapSTSInstanceConfig.java423 public Map<String, Set<String>> marshalToAttributeMap() { method in class:SoapSTSInstanceConfig
434 interimMap.putAll(deploymentConfig.marshalToAttributeMap());
457 interimMap.putAll(saml2Config.marshalToAttributeMap());
468 interimMap.putAll(openIdConnectTokenConfig.marshalToAttributeMap());
479 interimMap.putAll(keystoreConfig.marshalToAttributeMap());
490 interimMap.putAll(soapDelegationConfig.marshalToAttributeMap());
515 Not that the marshalToAttributeMap first calls toJson to obtain the map representation, albeit with hierarchical
516 elements, which must be subsequently flattened. The 'flattening' performed by the marshalToAttributeMap must then
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/config/user/
H A DAuthTargetMapping.java317 public Map<String, Set<String>> marshalToAttributeMap() { method in class:AuthTargetMapping
H A DDeploymentConfig.java210 public Map<String, Set<String>> marshalToAttributeMap() { method in class:DeploymentConfig
214 interimMap.putAll(authTargetMapping.marshalToAttributeMap());
H A DSTSInstanceConfig.java162 public Map<String, Set<String>> marshalToAttributeMap() { method in class:STSInstanceConfig
170 attributes.putAll(saml2Config.marshalToAttributeMap());
174 attributes.putAll(openIdConnectTokenConfig.marshalToAttributeMap());
H A DOpenIdConnectTokenConfig.java488 public Map<String, Set<String>> marshalToAttributeMap() { method in class:OpenIdConnectTokenConfig
H A DSAML2Config.java940 public Map<String, Set<String>> marshalToAttributeMap() { method in class:SAML2Config
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/soap/config/user/
H A DSoapDelegationConfig.java210 public Map<String, Set<String>> marshalToAttributeMap() { method in class:SoapDelegationConfig
H A DSoapSTSKeystoreConfig.java230 public Map<String, Set<String>> marshalToAttributeMap() { method in class:SoapSTSKeystoreConfig
H A DSoapDeploymentConfig.java319 public Map<String, Set<String>> marshalToAttributeMap() { method in class:SoapDeploymentConfig
320 Map<String, Set<String>> baseMap = super.marshalToAttributeMap();
H A DSoapSTSInstanceConfig.java423 public Map<String, Set<String>> marshalToAttributeMap() { method in class:SoapSTSInstanceConfig
434 interimMap.putAll(deploymentConfig.marshalToAttributeMap());
457 interimMap.putAll(saml2Config.marshalToAttributeMap());
468 interimMap.putAll(openIdConnectTokenConfig.marshalToAttributeMap());
479 interimMap.putAll(keystoreConfig.marshalToAttributeMap());
490 interimMap.putAll(soapDelegationConfig.marshalToAttributeMap());
515 Not that the marshalToAttributeMap first calls toJson to obtain the map representation, albeit with hierarchical
516 elements, which must be subsequently flattened. The 'flattening' performed by the marshalToAttributeMap must then
/forgerock/openam-v13/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/rest/config/user/
H A DRestSTSInstanceConfig.java421 public Map<String, Set<String>> marshalToAttributeMap() { method in class:RestSTSInstanceConfig
424 interimMap.putAll(deploymentConfig.marshalToAttributeMap());
461 interimMap.putAll(saml2Config.marshalToAttributeMap());
472 interimMap.putAll(openIdConnectTokenConfig.marshalToAttributeMap());
489 Not that the marshalToAttributeMap first calls toJson to obtain the map representation, albeit with hierarchical
490 elements, which must be subsequently flattened. The 'flattening' performed by the marshalToAttributeMap must then
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/rest/config/user/
H A DRestSTSInstanceConfig.java421 public Map<String, Set<String>> marshalToAttributeMap() { method in class:RestSTSInstanceConfig
424 interimMap.putAll(deploymentConfig.marshalToAttributeMap());
461 interimMap.putAll(saml2Config.marshalToAttributeMap());
472 interimMap.putAll(openIdConnectTokenConfig.marshalToAttributeMap());
489 Not that the marshalToAttributeMap first calls toJson to obtain the map representation, albeit with hierarchical
490 elements, which must be subsequently flattened. The 'flattening' performed by the marshalToAttributeMap must then

Completed in 68 milliseconds