Samlo.Metadata.IndexedEndpoint (samlo v0.1.0)

The Endpoint structure holds the common attributes of a Service

Link to this section Summary

Link to this section Types

Specs

t() :: %Samlo.Metadata.IndexedEndpoint{
  binding: nil | Samlo.Metadata.Endpoint.binding(),
  index: pos_integer(),
  is_default: nil | boolean(),
  location: Samlo.Metadata.Endpoint.location(),
  response_location: nil | Samlo.Metadata.Endpoint.location()
}

Link to this section Functions

Link to this function

decode_default_value(str)

Specs

decode_default_value(default_value :: binary()) :: boolean()

Specs

from(endpoint :: Samlo.Metadata.Endpoint.t()) :: nil | t()
Link to this function

to_endpoint(endpoint)

Specs

to_endpoint(endpoint :: t()) :: Samlo.Metadata.Endpoint.t()