security

package
v1.2.1-beta Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UserDetails

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

func NewUserDetails

func NewUserDetails(username string, password string, authorities map[string]interface{}) *UserDetails

func (*UserDetails) GetAuthorities

func (u *UserDetails) GetAuthorities() map[string]interface{}

func (*UserDetails) GetPassword

func (u *UserDetails) GetPassword() string

func (*UserDetails) GetUsername

func (u *UserDetails) GetUsername() string

func (*UserDetails) IsAccountNonExpired

func (u *UserDetails) IsAccountNonExpired() bool

func (*UserDetails) IsAccountNonLocked

func (u *UserDetails) IsAccountNonLocked() bool

func (*UserDetails) IsCredentialsNonExpired

func (u *UserDetails) IsCredentialsNonExpired() bool

func (*UserDetails) IsEnabled

func (u *UserDetails) IsEnabled() bool

type UserDetailsService

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

func NewUserDetailsService

func NewUserDetailsService() *UserDetailsService

func (*UserDetailsService) Add

func (us *UserDetailsService) Add(userDetails apinto_dashboard.UserDetails)

func (*UserDetailsService) LoadUserByUsername

func (us *UserDetailsService) LoadUserByUsername(username string) (apinto_dashboard.UserDetails, error)

Jump to

Keyboard shortcuts

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