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