@Generated(value="PojoBuilder") public class SAMLConfigBeanBuilder extends Object implements Cloneable
Constructor and Description |
---|
SAMLConfigBeanBuilder()
Creates a new
SAMLConfigBeanBuilder . |
protected SAMLConfigBeanBuilder self
protected String value$idpServerName$java$lang$String
protected boolean isSet$idpServerName$java$lang$String
protected String value$spServerName$java$lang$String
protected boolean isSet$spServerName$java$lang$String
protected Integer value$spHttpsPort$java$lang$Integer
protected boolean isSet$spHttpsPort$java$lang$Integer
protected String value$spContextPath$java$lang$String
protected boolean isSet$spContextPath$java$lang$String
protected org.springframework.core.io.Resource value$keystoreResource$org$springframework$core$io$Resource
protected boolean isSet$keystoreResource$org$springframework$core$io$Resource
protected String value$keystoreAlias$java$lang$String
protected boolean isSet$keystoreAlias$java$lang$String
protected String value$keystorePassword$java$lang$String
protected boolean isSet$keystorePassword$java$lang$String
protected String value$keystorePrivateKeyPassword$java$lang$String
protected boolean isSet$keystorePrivateKeyPassword$java$lang$String
protected String value$successLoginDefaultUrl$java$lang$String
protected boolean isSet$successLoginDefaultUrl$java$lang$String
protected String value$successLogoutUrl$java$lang$String
protected boolean isSet$successLogoutUrl$java$lang$String
protected String value$failedLoginDefaultUrl$java$lang$String
protected boolean isSet$failedLoginDefaultUrl$java$lang$String
protected Boolean value$storeCsrfTokenInCookie$java$lang$Boolean
protected boolean isSet$storeCsrfTokenInCookie$java$lang$Boolean
protected org.springframework.security.saml.userdetails.SAMLUserDetailsService value$samlUserDetailsService$org$springframework$security$saml$userdetails$SAMLUserDetailsService
protected boolean isSet$samlUserDetailsService$org$springframework$security$saml$userdetails$SAMLUserDetailsService
protected boolean isSet$authnContexts$java$util$Set
public SAMLConfigBeanBuilder()
SAMLConfigBeanBuilder
.public SAMLConfigBeanBuilder withIdpServerName(String value)
SAMLConfigBean.idpServerName
property.value
- the default valuepublic SAMLConfigBeanBuilder withSpServerName(String value)
SAMLConfigBean.spServerName
property.value
- the default valuepublic SAMLConfigBeanBuilder withSpHttpsPort(Integer value)
SAMLConfigBean.spHttpsPort
property.value
- the default valuepublic SAMLConfigBeanBuilder withSpContextPath(String value)
SAMLConfigBean.spContextPath
property.value
- the default valuepublic SAMLConfigBeanBuilder withKeystoreResource(org.springframework.core.io.Resource value)
SAMLConfigBean.keystoreResource
property.value
- the default valuepublic SAMLConfigBeanBuilder withKeystoreAlias(String value)
SAMLConfigBean.keystoreAlias
property.value
- the default valuepublic SAMLConfigBeanBuilder withKeystorePassword(String value)
SAMLConfigBean.keystorePassword
property.value
- the default valuepublic SAMLConfigBeanBuilder withKeystorePrivateKeyPassword(String value)
SAMLConfigBean.keystorePrivateKeyPassword
property.value
- the default valuepublic SAMLConfigBeanBuilder withSuccessLoginDefaultUrl(String value)
SAMLConfigBean.successLoginDefaultUrl
property.value
- the default valuepublic SAMLConfigBeanBuilder withSuccessLogoutUrl(String value)
SAMLConfigBean.successLogoutUrl
property.value
- the default valuepublic SAMLConfigBeanBuilder withFailedLoginDefaultUrl(String value)
SAMLConfigBean.failedLoginDefaultUrl
property.value
- the default valuepublic SAMLConfigBeanBuilder withStoreCsrfTokenInCookie(Boolean value)
SAMLConfigBean.storeCsrfTokenInCookie
property.value
- the default valuepublic SAMLConfigBeanBuilder withSamlUserDetailsService(org.springframework.security.saml.userdetails.SAMLUserDetailsService value)
SAMLConfigBean.samlUserDetailsService
property.value
- the default valuepublic SAMLConfigBeanBuilder withAuthnContexts(Set<String> value)
SAMLConfigBean.authnContexts
property.value
- the default valuepublic Object clone()
public SAMLConfigBeanBuilder but()
public SAMLConfigBean build()
SAMLConfigBean
based on this builder's settings.Copyright © 2017. All rights reserved.