admiral

package
v1.7.2 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2019 License: Apache-2.0 Imports: 5 Imported by: 0

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 auth context and project manager

func NewSecurityContext

func NewSecurityContext(ctx *authcontext.AuthContext, pm promgr.ProjectManager) *SecurityContext

NewSecurityContext ...

func (*SecurityContext) GetMyProjects

func (s *SecurityContext) GetMyProjects() ([]*models.Project, error)

GetMyProjects ...

func (*SecurityContext) GetProjectRoles

func (s *SecurityContext) GetProjectRoles(projectIDOrName interface{}) []int

GetProjectRoles ...

func (*SecurityContext) GetUsername

func (s *SecurityContext) GetUsername() string

GetUsername returns the username of the authenticated user It returns null if the user has not been authenticated

func (*SecurityContext) HasAllPerm

func (s *SecurityContext) HasAllPerm(projectIDOrName interface{}) bool

HasAllPerm returns whether the user has all permissions to the project

func (*SecurityContext) HasReadPerm

func (s *SecurityContext) HasReadPerm(projectIDOrName interface{}) bool

HasReadPerm returns whether the user has read permission to the project

func (*SecurityContext) HasWritePerm

func (s *SecurityContext) HasWritePerm(projectIDOrName interface{}) bool

HasWritePerm returns whether the user has write permission to the project

func (*SecurityContext) IsAuthenticated

func (s *SecurityContext) IsAuthenticated() bool

IsAuthenticated returns true if the user has been authenticated

func (*SecurityContext) IsSolutionUser

func (s *SecurityContext) IsSolutionUser() bool

IsSolutionUser ...

func (*SecurityContext) IsSysAdmin

func (s *SecurityContext) IsSysAdmin() bool

IsSysAdmin returns whether the authenticated user is system admin It returns false if the user has not been authenticated

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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