identity

package
v0.0.0-...-1310e1d Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2018 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package identity exposes the Identity interface

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Identity

type Identity interface {
	Username() string
	SetUsername(username string)
	Authenticated() bool
	SetAuthenticated(auth bool)
}

Identity has to be implemented by authenticators

Directories

Path Synopsis
Package basicidentity implements the identity.Identity interface for basic (ie delegated) identity authentication.
Package basicidentity implements the identity.Identity interface for basic (ie delegated) identity authentication.

Jump to

Keyboard shortcuts

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