secret

package
v0.0.0-...-05233b0 Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2024 License: Apache-2.0 Imports: 4 Imported by: 62

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SecurityContext

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

SecurityContext implements security.Context interface based on secret store

func NewSecurityContext

func NewSecurityContext(secret string, store *secret.Store) *SecurityContext

NewSecurityContext ...

func (*SecurityContext) Can

Can returns whether the user can do action on resource returns true if the corresponding user of the secret is jobservice or core service, otherwise returns false

func (*SecurityContext) GetUsername

func (s *SecurityContext) GetUsername() string

GetUsername returns the corresponding username of the secret or null if the secret is invalid

func (*SecurityContext) IsAuthenticated

func (s *SecurityContext) IsAuthenticated() bool

IsAuthenticated returns true if the secret is valid

func (*SecurityContext) IsSolutionUser

func (s *SecurityContext) IsSolutionUser() bool

IsSolutionUser ...

func (*SecurityContext) IsSysAdmin

func (s *SecurityContext) IsSysAdmin() bool

IsSysAdmin always returns false

func (*SecurityContext) Name

func (s *SecurityContext) Name() string

Name returns the name of the security context

Jump to

Keyboard shortcuts

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