public final class SAMLConfigBean extends Object
Modifier and Type | Method and Description |
---|---|
Set<String> |
getAuthnContexts() |
String |
getFailedLoginDefaultUrl() |
String |
getIdpServerName() |
String |
getKeystoreAlias() |
String |
getKeystorePassword() |
String |
getKeystorePrivateKeyPassword() |
org.springframework.core.io.Resource |
getKeystoreResource() |
org.springframework.security.saml.userdetails.SAMLUserDetailsService |
getSamlUserDetailsService() |
String |
getSpContextPath() |
Integer |
getSpHttpsPort() |
String |
getSpServerName() |
Boolean |
getStoreCsrfTokenInCookie() |
String |
getSuccessLoginDefaultUrl() |
String |
getSuccessLogoutUrl() |
public String getIdpServerName()
public String getSpServerName()
public Integer getSpHttpsPort()
public String getSpContextPath()
public org.springframework.core.io.Resource getKeystoreResource()
public String getKeystoreAlias()
public String getKeystorePassword()
public String getKeystorePrivateKeyPassword()
public String getSuccessLoginDefaultUrl()
public String getSuccessLogoutUrl()
public String getFailedLoginDefaultUrl()
public Boolean getStoreCsrfTokenInCookie()
public org.springframework.security.saml.userdetails.SAMLUserDetailsService getSamlUserDetailsService()
Copyright © 2017. All rights reserved.