rqlite

package
v1.0.0-beta.5 Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2023 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewSessionStore

func NewSessionStore(db *gorqlite.Connection) saml.SessionStore

Types

type SessionStore

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

func (*SessionStore) Create

func (store *SessionStore) Create(s *saml.Session) error

func (*SessionStore) Delete

func (store *SessionStore) Delete(id string) error

func (*SessionStore) GetByAccessCode

func (store *SessionStore) GetByAccessCode(accessCode string) (*saml.Session, error)

func (*SessionStore) GetByAccessToken

func (store *SessionStore) GetByAccessToken(token string) (*saml.Session, error)

func (*SessionStore) GetByID

func (store *SessionStore) GetByID(id string) (*saml.Session, error)

func (*SessionStore) GetByRefreshToken

func (store *SessionStore) GetByRefreshToken(token string) (*saml.Session, error)

func (*SessionStore) Update

func (store *SessionStore) Update(s *saml.Session) error

Jump to

Keyboard shortcuts

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