Documentation
¶
Index ¶
- type NullAuthenticator
- func (a *NullAuthenticator) Auth(w http.ResponseWriter, r *http.Request)
- func (a *NullAuthenticator) AuthenticateGRPCRequest(ctx context.Context) context.Context
- func (a *NullAuthenticator) AuthenticateHTTPRequest(w http.ResponseWriter, r *http.Request) context.Context
- func (a *NullAuthenticator) AuthenticatedUser(ctx context.Context) (interfaces.UserInfo, error)
- func (a *NullAuthenticator) FillUser(ctx context.Context, user *tables.User) error
- func (a *NullAuthenticator) Login(w http.ResponseWriter, r *http.Request)
- func (a *NullAuthenticator) Logout(w http.ResponseWriter, r *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NullAuthenticator ¶
type NullAuthenticator struct{}
func (*NullAuthenticator) Auth ¶
func (a *NullAuthenticator) Auth(w http.ResponseWriter, r *http.Request)
func (*NullAuthenticator) AuthenticateGRPCRequest ¶
func (a *NullAuthenticator) AuthenticateGRPCRequest(ctx context.Context) context.Context
func (*NullAuthenticator) AuthenticateHTTPRequest ¶
func (a *NullAuthenticator) AuthenticateHTTPRequest(w http.ResponseWriter, r *http.Request) context.Context
func (*NullAuthenticator) AuthenticatedUser ¶
func (a *NullAuthenticator) AuthenticatedUser(ctx context.Context) (interfaces.UserInfo, error)
func (*NullAuthenticator) Login ¶
func (a *NullAuthenticator) Login(w http.ResponseWriter, r *http.Request)
func (*NullAuthenticator) Logout ¶
func (a *NullAuthenticator) Logout(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.