manager

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Jul 20, 2020 License: Apache-2.0 Imports: 3 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DefaultManager

type DefaultManager struct {
	Config                              *sdk.Config
	TokenRequestContextFactory          sdk.TokenRequestContextFactory
	TokenResponseWriter                 sdk.TokenResponseWriter
	JsonErrorWriter                     sdk.JsonErrorWriter
	AuthenticationRequestContextFactory sdk.AuthenticationRequestContextFactory
	AuthenticationResponseWriter        sdk.AuthenticationResponseWriter
	RedirectErrorWriter                 sdk.RedirectErrorWriter
	AuthEPHandlers                      []sdk.IAuthEPHandler
	TokenEPHandlers                     []sdk.ITokenEPHandler
	ErrorStrategy                       sdk.ErrorStrategy
	UserSessionManager                  sdk.ISessionManager
	LoginPageHandler                    http.HandlerFunc
	ConsentPageHandler                  http.HandlerFunc
}

func (*DefaultManager) ProcessAuthorizationEP

func (d *DefaultManager) ProcessAuthorizationEP(w http.ResponseWriter, r *http.Request)

func (*DefaultManager) ProcessIntrospectionEP

func (d *DefaultManager) ProcessIntrospectionEP(w http.ResponseWriter, r *http.Request)

func (*DefaultManager) ProcessRevocationEP

func (d *DefaultManager) ProcessRevocationEP(w http.ResponseWriter, r *http.Request)

func (*DefaultManager) ProcessTokenEP

func (d *DefaultManager) ProcessTokenEP(w http.ResponseWriter, r *http.Request)

Jump to

Keyboard shortcuts

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