cassette v1.3.1 Cassette.Server
The GenServer that maintains the CAS cache in its state
Summary
Functions
Returns this server’s current configuration
Initializes the server with the given configuration
Changes the internal state configuration to config
Generates Service Ticket based on the configuration of the server and the given tgt
Generates a Ticket Granting Ticket based on the configuration of the server
Validates a ticket for the given service
Types
Functions
Returns this server’s current configuration
Initializes the server with the given configuration
Generates Service Ticket based on the configuration of the server and the given tgt
Generates a Ticket Granting Ticket based on the configuration of the server
validate(server, ticket, service)
validate(pid, String.t, String.t) :: {:ok, Cassette.User.t} | {:error, term}
Validates a ticket for the given service