io.vertx.ext.auth.properties.PropertyFileAuthentication
and io.vertx.ext.auth.ldap.LdapAuthentication
@Deprecated public interface ShiroAuth extends AuthProvider
AuthenticationProvider
instances.Modifier and Type | Method and Description |
---|---|
static ShiroAuth |
create(Vertx vertx,
org.apache.shiro.realm.Realm realm)
Deprecated.
Create a Shiro auth provider
|
static ShiroAuth |
create(Vertx vertx,
ShiroAuthOptions options)
Deprecated.
Create a Shiro auth provider
|
authenticate, authenticate, authenticate, authenticate
static ShiroAuth create(Vertx vertx, org.apache.shiro.realm.Realm realm)
vertx
- the Vert.x instancerealm
- the Shiro realmstatic ShiroAuth create(Vertx vertx, ShiroAuthOptions options)
vertx
- the Vert.x instanceoptions
- the Shiro configuration optionsCopyright © 2023 Eclipse. All rights reserved.