authserver

package
v3.3.4+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 31, 2017 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

View Source
const BasicAuthDisplayName = "Basic Auth"

Variables

This section is empty.

Functions

This section is empty.

Types

type Server

type Server struct {
	// contains filtered or unexported fields
}

func NewServer

func NewServer(
	logger lager.Logger,
	externalURL string,
	oAuthBaseURL string,
	authTokenGenerator auth.AuthTokenGenerator,
	csrfTokenGenerator auth.CSRFTokenGenerator,
	providerFactory auth.ProviderFactory,
	teamFactory db.TeamFactory,
	expire time.Duration,
	isTLSEnabled bool,
) *Server

func (*Server) GetAuthToken

func (s *Server) GetAuthToken(w http.ResponseWriter, r *http.Request)

func (*Server) GetUser

func (s *Server) GetUser(w http.ResponseWriter, r *http.Request)

func (*Server) ListAuthMethods

func (s *Server) ListAuthMethods(w http.ResponseWriter, r *http.Request)

type User

type User struct {
	Team   *atc.Team `json:"team,omitempty"`
	System *bool     `json:"system,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL