Package com.linecorp.armeria.server.saml
Class SamlAssertionConsumerConfigBuilder
java.lang.Object
com.linecorp.armeria.server.saml.SamlAssertionConsumerConfigBuilder
A builder which builds a
SamlAssertionConsumerConfig
.-
Method Summary
Modifier and TypeMethodDescriptionand()
Returns aSamlServiceProvider
which is the parent of this builder.Sets this assertion consumer service as a default.endpoint
(SamlEndpoint endpoint) Deprecated.
-
Method Details
-
endpoint
Deprecated.UseSamlServiceProviderBuilder.acs(SamlEndpoint)
to specifySamlEndpoint
when creating thisSamlAssertionConsumerConfigBuilder
.Sets an endpoint of this assertion consumer service. -
asDefault
Sets this assertion consumer service as a default. -
and
Returns aSamlServiceProvider
which is the parent of this builder.
-
SamlServiceProviderBuilder.acs(SamlEndpoint)
to specifySamlEndpoint
when creating thisSamlAssertionConsumerConfigBuilder
.