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

/forgerock/openam-v13/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/soap/config/user/
H A DSoapSTSKeystoreConfig.java57 public class SoapSTSKeystoreConfig { class
107 public SoapSTSKeystoreConfig build() {
108 return new SoapSTSKeystoreConfig(this);
123 private SoapSTSKeystoreConfig(SoapSTSKeystoreConfigBuilder builder) { method in class:SoapSTSKeystoreConfig
173 if (other instanceof SoapSTSKeystoreConfig) {
174 SoapSTSKeystoreConfig otherConfig = (SoapSTSKeystoreConfig)other;
203 * Marshal out a SoapSTSKeystoreConfig instance if it was specified in the encapsulating SoapSTSInstanceConfig.
205 * SoapSTSKeystoreConfig might be null
206 * @param json the json representation of state which possibly includes SoapSTSKeystoreConfig stat
[all...]
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/soap/config/user/
H A DSoapSTSKeystoreConfig.java57 public class SoapSTSKeystoreConfig { class
107 public SoapSTSKeystoreConfig build() {
108 return new SoapSTSKeystoreConfig(this);
123 private SoapSTSKeystoreConfig(SoapSTSKeystoreConfigBuilder builder) { method in class:SoapSTSKeystoreConfig
173 if (other instanceof SoapSTSKeystoreConfig) {
174 SoapSTSKeystoreConfig otherConfig = (SoapSTSKeystoreConfig)other;
203 * Marshal out a SoapSTSKeystoreConfig instance if it was specified in the encapsulating SoapSTSInstanceConfig.
205 * SoapSTSKeystoreConfig might be null
206 * @param json the json representation of state which possibly includes SoapSTSKeystoreConfig stat
[all...]

Completed in 29 milliseconds