authserver

package
v0.75.0-no-limit Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2016 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const BasicAuthDisplayName = "Basic Auth"

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthDB

type AuthDB interface {
	GetTeamByName(teamName string) (db.SavedTeam, bool, error)
}

type Server

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

func NewServer

func NewServer(
	logger lager.Logger,
	externalURL string,
	oAuthBaseURL string,
	tokenGenerator auth.TokenGenerator,
	providerFactory auth.ProviderFactory,
	db AuthDB,
) *Server

func (*Server) GetAuthToken

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

func (*Server) ListAuthMethods

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

Directories

Path Synopsis
This file was generated by counterfeiter
This file was generated by counterfeiter

Jump to

Keyboard shortcuts

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