Package | Description |
---|---|
com.holonplatform.auth | |
com.holonplatform.http.servlet |
Modifier and Type | Method and Description |
---|---|
static AuthenticationToken.AuthenticationTokenResolver<HttpRequest> |
AuthenticationToken.httpBasicResolver()
Build a default
AuthenticationToken.AuthenticationTokenResolver for HTTP BASIC authentication scheme. |
static AuthenticationToken.AuthenticationTokenResolver<HttpRequest> |
AuthenticationToken.httpBearerResolver()
Build a default
AuthenticationToken.AuthenticationTokenResolver for HTTP BEARER authentication scheme. |
Modifier and Type | Interface and Description |
---|---|
interface |
ServletHttpRequest
A
HttpRequest backed by a Servlet HttpServletRequest . |
Copyright © 2018 The Holon Platform. All rights reserved.