Modifier and Type | Field and Description |
---|---|
protected SAMLConfigBeanBuilder |
SAMLConfigBeanBuilder.self |
Modifier and Type | Method and Description |
---|---|
SAMLConfigBeanBuilder |
SAMLConfigBeanBuilder.but()
Returns a clone of this builder.
|
SAMLConfigBeanBuilder |
SAMLConfigBeanBuilder.withAuthnContexts(Set<String> value)
Sets the default value for the
SAMLConfigBean.authnContexts property. |
SAMLConfigBeanBuilder |
SAMLConfigBeanBuilder.withFailedLoginDefaultUrl(String value)
Sets the default value for the
SAMLConfigBean.failedLoginDefaultUrl property. |
SAMLConfigBeanBuilder |
SAMLConfigBeanBuilder.withIdpServerName(String value)
Sets the default value for the
SAMLConfigBean.idpServerName property. |
SAMLConfigBeanBuilder |
SAMLConfigBeanBuilder.withKeystoreAlias(String value)
Sets the default value for the
SAMLConfigBean.keystoreAlias property. |
SAMLConfigBeanBuilder |
SAMLConfigBeanBuilder.withKeystorePassword(String value)
Sets the default value for the
SAMLConfigBean.keystorePassword property. |
SAMLConfigBeanBuilder |
SAMLConfigBeanBuilder.withKeystorePrivateKeyPassword(String value)
Sets the default value for the
SAMLConfigBean.keystorePrivateKeyPassword property. |
SAMLConfigBeanBuilder |
SAMLConfigBeanBuilder.withKeystoreResource(org.springframework.core.io.Resource value)
Sets the default value for the
SAMLConfigBean.keystoreResource property. |
SAMLConfigBeanBuilder |
SAMLConfigBeanBuilder.withSamlUserDetailsService(org.springframework.security.saml.userdetails.SAMLUserDetailsService value)
Sets the default value for the
SAMLConfigBean.samlUserDetailsService property. |
SAMLConfigBeanBuilder |
SAMLConfigBeanBuilder.withSpContextPath(String value)
Sets the default value for the
SAMLConfigBean.spContextPath property. |
SAMLConfigBeanBuilder |
SAMLConfigBeanBuilder.withSpHttpsPort(Integer value)
Sets the default value for the
SAMLConfigBean.spHttpsPort property. |
SAMLConfigBeanBuilder |
SAMLConfigBeanBuilder.withSpServerName(String value)
Sets the default value for the
SAMLConfigBean.spServerName property. |
SAMLConfigBeanBuilder |
SAMLConfigBeanBuilder.withStoreCsrfTokenInCookie(Boolean value)
Sets the default value for the
SAMLConfigBean.storeCsrfTokenInCookie property. |
SAMLConfigBeanBuilder |
SAMLConfigBeanBuilder.withSuccessLoginDefaultUrl(String value)
Sets the default value for the
SAMLConfigBean.successLoginDefaultUrl property. |
SAMLConfigBeanBuilder |
SAMLConfigBeanBuilder.withSuccessLogoutUrl(String value)
Sets the default value for the
SAMLConfigBean.successLogoutUrl property. |
Copyright © 2017. All rights reserved.