Searched defs:AUTH_TARGET_MAPPINGS (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/config/user/
H A DAuthTargetMapping.java66 public static final String AUTH_TARGET_MAPPINGS = "deployment-auth-target-mappings"; field in class:AuthTargetMapping
320 attributes.put(AUTH_TARGET_MAPPINGS, values);
328 Set<String> authTargetMappings = attributes.get(AUTH_TARGET_MAPPINGS);
340 AUTH_TARGET_MAPPINGS);
H A DDeploymentConfig.java54 static final String AUTH_TARGET_MAPPINGS = AuthTargetMapping.AUTH_TARGET_MAPPINGS; field in class:DeploymentConfig
191 field(AuthTargetMapping.AUTH_TARGET_MAPPINGS, authTargetMapping.toJson()),
198 .authTargetMapping(AuthTargetMapping.fromJson(json.get(AUTH_TARGET_MAPPINGS)))
210 interimMap.remove(AUTH_TARGET_MAPPINGS);
237 jsonMap.put(AuthTargetMapping.AUTH_TARGET_MAPPINGS, targetMapping.toJson());
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/config/user/
H A DAuthTargetMapping.java66 public static final String AUTH_TARGET_MAPPINGS = "deployment-auth-target-mappings"; field in class:AuthTargetMapping
320 attributes.put(AUTH_TARGET_MAPPINGS, values);
328 Set<String> authTargetMappings = attributes.get(AUTH_TARGET_MAPPINGS);
340 AUTH_TARGET_MAPPINGS);
H A DDeploymentConfig.java57 static final String AUTH_TARGET_MAPPINGS = AuthTargetMapping.AUTH_TARGET_MAPPINGS; field in class:DeploymentConfig
194 field(AuthTargetMapping.AUTH_TARGET_MAPPINGS, authTargetMapping.toJson()),
201 .authTargetMapping(AuthTargetMapping.fromJson(json.get(AUTH_TARGET_MAPPINGS)))
213 interimMap.remove(AUTH_TARGET_MAPPINGS);
240 jsonMap.put(AuthTargetMapping.AUTH_TARGET_MAPPINGS, targetMapping.toJson());

Completed in 34 milliseconds