Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CASServerConfig ¶
type CASServerConfig struct {
ServerHostname string
IgnoreSSLErrors bool
ServiceTicket string
Server *http.Server
// contains filtered or unexported fields
}
func (*CASServerConfig) StartLocalAuthenticationProcess ¶
func (server *CASServerConfig) StartLocalAuthenticationProcess() string
func (*CASServerConfig) ValidateTicket ¶
func (server *CASServerConfig) ValidateTicket(ticket string) (*CASValidationResponse, error)
type CASValidationResponse ¶
Click to show internal directories.
Click to hide internal directories.