Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler handle token authentication http request.
func NewHandler ¶
func NewHandler(authTokenHandlers ...authenticator.Token) *Handler
NewHandler creates new local identity handler object.
func (*Handler) AuthenticateToken ¶
func (h *Handler) AuthenticateToken(request *restful.Request, response *restful.Response)
AuthenticateToken handles token authentication http request.
Click to show internal directories.
Click to hide internal directories.