credentialstores

package
v0.8.1 Latest Latest
Warning

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

Go to latest
Published: May 16, 2022 License: MPL-2.0 Imports: 25 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (

	// IdActions contains the set of actions that can be performed on
	// individual resources
	IdActions = action.ActionSet{
		action.NoOp,
		action.Read,
		action.Update,
		action.Delete,
	}

	// CollectionActions contains the set of actions that can be performed on
	// this collection
	CollectionActions = action.ActionSet{
		action.Create,
		action.List,
	}
)

Functions

This section is empty.

Types

type Service

type Service struct {
	pbs.UnimplementedCredentialStoreServiceServer
	// contains filtered or unexported fields
}

Service handles request as described by the pbs.CredentialStoreServiceServer interface.

func NewService

NewService returns a credential store service which handles credential store related requests to boundary.

func (Service) CreateCredentialStore

CreateCredentialStore implements the interface pbs.CredentialStoreServiceServer.

func (Service) DeleteCredentialStore

DeleteCredentialStore implements the interface pbs.CredentialStoreServiceServer.

func (Service) GetCredentialStore

GetCredentialStore implements the interface pbs.CredentialStoreServiceServer.

func (Service) ListCredentialStores

ListCredentialStores implements the interface pbs.CredentialStoreServiceServer

func (Service) UpdateCredentialStore

UpdateCredentialStore implements the interface pbs.CredentialStoreServiceServer.

Jump to

Keyboard shortcuts

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