Class InfinispanSessionStore
java.lang.Object
io.vertx.reactivex.ext.web.sstore.SessionStore
io.vertx.reactivex.ext.web.sstore.infinispan.InfinispanSessionStore
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
An implementation of that relies on the Infinispan Java Client.
NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<InfinispanSessionStore> static final intDefault length for a session id. -
Constructor Summary
ConstructorsConstructorDescriptionInfinispanSessionStore(InfinispanSessionStore delegate) InfinispanSessionStore(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionstatic InfinispanSessionStorecreate(Vertx vertx, JsonObject options) Create a newInfinispanSessionStorefor the given configuration.static InfinispanSessionStorecreate(Vertx vertx, JsonObject options, org.infinispan.client.hotrod.RemoteCacheManager remoteCacheManager) Likecreate(Vertx, JsonObject)but with a pre-configured Infinispan Client.booleaninthashCode()static InfinispanSessionStoretoString()Methods inherited from class SessionStore
clear, close, create, createSession, createSession, delete, get, init, newInstance, put, retryTimeout, rxClear, rxDelete, rxGet, rxPut, rxSize, size
-
Field Details
-
__TYPE_ARG
-
DEFAULT_SESSIONID_LENGTH
public static final int DEFAULT_SESSIONID_LENGTHDefault length for a session id. More info: https://www.owasp.org/index.php/Session_Management_Cheat_Sheet- See Also:
-
-
Constructor Details
-
InfinispanSessionStore
-
InfinispanSessionStore
-
-
Method Details
-
toString
- Overrides:
toStringin classSessionStore
-
equals
- Overrides:
equalsin classSessionStore
-
hashCode
public int hashCode()- Overrides:
hashCodein classSessionStore
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate- Overrides:
getDelegatein classSessionStore
-
create
Create a newInfinispanSessionStorefor the given configuration.- Parameters:
vertx- vertx instanceoptions- the configuration- Returns:
- the new instance
-
create
public static InfinispanSessionStore create(Vertx vertx, JsonObject options, org.infinispan.client.hotrod.RemoteCacheManager remoteCacheManager) Likecreate(Vertx, JsonObject)but with a pre-configured Infinispan Client.- Parameters:
vertx- vertx instanceoptions- the configurationremoteCacheManager- pre-configured Infinispan Client- Returns:
- the new instance
-
newInstance
-