| Package | Description | 
|---|---|
| io.vertx.ext.auth | |
| io.vertx.ext.auth.htpasswd | |
| io.vertx.ext.auth.jdbc | |
| io.vertx.ext.auth.mongo | |
| io.vertx.ext.auth.shiro | |
| io.vertx.ext.shell.term | 
| Modifier and Type | Method and Description | 
|---|---|
AuthOptions | 
AuthOptions.clone()
Deprecated.  
  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HtpasswdAuthOptions
Options configuring htpasswd authentication. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AuthOptions | 
HtpasswdAuthOptions.clone()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JDBCAuthOptions
Deprecated.  
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MongoAuthOptions
Options configuring Mongo authentication. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ShiroAuthOptions
Shiro auth configuration options, see Vert.x Auth Shiro component and/or Apache Shiro project. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AuthOptions | 
HttpTermOptions.getAuthOptions()  | 
AuthOptions | 
SSHTermOptions.getAuthOptions()  | 
| Modifier and Type | Method and Description | 
|---|---|
HttpTermOptions | 
HttpTermOptions.setAuthOptions(AuthOptions authOptions)
Set the auth options. 
 | 
SSHTermOptions | 
SSHTermOptions.setAuthOptions(AuthOptions authOptions)
Set the auth options. 
 | 
Copyright © 2020 Eclipse. All rights reserved.