public interface SamlConfiguration
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
KEYSTORE_PATH_DEFAULT |
Modifier and Type | Method and Description |
---|---|
int |
getIdpSsoSessionCheckInterval()
Set the interval in minutes on how often SamlIdpSsoSessionMessageListener
will be run to check for and delete SAML IDP SSO sessions that are older
than the maximum age set in the property "saml.idp.sso.session.max.age".
|
int |
getMetadataRefreshInterval() |
int |
getReplayChacheDuration()
Set the duration in milliseconds to prevent replaying messages.
|
int |
getSpAuthRequestCheckInterval()
Set the interval in minutes on how often SamlSpAuthRequestMessageListener
will be run to check for and delete SAML SP authentication requests that
are older than the maximum age set in the property
"saml.sp.auth.request.max.age".
|
int |
getSpAuthRequestMaxAge()
Set the duration in milliseconds to remove and expire SAML SP
authentication requests.
|
int |
getSpMessageCheckInterval()
Set the interval in minutes on how often SamlSpMessageMessageListener
will be run to check for and delete expired SAML SP messages.
|
java.lang.String |
keyStorePassword() |
java.lang.String |
keyStorePath() |
java.lang.String |
keyStoreType() |
static final java.lang.String KEYSTORE_PATH_DEFAULT
java.lang.String keyStorePath()
java.lang.String keyStorePassword()
java.lang.String keyStoreType()
int getIdpSsoSessionCheckInterval()
int getMetadataRefreshInterval()
int getReplayChacheDuration()
int getSpAuthRequestCheckInterval()
int getSpAuthRequestMaxAge()
int getSpMessageCheckInterval()