public interface BasicOstium
extends io.vertx.ext.web.handler.AuthHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_REALM
Default realm to use
|
| Modifier and Type | Method and Description |
|---|---|
static io.vertx.ext.web.handler.AuthHandler |
create(io.vertx.ext.auth.AuthProvider authProvider)
Create a basic auth handler
|
static io.vertx.ext.web.handler.AuthHandler |
create(io.vertx.ext.auth.AuthProvider authProvider,
String realm)
Create a basic auth handler, specifying realm
|
static final String DEFAULT_REALM
static io.vertx.ext.web.handler.AuthHandler create(io.vertx.ext.auth.AuthProvider authProvider)
authProvider - the auth provider to usestatic io.vertx.ext.web.handler.AuthHandler create(io.vertx.ext.auth.AuthProvider authProvider,
String realm)
authProvider - the auth service to userealm - the realm to useCopyright © 2018. All rights reserved.