Uses of Class
se.swedenconnect.spring.saml.idp.settings.EndpointSettings.Builder
-
Uses of EndpointSettings.Builder in se.swedenconnect.spring.saml.idp.settings
Modifier and TypeMethodDescriptionstatic EndpointSettings.Builder
EndpointSettings.builder()
Constructs a newEndpointSettings.Builder
with no settings.EndpointSettings.Builder.hokPostAuthnEndpoint
(String hokPostAuthnEndpoint) Assigns the endpoint where the Identity Provider receives authentication requests via HTTP POST where Holder-of-key (HoK) is used.EndpointSettings.Builder.hokRedirectAuthnEndpoint
(String hokRedirectAuthnEndpoint) Assigns the endpoint where the Identity Provider receives authentication requests via HTTP redirect where Holder-of-key (HoK) is used.EndpointSettings.Builder.metadataEndpoint
(String metadataEndpoint) Assigns the SAML metadata publishing endpoint.EndpointSettings.Builder.postAuthnEndpoint
(String postAuthnEndpoint) Assigns the endpoint where the Identity Provider receives authentication requests via HTTP POST.EndpointSettings.Builder.redirectAuthnEndpoint
(String redirectAuthnEndpoint) Assigns the endpoint where the Identity Provider receives authentication requests via HTTP redirect.static EndpointSettings.Builder
EndpointSettings.withSettings
(Map<String, Object> settings) Constructs a newEndpointSettings.Builder
with the provided settings.