Interface SamlConfiguration
public interface SamlConfiguration
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionintSet the interval in minutes on how often 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".intintintSet the duration in milliseconds to prevent replaying messages.intSet the interval in minutes on how often 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".intSet the duration in milliseconds to remove and expire SAML SP authentication requests.intSet the interval in minutes on how often to check for and delete expired SAML SP messages.boolean
-
Field Details
-
KEYSTORE_PATH_DEFAULT
- See Also:
-
-
Method Details
-
keyStorePath
String keyStorePath() -
keyStorePassword
String keyStorePassword() -
keyStoreType
String keyStoreType() -
getIdpSsoSessionCheckInterval
int getIdpSsoSessionCheckInterval()Set the interval in minutes on how often 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". -
getMaxSamlSsoRequestContexts
int getMaxSamlSsoRequestContexts() -
getMetadataRefreshInterval
int getMetadataRefreshInterval() -
getReplayChacheDuration
int getReplayChacheDuration()Set the duration in milliseconds to prevent replaying messages. -
getSpAuthRequestCheckInterval
int getSpAuthRequestCheckInterval()Set the interval in minutes on how often 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". -
getSpAuthRequestMaxAge
int getSpAuthRequestMaxAge()Set the duration in milliseconds to remove and expire SAML SP authentication requests. -
getSpMessageCheckInterval
int getSpMessageCheckInterval()Set the interval in minutes on how often to check for and delete expired SAML SP messages. -
idpRoleConfigurationEnabled
boolean idpRoleConfigurationEnabled()
-