Documentation ¶
Index ¶
- func NewSessionStore(db *gorqlite.Connection) saml.SessionStore
- type SessionStore
- func (store *SessionStore) Create(s *saml.Session) error
- func (store *SessionStore) Delete(id string) error
- func (store *SessionStore) GetByAccessCode(accessCode string) (*saml.Session, error)
- func (store *SessionStore) GetByAccessToken(token string) (*saml.Session, error)
- func (store *SessionStore) GetByID(id string) (*saml.Session, error)
- func (store *SessionStore) GetByRefreshToken(token string) (*saml.Session, error)
- func (store *SessionStore) Update(s *saml.Session) error
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) 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) GetByRefreshToken ¶
func (store *SessionStore) GetByRefreshToken(token string) (*saml.Session, error)
Click to show internal directories.
Click to hide internal directories.