Package com.linecorp.armeria.server.saml
Class SamlEndpoint
java.lang.Object
com.linecorp.armeria.server.saml.SamlEndpoint
A SAML service URL and its binding protocol.
-
Method Summary
Modifier and TypeMethodDescriptionReturns aSamlBindingProtocol
of this endpoint.boolean
int
hashCode()
static SamlEndpoint
ofHttpPost
(String uri) Creates aSamlEndpoint
of the specifieduri
and the HTTP POST binding protocol.static SamlEndpoint
ofHttpPost
(URI uri) Creates aSamlEndpoint
of the specifieduri
and the HTTP POST binding protocol.static SamlEndpoint
ofHttpRedirect
(String uri) Creates aSamlEndpoint
of the specifieduri
and the HTTP Redirect binding protocol.static SamlEndpoint
ofHttpRedirect
(URI uri) Creates aSamlEndpoint
of the specifieduri
and the HTTP Redirect binding protocol.toString()
Returns aURI
of this endpoint as a string.uri()
Returns aURI
of this endpoint.
-
Method Details
-
ofHttpRedirect
Creates aSamlEndpoint
of the specifieduri
and the HTTP Redirect binding protocol. -
ofHttpRedirect
Creates aSamlEndpoint
of the specifieduri
and the HTTP Redirect binding protocol. -
ofHttpPost
Creates aSamlEndpoint
of the specifieduri
and the HTTP POST binding protocol. -
ofHttpPost
Creates aSamlEndpoint
of the specifieduri
and the HTTP POST binding protocol. -
uri
Returns aURI
of this endpoint. -
toUriString
Returns aURI
of this endpoint as a string. -
bindingProtocol
Returns aSamlBindingProtocol
of this endpoint. -
equals
-
hashCode
public int hashCode() -
toString
-