Searched defs:DeploymentConfig (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/config/user/
H A DDeploymentConfig.java46 public class DeploymentConfig { class
94 public DeploymentConfig build() {
95 return new DeploymentConfig(this);
112 protected DeploymentConfig(DeploymentConfigBuilderBase<?> builder) { method in class:DeploymentConfig
172 if (other instanceof DeploymentConfig) {
173 DeploymentConfig otherConfig = (DeploymentConfig)other;
196 public static DeploymentConfig fromJson(JsonValue json) {
197 return DeploymentConfig.builder()
234 public static DeploymentConfig marshalFromAttributeMa
[all...]
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/config/user/
H A DDeploymentConfig.java49 public class DeploymentConfig { class
97 public DeploymentConfig build() {
98 return new DeploymentConfig(this);
115 protected DeploymentConfig(DeploymentConfigBuilderBase<?> builder) { method in class:DeploymentConfig
175 if (other instanceof DeploymentConfig) {
176 DeploymentConfig otherConfig = (DeploymentConfig)other;
199 public static DeploymentConfig fromJson(JsonValue json) {
200 return DeploymentConfig.builder()
237 public static DeploymentConfig marshalFromAttributeMa
[all...]

Completed in 28 milliseconds