Documentation
¶
Index ¶
- type OIDCMappingServer
- func (srv *OIDCMappingServer) ApplyOIDCMapping(ctx context.Context, req *oidcmappingv1.ApplyOIDCMappingRequest) (*oidcmappingv1.ApplyOIDCMappingResponse, error)
- func (srv *OIDCMappingServer) RemoveOIDCMapping(ctx context.Context, req *oidcmappingv1.RemoveOIDCMappingRequest) (*oidcmappingv1.RemoveOIDCMappingResponse, error)
- type OIDCProviderServer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OIDCMappingServer ¶
type OIDCMappingServer struct {
oidcmappingv1.UnimplementedOIDCMappingServer
// contains filtered or unexported fields
}
func NewOIDCMappingServer ¶
func NewOIDCMappingServer(oidc *oidc.Service) *OIDCMappingServer
func (*OIDCMappingServer) ApplyOIDCMapping ¶
func (srv *OIDCMappingServer) ApplyOIDCMapping(ctx context.Context, req *oidcmappingv1.ApplyOIDCMappingRequest) (*oidcmappingv1.ApplyOIDCMappingResponse, error)
func (*OIDCMappingServer) RemoveOIDCMapping ¶
func (srv *OIDCMappingServer) RemoveOIDCMapping(ctx context.Context, req *oidcmappingv1.RemoveOIDCMappingRequest) (*oidcmappingv1.RemoveOIDCMappingResponse, error)
type OIDCProviderServer ¶
type OIDCProviderServer struct {
oidcproviderv1.UnimplementedOIDCProviderServer
// contains filtered or unexported fields
}
func NewOIDCProviderServer ¶
func NewOIDCProviderServer(oidcService *oidc.Service) *OIDCProviderServer
func (*OIDCProviderServer) GetOIDCProvider ¶
func (s *OIDCProviderServer) GetOIDCProvider(ctx context.Context, req *oidcproviderv1.GetOIDCProviderRequest) (*oidcproviderv1.GetOIDCProviderResponse, error)
Click to show internal directories.
Click to hide internal directories.