Searched defs:SoapSTSInstanceConfig (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 DSoapSTSInstanceConfig.java51 public class SoapSTSInstanceConfig extends STSInstanceConfig { class in inherits:STSInstanceConfig
127 public SoapSTSInstanceConfig build() {
128 return new SoapSTSInstanceConfig(this);
165 private SoapSTSInstanceConfig(SoapSTSInstanceConfigBuilderBase<?> builder) { method in class:SoapSTSInstanceConfig
281 * This method will be called to obtain the id under which the SoapSTSInstanceConfig state is stored in the SMS, and the
294 StringBuilder sb = new StringBuilder("SoapSTSInstanceConfig instance:\n");
307 if (other instanceof SoapSTSInstanceConfig) {
308 SoapSTSInstanceConfig otherConfig = (SoapSTSInstanceConfig)other;
326 * @return Provides the json representation of the SoapSTSInstanceConfig instanc
[all...]
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/soap/config/user/
H A DSoapSTSInstanceConfig.java51 public class SoapSTSInstanceConfig extends STSInstanceConfig { class in inherits:STSInstanceConfig
127 public SoapSTSInstanceConfig build() {
128 return new SoapSTSInstanceConfig(this);
165 private SoapSTSInstanceConfig(SoapSTSInstanceConfigBuilderBase<?> builder) { method in class:SoapSTSInstanceConfig
281 * This method will be called to obtain the id under which the SoapSTSInstanceConfig state is stored in the SMS, and the
294 StringBuilder sb = new StringBuilder("SoapSTSInstanceConfig instance:\n");
307 if (other instanceof SoapSTSInstanceConfig) {
308 SoapSTSInstanceConfig otherConfig = (SoapSTSInstanceConfig)other;
326 * @return Provides the json representation of the SoapSTSInstanceConfig instanc
[all...]

Completed in 22 milliseconds