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)
Sets an endpoint of this assertion consumer service.
-
Method Details
-
endpoint
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.
-