Package io.vertx.rxjava.ext.auth.shiro
Class ShiroAuth
- java.lang.Object
-
- io.vertx.rxjava.ext.auth.authentication.AuthenticationProvider
-
- io.vertx.rxjava.ext.auth.AuthProvider
-
- io.vertx.rxjava.ext.auth.shiro.ShiroAuth
-
public class ShiroAuth extends AuthProvider
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_ARG
-
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)ShiroAuthgetDelegate()inthashCode()static ShiroAuthnewInstance(ShiroAuth arg)StringtoString()-
Methods inherited from class io.vertx.rxjava.ext.auth.AuthProvider
newInstance
-
Methods inherited from class io.vertx.rxjava.ext.auth.authentication.AuthenticationProvider
authenticate, authenticate, authenticate, authenticate, newInstance, rxAuthenticate, rxAuthenticate
-
-
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toStringin classAuthProvider
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classAuthProvider
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAuthProvider
-
getDelegate
public ShiroAuth getDelegate()
- 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
-
-