Searched defs:marshalFromAttributeMap (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.java327 public static AuthTargetMapping marshalFromAttributeMap(Map<String, Set<String>> attributes) { method in class:AuthTargetMapping
H A DDeploymentConfig.java234 public static DeploymentConfig marshalFromAttributeMap(Map<String, Set<String>> attributeMap) { method in class:DeploymentConfig
235 AuthTargetMapping targetMapping = AuthTargetMapping.marshalFromAttributeMap(attributeMap);
H A DSTSInstanceConfig.java179 public static STSInstanceConfig marshalFromAttributeMap(Map<String, Set<String>> attributeMap) { method in class:STSInstanceConfig
185 SAML2Config saml2Config = SAML2Config.marshalFromAttributeMap(attributeMap);
190 OpenIdConnectTokenConfig openIdConnectTokenConfig = OpenIdConnectTokenConfig.marshalFromAttributeMap(attributeMap);
H A DOpenIdConnectTokenConfig.java519 public static OpenIdConnectTokenConfig marshalFromAttributeMap(Map<String, Set<String>> smsAttributeMap) { method in class:OpenIdConnectTokenConfig
H A DSAML2Config.java657 public static SAML2Config marshalFromAttributeMap(Map<String, Set<String>> smsAttributeMap) { 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.java222 public static SoapDelegationConfig marshalFromAttributeMap(Map<String, Set<String>> attributeMap) { method in class:SoapDelegationConfig
H A DSoapSTSKeystoreConfig.java234 public static SoapSTSKeystoreConfig marshalFromAttributeMap(Map<String, Set<String>> attributeMap) { method in class:SoapSTSKeystoreConfig
H A DSoapDeploymentConfig.java337 public static SoapDeploymentConfig marshalFromAttributeMap(Map<String, Set<String>> attributeMap) { method in class:SoapDeploymentConfig
338 DeploymentConfig baseConfig = DeploymentConfig.marshalFromAttributeMap(attributeMap);
H A DSoapSTSInstanceConfig.java508 public static SoapSTSInstanceConfig marshalFromAttributeMap(Map<String, Set<String>> attributeMap) { method in class:SoapSTSInstanceConfig
522 DeploymentConfig deploymentConfig = SoapDeploymentConfig.marshalFromAttributeMap(attributeMap);
526 SAML2Config saml2Config = SAML2Config.marshalFromAttributeMap(attributeMap);
532 OpenIdConnectTokenConfig openIdConnectTokenConfig = OpenIdConnectTokenConfig.marshalFromAttributeMap(attributeMap);
538 SoapSTSKeystoreConfig keystoreConfig = SoapSTSKeystoreConfig.marshalFromAttributeMap(attributeMap);
571 SoapDelegationConfig delegationConfig = SoapDelegationConfig.marshalFromAttributeMap(attributeMap);
588 a raw Map<String, Set<String>>, and call marshalFromAttributeMap.
612 return marshalFromAttributeMap(smsMap);
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/config/user/
H A DAuthTargetMapping.java327 public static AuthTargetMapping marshalFromAttributeMap(Map<String, Set<String>> attributes) { method in class:AuthTargetMapping
H A DDeploymentConfig.java237 public static DeploymentConfig marshalFromAttributeMap(Map<String, Set<String>> attributeMap) { method in class:DeploymentConfig
238 AuthTargetMapping targetMapping = AuthTargetMapping.marshalFromAttributeMap(attributeMap);
H A DSTSInstanceConfig.java179 public static STSInstanceConfig marshalFromAttributeMap(Map<String, Set<String>> attributeMap) { method in class:STSInstanceConfig
185 SAML2Config saml2Config = SAML2Config.marshalFromAttributeMap(attributeMap);
190 OpenIdConnectTokenConfig openIdConnectTokenConfig = OpenIdConnectTokenConfig.marshalFromAttributeMap(attributeMap);
H A DOpenIdConnectTokenConfig.java520 public static OpenIdConnectTokenConfig marshalFromAttributeMap(Map<String, Set<String>> smsAttributeMap) { method in class:OpenIdConnectTokenConfig
H A DSAML2Config.java969 public static SAML2Config marshalFromAttributeMap(Map<String, Set<String>> smsAttributeMap) { method in class:SAML2Config
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/soap/config/user/
H A DSoapDelegationConfig.java224 public static SoapDelegationConfig marshalFromAttributeMap(Map<String, Set<String>> attributeMap) { method in class:SoapDelegationConfig
H A DSoapSTSKeystoreConfig.java234 public static SoapSTSKeystoreConfig marshalFromAttributeMap(Map<String, Set<String>> attributeMap) { method in class:SoapSTSKeystoreConfig
H A DSoapDeploymentConfig.java337 public static SoapDeploymentConfig marshalFromAttributeMap(Map<String, Set<String>> attributeMap) { method in class:SoapDeploymentConfig
338 DeploymentConfig baseConfig = DeploymentConfig.marshalFromAttributeMap(attributeMap);
H A DSoapSTSInstanceConfig.java508 public static SoapSTSInstanceConfig marshalFromAttributeMap(Map<String, Set<String>> attributeMap) { method in class:SoapSTSInstanceConfig
522 DeploymentConfig deploymentConfig = SoapDeploymentConfig.marshalFromAttributeMap(attributeMap);
526 SAML2Config saml2Config = SAML2Config.marshalFromAttributeMap(attributeMap);
532 OpenIdConnectTokenConfig openIdConnectTokenConfig = OpenIdConnectTokenConfig.marshalFromAttributeMap(attributeMap);
538 SoapSTSKeystoreConfig keystoreConfig = SoapSTSKeystoreConfig.marshalFromAttributeMap(attributeMap);
571 SoapDelegationConfig delegationConfig = SoapDelegationConfig.marshalFromAttributeMap(attributeMap);
588 a raw Map<String, Set<String>>, and call marshalFromAttributeMap.
612 return marshalFromAttributeMap(smsMap);
/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) { method in class:RestSTSInstanceConfig
495 DeploymentConfig deploymentConfig = DeploymentConfig.marshalFromAttributeMap(attributeMap);
500 SAML2Config saml2Config = SAML2Config.marshalFromAttributeMap(attributeMap);
506 OpenIdConnectTokenConfig openIdConnectTokenConfig = OpenIdConnectTokenConfig.marshalFromAttributeMap(attributeMap);
590 return marshalFromAttributeMap(smsMap);
/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) { method in class:RestSTSInstanceConfig
495 DeploymentConfig deploymentConfig = DeploymentConfig.marshalFromAttributeMap(attributeMap);
500 SAML2Config saml2Config = SAML2Config.marshalFromAttributeMap(attributeMap);
506 OpenIdConnectTokenConfig openIdConnectTokenConfig = OpenIdConnectTokenConfig.marshalFromAttributeMap(attributeMap);
590 return marshalFromAttributeMap(smsMap);

Completed in 72 milliseconds