accessor

package
v4.2.2+incompatible Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2018 License: Apache-2.0 Imports: 7 Imported by: 70

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewHandler

func NewHandler(
	handler http.Handler,
	accessFactory AccessFactory,
) http.Handler

Types

type Access

type Access interface {
	IsAuthenticated() bool
	IsAuthorized(string) bool
	IsAdmin() bool
	IsSystem() bool
	TeamNames() []string
	CSRFToken() string
}

func GetAccessor

func GetAccessor(r *http.Request) Access

type AccessFactory

type AccessFactory interface {
	Create(*http.Request) Access
}

func NewAccessFactory

func NewAccessFactory(key *rsa.PublicKey) AccessFactory

Directories

Path Synopsis
Code generated by counterfeiter.
Code generated by counterfeiter.

Jump to

Keyboard shortcuts

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