io.vertx.ext.auth.properties.PropertyFileAuthentication
and io.vertx.ext.auth.ldap.LdapAuthentication
@Deprecated public class ShiroAuthOptions extends Object implements AuthOptions
Modifier and Type | Field and Description |
---|---|
static ShiroAuthRealmType |
DEFAULT_TYPE
Deprecated.
|
Constructor and Description |
---|
ShiroAuthOptions()
Deprecated.
|
ShiroAuthOptions(JsonObject json)
Deprecated.
|
ShiroAuthOptions(ShiroAuthOptions that)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ShiroAuthOptions |
clone()
Deprecated.
|
AuthProvider |
createProvider(Vertx vertx)
Deprecated.
Create the suitable provider for this option.
|
JsonObject |
getConfig()
Deprecated.
|
ShiroAuthRealmType |
getType()
Deprecated.
|
ShiroAuthOptions |
setConfig(JsonObject config)
Deprecated.
Set the Shiro auth config.
|
ShiroAuthOptions |
setType(ShiroAuthRealmType type)
Deprecated.
Set the Shiro auth options type.
|
public static final ShiroAuthRealmType DEFAULT_TYPE
public ShiroAuthOptions()
public ShiroAuthOptions(ShiroAuthOptions that)
public ShiroAuthOptions(JsonObject json)
public ShiroAuthRealmType getType()
public ShiroAuthOptions setType(ShiroAuthRealmType type)
type
- the typepublic JsonObject getConfig()
public ShiroAuthOptions setConfig(JsonObject config)
config
- the configpublic ShiroAuthOptions clone()
clone
in interface AuthOptions
clone
in class Object
public AuthProvider createProvider(Vertx vertx)
AuthOptions
createProvider
in interface AuthOptions
vertx
- the vertx instanceCopyright © 2023 Eclipse. All rights reserved.