Package com.linecorp.armeria.server.saml
Class SamlAssertionConsumerConfig
java.lang.Object
com.linecorp.armeria.server.saml.SamlAssertionConsumerConfig
A configuration for an assertion consumer service of a service provider.
-
Method Summary
Modifier and TypeMethodDescriptionendpoint()
Returns aSamlEndpoint
that an assertion consumer service is to be bound to.boolean
Returns whether this configuration is a default.toString()
-
Method Details
-
endpoint
Returns aSamlEndpoint
that an assertion consumer service is to be bound to. -
isDefault
public boolean isDefault()Returns whether this configuration is a default. -
toString
-