grpc

package
v0.13.2 Latest Latest
Warning

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

Go to latest
Published: Dec 15, 2025 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OIDCMappingServer

type OIDCMappingServer struct {
	oidcmappingv1.UnimplementedServiceServer
	// contains filtered or unexported fields
}

func NewOIDCMappingServer

func NewOIDCMappingServer(oidc *oidc.Service) *OIDCMappingServer

func (*OIDCMappingServer) BlockOIDCMapping added in v0.6.0

BlockOIDCMapping blocks the OIDC mapping for the specified tenant. It calls the underlying service to set the mapping as blocked. Returns a response containing an optional error message if blocking fails.

func (*OIDCMappingServer) RemoveOIDCMapping

RemoveOIDCMapping removes the OIDC configuration for the tenant. It calls the underlying service to remove the mapping. Returns a respose containing an optional error message if removing fails.

func (*OIDCMappingServer) UnblockOIDCMapping added in v0.6.0

UnblockOIDCMapping unblocks the OIDC mapping for the specified tenant. It calls the underlying service to set the mapping as unblocked. Returns a response containing an optional error message if unblocking fails.

type SessionServer added in v0.11.0

type SessionServer struct {
	sessionv1.UnimplementedServiceServer
	// contains filtered or unexported fields
}

func NewSessionServer added in v0.11.0

func NewSessionServer(
	sessionRepo session.Repository,
	providerRepo oidc.ProviderRepository,
	httpClient *http.Client,
	opts ...SessionServerOption,
) *SessionServer

func (*SessionServer) GetSession added in v0.11.0

type SessionServerOption added in v0.13.0

type SessionServerOption func(*SessionServer)

func WithQueryParametersIntrospect added in v0.13.0

func WithQueryParametersIntrospect(params []string) SessionServerOption

Jump to

Keyboard shortcuts

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