demosession

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Oct 1, 2021 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ScopeAttribute        = "scope"
	LoginTimeAttribute    = "login-time"
	UsernameAttribute     = "username"
	LoginFlashAttribute   = "login"
	ConsentFlashAttribute = "consent"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type DefaultSession

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

func (DefaultSession) GetApprovedScopes

func (d DefaultSession) GetApprovedScopes() sdk.Arguments

func (DefaultSession) GetAttribute added in v0.8.0

func (d DefaultSession) GetAttribute(name string) interface{}

func (DefaultSession) GetLoginTime

func (d DefaultSession) GetLoginTime() *time.Time

func (DefaultSession) GetScope

func (d DefaultSession) GetScope() string

func (DefaultSession) GetUsername

func (d DefaultSession) GetUsername() string

func (DefaultSession) IsConsentSubmitted

func (d DefaultSession) IsConsentSubmitted() bool

func (DefaultSession) IsLoginDone

func (d DefaultSession) IsLoginDone() bool

func (DefaultSession) Logout added in v0.8.0

func (d DefaultSession) Logout()

func (DefaultSession) Save added in v0.8.0

func (d DefaultSession) Save() error

func (DefaultSession) SetAttribute added in v0.8.0

func (d DefaultSession) SetAttribute(name string, value interface{})

type Manager

type Manager struct {
	SessionStore *sessions.CookieStore
	CookieName   string
}

func NewManager

func NewManager(config *config.DemoConfig) *Manager

func (*Manager) RetrieveUserSession

func (m *Manager) RetrieveUserSession(w http.ResponseWriter, r *http.Request) (sdk.ISession, error)

Jump to

Keyboard shortcuts

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