Uses of Class
se.swedenconnect.spring.saml.idp.settings.AssertionSettings.Builder
-
Uses of AssertionSettings.Builder in se.swedenconnect.spring.saml.idp.settings
Modifier and TypeMethodDescriptionstatic AssertionSettings.Builder
AssertionSettings.builder()
Constructs a newAssertionSettings.Builder
with no settings.AssertionSettings.Builder.encryptAssertions
(Boolean encryptAssertions) Assigns whether the Identity Provider encrypts assertions.AssertionSettings.Builder.notBeforeDuration
(Duration notBefore) Assigns theDuration
that tells the time restrictions the IdP puts on an Assertion concerning "not before".AssertionSettings.Builder.notOnOrAfterDuration
(Duration notOnOrAfter) Assigns theDuration
that tells the time restrictions the IdP puts on an Assertion concerning "not on or after".static AssertionSettings.Builder
AssertionSettings.withSettings
(Map<String, Object> settings) Constructs a newAssertionSettings.Builder
with the provided settings.