Class ShiroAuth
- java.lang.Object
-
- io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
-
- io.vertx.reactivex.ext.auth.AuthProvider
-
- io.vertx.reactivex.ext.auth.shiro.ShiroAuth
-
- All Implemented Interfaces:
RxDelegate
@Deprecated public class ShiroAuth extends AuthProvider implements RxDelegate
Deprecated.Factory interface for creating Apache Shiro basedAuthenticationProviderinstances. NOTE: This class has been automatically generated from theoriginalnon RX-ified interface using Vert.x codegen.
-
-
Field Summary
Fields Modifier and Type Field Description static TypeArg<ShiroAuth>__TYPE_ARGDeprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ShiroAuthcreate(Vertx vertx, ShiroAuthOptions options)Deprecated.booleanequals(Object o)Deprecated.ShiroAuthgetDelegate()Deprecated.inthashCode()Deprecated.static ShiroAuthnewInstance(ShiroAuth arg)Deprecated.StringtoString()Deprecated.-
Methods inherited from class io.vertx.reactivex.ext.auth.AuthProvider
newInstance
-
Methods inherited from class io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
authenticate, authenticate, authenticate, authenticate, newInstance, rxAuthenticate, rxAuthenticate
-
-
-
-
Method Detail
-
toString
public String toString()
Deprecated.- Overrides:
toStringin classAuthProvider
-
equals
public boolean equals(Object o)
Deprecated.- Overrides:
equalsin classAuthProvider
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classAuthProvider
-
getDelegate
public ShiroAuth getDelegate()
Deprecated.- Specified by:
getDelegatein interfaceRxDelegate- Overrides:
getDelegatein classAuthProvider
-
create
@Deprecated public static ShiroAuth create(Vertx vertx, ShiroAuthOptions options)
Deprecated.Create a Shiro auth provider- Parameters:
vertx- the Vert.x instanceoptions- the Shiro configuration options- Returns:
- the auth provider
-
-