@Deprecated public class ShiroAuth extends AuthProvider implements io.vertx.lang.rx.RxDelegate
AuthenticationProvider
instances.
NOTE: This class has been automatically generated from the original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<ShiroAuth> |
__TYPE_ARG
Deprecated.
|
Constructor and Description |
---|
ShiroAuth(Object delegate)
Deprecated.
|
ShiroAuth(ShiroAuth delegate)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ShiroAuth |
create(Vertx vertx,
ShiroAuthOptions options)
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
ShiroAuth |
getDelegate()
Deprecated.
|
int |
hashCode()
Deprecated.
|
static ShiroAuth |
newInstance(ShiroAuth arg)
Deprecated.
|
String |
toString()
Deprecated.
|
newInstance
authenticate, authenticate, authenticate, authenticate, newInstance, rxAuthenticate, rxAuthenticate
public static final io.vertx.lang.rx.TypeArg<ShiroAuth> __TYPE_ARG
public ShiroAuth(ShiroAuth delegate)
public ShiroAuth(Object delegate)
public String toString()
toString
in class AuthProvider
public boolean equals(Object o)
equals
in class AuthProvider
public int hashCode()
hashCode
in class AuthProvider
public ShiroAuth getDelegate()
getDelegate
in interface io.vertx.lang.rx.RxDelegate
getDelegate
in class AuthProvider
@Deprecated public static ShiroAuth create(Vertx vertx, ShiroAuthOptions options)
vertx
- the Vert.x instanceoptions
- the Shiro configuration optionsCopyright © 2025 Eclipse. All rights reserved.