handler

package
v0.0.0-...-707b7f7 Latest Latest
Warning

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

Go to latest
Published: Jan 1, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type AuthHandler

type AuthHandler struct {
	auth.UnimplementedAuthServiceServer
	// contains filtered or unexported fields
}

func NewAuthHandler

func NewAuthHandler(authApp application.AuthApplication) *AuthHandler

func (*AuthHandler) ExchangeToken

func (handler *AuthHandler) ExchangeToken(ctx context.Context, req *auth.ExchangeTokenRequest) (*auth.ExchangeTokenResponse, error)

func (*AuthHandler) GenerateAuthorizationCode

type IdentityHandler

type IdentityHandler struct {
	identity.UnimplementedUserServiceServer
	identity.UnimplementedRoleServiceServer
	// contains filtered or unexported fields
}

func NewIdentityHandler

func NewIdentityHandler(identityApp application.IdentityApplication) *IdentityHandler

func (*IdentityHandler) Authenticate

func (*IdentityHandler) CreateUser

func (*IdentityHandler) GetUser

func (*IdentityHandler) Login

func (*IdentityHandler) UpdateUserPassword

func (*IdentityHandler) UpdateUserStatus

type ServiceProviderHandler

type ServiceProviderHandler struct {
	sp.UnimplementedServiceProviderServiceServer
	// contains filtered or unexported fields
}

func (*ServiceProviderHandler) CreateServiceProvider

func (*ServiceProviderHandler) GetServiceProvider

func (*ServiceProviderHandler) ListServiceProvider

func (*ServiceProviderHandler) ValidateServiceProvider

type TokenHandler

type TokenHandler struct {
	token.UnimplementedTokenServiceServer
	// contains filtered or unexported fields
}

func NewTokenHandler

func NewTokenHandler(tokenApp application.TokenApplication) *TokenHandler

func (*TokenHandler) Issue

func (handler *TokenHandler) Issue(ctx context.Context, req *token.IssueRequest) (*token.IssueResponse, error)

func (*TokenHandler) IssueSSOToken

func (*TokenHandler) Revoke

func (handler *TokenHandler) Revoke(ctx context.Context, req *token.RevokeRequest) (*token.RevokeResponse, error)

func (*TokenHandler) Validate

func (handler *TokenHandler) Validate(ctx context.Context, req *token.ValidateRequest) (*token.ValidateResponse, error)

Jump to

Keyboard shortcuts

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