Package com.gmt2001.httpwsserver.auth
package com.gmt2001.httpwsserver.auth
-
ClassDescriptionRepresents an Authentication Handler for an
HttpHandler
Provides aHttpAuthenticationHandler
that implements HTTP Basic authentication, as well as allowing the same format to be provided in a cookieProvides aHttpAuthenticationHandler
that allows all requestsProvides aHttpAuthenticationHandler
that implements password and token-based authentication The token must be in one of the following locations to succeed: - The headerwebauth
- The query parameterwebauth
The password must be in the headerpassword
to succeedRepresents an Authentication Handler for aWsHandler
Provides aWsAuthenticationHandler
that allows all requestsProvides aWsAuthenticationHandler
that implements A Write/ReadOnly token-based authentication where all clients share the same tokens