Skip navigation links
A B C D E F G H I L M N O P Q R S T U V W 

A

absoluteURI() - Method in class org.pac4j.vertx.AuthHttpServerRequest
 
addConverter(String, SimpleEventBusObjectConverter.Converter<? extends Object>) - Method in class org.pac4j.vertx.SimpleEventBusObjectConverter
Add the given converter for encoding/decoding the given class name.
addFormParsing(Handler<HttpServerRequest>) - Static method in class org.pac4j.vertx.handlers.HandlerHelper
Add form parsing capabilities to the wrapped handler.
addMixIn(Class<?>, Class<?>) - Method in class org.pac4j.vertx.DefaultEventBusObjectConverter
 
authenticate(HttpServerRequest, String, JsonObject, Handler<Message<JsonObject>>) - Method in class org.pac4j.vertx.handlers.RequiresAuthenticationHandler
Authenticates the given request.
authenticate(HttpServerRequest, JsonObject, String, Handler<Message<JsonObject>>) - Method in class org.pac4j.vertx.Pac4jHelper
Send an authenticate message to the pac4j manager.
authenticationFailure(HttpServerRequest, String, JsonObject) - Method in class org.pac4j.vertx.handlers.CallbackHandler
 
authenticationFailure(HttpServerRequest, String, JsonObject) - Method in class org.pac4j.vertx.handlers.RequiresAuthenticationHandler
Default authentication failure strategy; save the original url in session and redirects to the Identity Provider if stateful.
authenticationSuccess(AuthHttpServerRequest, String, JsonObject) - Method in class org.pac4j.vertx.handlers.CallbackHandler
 
authenticationSuccess(AuthHttpServerRequest, String, JsonObject) - Method in class org.pac4j.vertx.handlers.RequiresAuthenticationHandler
Default authentication success strategy; forwards the request to the next handler if the user has a granted access, sends a 403 forbidden response otherwise.
AuthHttpServerRequest - Class in org.pac4j.vertx
Wrapper around an HttpServerRequest that carries a User Profile.
AuthHttpServerRequest(HttpServerRequest) - Constructor for class org.pac4j.vertx.AuthHttpServerRequest
 

B

BearerAccessTokenMixin(String, long, Scope) - Constructor for class org.pac4j.vertx.DefaultEventBusObjectConverter.BearerAccessTokenMixin
 
bodyHandler(Handler<Buffer>) - Method in class org.pac4j.vertx.AuthHttpServerRequest
 
buildClients(JsonObject) - Static method in class org.pac4j.vertx.ClientsBuilder
Return a Clients object configured by the Json configuration.
buildUserProfileResponse(Object, JsonObject) - Method in class org.pac4j.vertx.Pac4jHelper
 

C

CallbackHandler - Class in org.pac4j.vertx.handlers
Callback handler for Vert.x pac4j binding.
CallbackHandler(String, Handler<HttpServerRequest>, Pac4jHelper, SessionHelper) - Constructor for class org.pac4j.vertx.handlers.CallbackHandler
 
CallbackHandler(Pac4jHelper, SessionHelper) - Constructor for class org.pac4j.vertx.handlers.CallbackHandler
 
checkAllSessionsForMatch(JsonObject, Handler<JsonObject>) - Method in class com.campudus.vertx.sessionmanager.java.SessionHelper
Checks all sessions for a potential match of the specified JsonObject and returns the reply of the session manager ({ matches : true/false, sessions: [...all matching sessions or empty JsonArray...] }).
ClientsBuilder - Class in org.pac4j.vertx
Builder returning a Clients instance based on the Json configuration.
ClientsBuilder() - Constructor for class org.pac4j.vertx.ClientsBuilder
 
com.campudus.vertx.sessionmanager.java - package com.campudus.vertx.sessionmanager.java
 
Constants - Interface in org.pac4j.vertx
Pac4j constants for Vert.x binding.

D

dataHandler(Handler<Buffer>) - Method in class org.pac4j.vertx.AuthHttpServerRequest
 
decode(Object) - Method in interface org.pac4j.vertx.SimpleEventBusObjectConverter.Converter
 
decodeObject(Object) - Method in class org.pac4j.vertx.DefaultEventBusObjectConverter
 
decodeObject(Object) - Method in interface org.pac4j.vertx.EventBusObjectConverter
Decode the given object encoded with the encodeObject method.
decodeObject(Object) - Method in class org.pac4j.vertx.SimpleEventBusObjectConverter
Decode given object using the corresponding decoder if available.
decodeUserProfile(Object) - Method in class org.pac4j.vertx.Pac4jHelper
 
DefaultEventBusObjectConverter - Class in org.pac4j.vertx
Default eventbus object converter The serialization strategy is: For primitive types (String, Number and Boolean), return as is For arrays, convert to JsonArray Otherwise, convert to a JsonObject with the class name in the "class" attribute and the serialized form with Jackson in the "value" attribute.
DefaultEventBusObjectConverter() - Constructor for class org.pac4j.vertx.DefaultEventBusObjectConverter
 
DefaultEventBusObjectConverter.BearerAccessTokenMixin - Class in org.pac4j.vertx
 
DefaultEventBusObjectConverter.TokenMixin - Class in org.pac4j.vertx
 
DefaultEventBusObjectConverter.ValueMixin - Class in org.pac4j.vertx
 
defaultUrl(String, String) - Static method in class org.pac4j.vertx.handlers.CallbackHandler
This method returns the default url from a specified url compared with a default url.
destroySession(String, Handler<JsonObject>) - Method in class com.campudus.vertx.sessionmanager.java.SessionHelper
Destroys a session and gives the result to a handler.
doHandle(HttpServerRequest, String, JsonObject) - Method in class org.pac4j.vertx.handlers.LogoutHandler
 
doHandle(HttpServerRequest, String, JsonObject) - Method in class org.pac4j.vertx.handlers.RequiresAuthenticationHandler
 
doHandle(HttpServerRequest, String, JsonObject) - Method in class org.pac4j.vertx.handlers.SessionAwareHandler
 

E

encode(T) - Method in interface org.pac4j.vertx.SimpleEventBusObjectConverter.Converter
 
encodeObject(Object) - Method in class org.pac4j.vertx.DefaultEventBusObjectConverter
 
encodeObject(Object) - Method in interface org.pac4j.vertx.EventBusObjectConverter
Encode the given object in a compatible form for the event bus.
encodeObject(Object) - Method in class org.pac4j.vertx.SimpleEventBusObjectConverter
Encode the given object using the corresponding encoder if available.
endHandler(Handler<Void>) - Method in class org.pac4j.vertx.AuthHttpServerRequest
 
ERROR_MESSAGE_ATTRIBUTE - Static variable in interface org.pac4j.vertx.Constants
 
ERROR_STATUS - Static variable in interface org.pac4j.vertx.Constants
 
EventBusObjectConverter - Interface in org.pac4j.vertx
Interface for encoding and decoding objects for the event bus.
exceptionHandler(Handler<Throwable>) - Method in class org.pac4j.vertx.AuthHttpServerRequest
 
expectMultiPart(boolean) - Method in class org.pac4j.vertx.AuthHttpServerRequest
 

F

forbidden(HttpServerRequest, String) - Static method in class org.pac4j.vertx.HttpResponseHelper
 
FORM_ATTRIBUTES - Static variable in interface org.pac4j.vertx.Constants
 
FORM_URLENCODED_CONTENT_TYPE - Static variable in interface org.pac4j.vertx.Constants
 
formAttributes() - Method in class org.pac4j.vertx.AuthHttpServerRequest
 

G

getFullRequestURL(HttpServerRequest) - Method in class org.pac4j.vertx.Pac4jHelper
Get the full url from the given request.
getFullRequestURL() - Method in class org.pac4j.vertx.VertxWebContext
 
getProfile() - Method in class org.pac4j.vertx.AuthHttpServerRequest
 
getRedirectUrls(HttpServerRequest, JsonObject, Handler<Message<JsonObject>>, String...) - Method in class org.pac4j.vertx.Pac4jHelper
Get the redirection urls for the given client names.
getRequestHeader(String) - Method in class org.pac4j.vertx.VertxWebContext
 
getRequestMethod() - Method in class org.pac4j.vertx.VertxWebContext
 
getRequestParameter(String) - Method in class org.pac4j.vertx.VertxWebContext
 
getRequestParameters() - Method in class org.pac4j.vertx.VertxWebContext
 
getRequireAllRoles() - Method in class org.pac4j.vertx.handlers.RequiresAuthenticationHandler
 
getRequireAnyRole() - Method in class org.pac4j.vertx.handlers.RequiresAuthenticationHandler
 
getResponseContent() - Method in class org.pac4j.vertx.VertxWebContext
 
getResponseHeaders() - Method in class org.pac4j.vertx.VertxWebContext
 
getResponseStatus() - Method in class org.pac4j.vertx.VertxWebContext
 
getScheme() - Method in class org.pac4j.vertx.VertxWebContext
 
getServerName() - Method in class org.pac4j.vertx.VertxWebContext
 
getServerPort() - Method in class org.pac4j.vertx.VertxWebContext
 
getSessionAttribute(String) - Method in class org.pac4j.vertx.VertxWebContext
 
getSessionAttributes(JsonObject) - Method in class org.pac4j.vertx.Pac4jHelper
 
getSessionAttributes() - Method in class org.pac4j.vertx.VertxWebContext
 
getSessionId(HttpServerRequest) - Method in class com.campudus.vertx.sessionmanager.java.SessionHelper
 
getUserProfileFromResponse(JsonObject) - Method in class org.pac4j.vertx.Pac4jHelper
 
getUserProfileFromSession(JsonObject) - Method in class org.pac4j.vertx.Pac4jHelper
 

H

handle(HttpServerRequest) - Method in class org.pac4j.vertx.handlers.SessionAwareHandler
 
HandlerHelper - Class in org.pac4j.vertx.handlers
Useful handler helpers for Vert.x pac4j binding.
HandlerHelper() - Constructor for class org.pac4j.vertx.handlers.HandlerHelper
 
hasAccess(UserProfile, HttpServerRequest) - Method in class org.pac4j.vertx.handlers.RequiresAuthenticationHandler
Default access strategy based on the hasAccess method from the UserProfile.
headers() - Method in class org.pac4j.vertx.AuthHttpServerRequest
 
HOST_HEADER - Static variable in interface org.pac4j.vertx.Constants
 
HttpResponseHelper - Class in org.pac4j.vertx
Helper class to generate some basic http responses.
HttpResponseHelper() - Constructor for class org.pac4j.vertx.HttpResponseHelper
 

I

isAjaxRequest(HttpServerRequest) - Method in class org.pac4j.vertx.handlers.RequiresAuthenticationHandler
Is the current request an Ajax request.
isErrorMessage(JsonObject) - Method in class org.pac4j.vertx.Pac4jHelper
 
isRequiresHttpAction(JsonObject) - Method in class org.pac4j.vertx.Pac4jHelper
 
isStateless() - Method in class org.pac4j.vertx.handlers.SessionAwareHandler
 

L

localAddress() - Method in class org.pac4j.vertx.AuthHttpServerRequest
 
logger - Static variable in class org.pac4j.vertx.handlers.CallbackHandler
 
LogoutHandler - Class in org.pac4j.vertx.handlers
Logout handler which remove the user profile from the session.
LogoutHandler(SessionHelper) - Constructor for class org.pac4j.vertx.handlers.LogoutHandler
 

M

method() - Method in class org.pac4j.vertx.AuthHttpServerRequest
 

N

netSocket() - Method in class org.pac4j.vertx.AuthHttpServerRequest
 

O

ok(HttpServerRequest, String) - Static method in class org.pac4j.vertx.HttpResponseHelper
 
org.pac4j.vertx - package org.pac4j.vertx
 
org.pac4j.vertx.handlers - package org.pac4j.vertx.handlers
 

P

Pac4jHelper - Class in org.pac4j.vertx
This helper class is usefull for sending messages on the event bus to the pac4j manager module.
Pac4jHelper(Vertx) - Constructor for class org.pac4j.vertx.Pac4jHelper
 
Pac4jHelper(Vertx, String, EventBusObjectConverter) - Constructor for class org.pac4j.vertx.Pac4jHelper
 
Pac4jManager - Class in org.pac4j.vertx
The pac4j manager module.
Pac4jManager() - Constructor for class org.pac4j.vertx.Pac4jManager
 
params() - Method in class org.pac4j.vertx.AuthHttpServerRequest
 
path() - Method in class org.pac4j.vertx.AuthHttpServerRequest
 
pause() - Method in class org.pac4j.vertx.AuthHttpServerRequest
 
peerCertificateChain() - Method in class org.pac4j.vertx.AuthHttpServerRequest
 
putSessionData(HttpServerRequest, JsonObject) - Method in class com.campudus.vertx.sessionmanager.java.SessionHelper
Puts multiple data fields into the session storage without need of the result.
putSessionData(HttpServerRequest, String, JsonArray) - Method in class com.campudus.vertx.sessionmanager.java.SessionHelper
Puts a JsonArray into the session storage without need of the result.
putSessionData(HttpServerRequest, String, byte[]) - Method in class com.campudus.vertx.sessionmanager.java.SessionHelper
Puts a byte array into the session storage without need of the result.
putSessionData(HttpServerRequest, String, boolean) - Method in class com.campudus.vertx.sessionmanager.java.SessionHelper
Puts a boolean into the session storage without need of the result.
putSessionData(HttpServerRequest, String, Number) - Method in class com.campudus.vertx.sessionmanager.java.SessionHelper
Puts a number into the session storage without need of the result.
putSessionData(HttpServerRequest, String, JsonObject) - Method in class com.campudus.vertx.sessionmanager.java.SessionHelper
Puts a JsonObject into the session storage without need of the result.
putSessionData(HttpServerRequest, String, String) - Method in class com.campudus.vertx.sessionmanager.java.SessionHelper
Puts a String into the session storage without need of the result.
putSessionData(HttpServerRequest, JsonObject, Handler<JsonObject>) - Method in class com.campudus.vertx.sessionmanager.java.SessionHelper
Puts multiple data fields into the session storage and retrieves the result of the storage operation.
putSessionData(HttpServerRequest, String, JsonArray, Handler<JsonObject>) - Method in class com.campudus.vertx.sessionmanager.java.SessionHelper
Puts a JsonArray into the session storage and retrieves the result of the storage operation.
putSessionData(HttpServerRequest, String, byte[], Handler<JsonObject>) - Method in class com.campudus.vertx.sessionmanager.java.SessionHelper
Puts a byte array into the session storage and retrieves the result of the storage operation.
putSessionData(HttpServerRequest, String, boolean, Handler<JsonObject>) - Method in class com.campudus.vertx.sessionmanager.java.SessionHelper
Puts a boolean into the session storage and retrieves the result of the storage operation.
putSessionData(HttpServerRequest, String, Number, Handler<JsonObject>) - Method in class com.campudus.vertx.sessionmanager.java.SessionHelper
Puts a number into the session storage and retrieves the result of the storage operation.
putSessionData(HttpServerRequest, String, JsonObject, Handler<JsonObject>) - Method in class com.campudus.vertx.sessionmanager.java.SessionHelper
Puts a JsonObject into the session storage and retrieves the result of the storage operation.
putSessionData(HttpServerRequest, String, String, Handler<JsonObject>) - Method in class com.campudus.vertx.sessionmanager.java.SessionHelper
Puts a String into the session storage and retrieves the result of the storage operation.
putSessionData(String, JsonObject) - Method in class com.campudus.vertx.sessionmanager.java.SessionHelper
Puts multiple data fields into the session storage without need of the result.
putSessionData(String, String, JsonArray) - Method in class com.campudus.vertx.sessionmanager.java.SessionHelper
Puts a JsonArray into the session storage without need of the result.
putSessionData(String, String, byte[]) - Method in class com.campudus.vertx.sessionmanager.java.SessionHelper
Puts a byte array into the session storage without need of the result.
putSessionData(String, String, boolean) - Method in class com.campudus.vertx.sessionmanager.java.SessionHelper
Puts a boolean into the session storage without need of the result.
putSessionData(String, String, Number) - Method in class com.campudus.vertx.sessionmanager.java.SessionHelper
Puts a number into the session storage without need of the result.
putSessionData(String, String, JsonObject) - Method in class com.campudus.vertx.sessionmanager.java.SessionHelper
Puts a JsonObject into the session storage without need of the result.
putSessionData(String, String, String) - Method in class com.campudus.vertx.sessionmanager.java.SessionHelper
Puts a String into the session storage without need of the result.
putSessionData(String, JsonObject, Handler<JsonObject>) - Method in class com.campudus.vertx.sessionmanager.java.SessionHelper
Puts multiple data fields into the session storage without need of the result.
putSessionData(String, String, JsonArray, Handler<JsonObject>) - Method in class com.campudus.vertx.sessionmanager.java.SessionHelper
Puts a JsonArray into the session storage and retrieves the result of the storage operation.
putSessionData(String, String, byte[], Handler<JsonObject>) - Method in class com.campudus.vertx.sessionmanager.java.SessionHelper
Puts a byte array into the session storage and retrieves the result of the storage operation.
putSessionData(String, String, boolean, Handler<JsonObject>) - Method in class com.campudus.vertx.sessionmanager.java.SessionHelper
Puts a boolean into the session storage and retrieves the result of the storage operation.
putSessionData(String, String, Number, Handler<JsonObject>) - Method in class com.campudus.vertx.sessionmanager.java.SessionHelper
Puts a number into the session storage and retrieves the result of the storage operation.
putSessionData(String, String, JsonObject, Handler<JsonObject>) - Method in class com.campudus.vertx.sessionmanager.java.SessionHelper
Puts a JsonObject into the session storage and retrieves the result of the storage operation.
putSessionData(String, String, String, Handler<JsonObject>) - Method in class com.campudus.vertx.sessionmanager.java.SessionHelper
Puts a String into the session storage and retrieves the result of the storage operation.

Q

query() - Method in class org.pac4j.vertx.AuthHttpServerRequest
 

R

redirect(HttpServerRequest, String) - Static method in class org.pac4j.vertx.HttpResponseHelper
 
redirect(HttpServerRequest) - Static method in class org.pac4j.vertx.HttpResponseHelper
 
redirect(HttpServerRequest, JsonObject, String, boolean, boolean, Handler<Message<JsonObject>>) - Method in class org.pac4j.vertx.Pac4jHelper
Send a redirect message to the pac4j manager.
redirectToIdentityProvider(HttpServerRequest, String, JsonObject) - Method in class org.pac4j.vertx.handlers.RequiresAuthenticationHandler
Redirects to the configured Identity Provider.
remoteAddress() - Method in class org.pac4j.vertx.AuthHttpServerRequest
 
RequiresAuthenticationHandler - Class in org.pac4j.vertx.handlers
Wrapper handler acting as a security barrier.
RequiresAuthenticationHandler(String, Handler<HttpServerRequest>, Pac4jHelper, SessionHelper) - Constructor for class org.pac4j.vertx.handlers.RequiresAuthenticationHandler
 
RequiresAuthenticationHandler(String, boolean, Handler<HttpServerRequest>, Pac4jHelper, SessionHelper) - Constructor for class org.pac4j.vertx.handlers.RequiresAuthenticationHandler
 
RequiresAuthenticationHandler(String, Handler<HttpServerRequest>, Pac4jHelper, boolean) - Constructor for class org.pac4j.vertx.handlers.RequiresAuthenticationHandler
 
response() - Method in class org.pac4j.vertx.AuthHttpServerRequest
 
resume() - Method in class org.pac4j.vertx.AuthHttpServerRequest
 
retrieveOriginalUrl(HttpServerRequest, JsonObject) - Method in class org.pac4j.vertx.handlers.RequiresAuthenticationHandler
 
retrieveUserProfile(HttpServerRequest, String, JsonObject, Handler<Message<JsonObject>>) - Method in class org.pac4j.vertx.handlers.CallbackHandler
 
retrieveUserProfile(HttpServerRequest, String, JsonObject, Handler<Message<JsonObject>>) - Method in class org.pac4j.vertx.handlers.RequiresAuthenticationHandler
Returns the User Profile from the session if stateful or from the credentials if stateless.

S

saveOriginalUrl(HttpServerRequest, JsonObject) - Method in class org.pac4j.vertx.handlers.RequiresAuthenticationHandler
Save the original url in session if the request is not Ajax.
saveSessionAttributes(String, JsonObject, Handler<JsonObject>) - Method in class org.pac4j.vertx.handlers.SessionAwareHandler
 
saveUrl(String, JsonObject) - Method in class org.pac4j.vertx.handlers.RequiresAuthenticationHandler
 
saveUserProfile(Object, HttpServerRequest, JsonObject) - Method in class org.pac4j.vertx.handlers.RequiresAuthenticationHandler
Save User Profile in session if stateful.
saveUserProfileInSession(Object, JsonObject) - Method in class org.pac4j.vertx.Pac4jHelper
 
sendErrorResponse(HttpServerResponse, JsonObject) - Method in class org.pac4j.vertx.Pac4jHelper
Generate an error response.
sendResponse(HttpServerResponse, JsonObject) - Method in class org.pac4j.vertx.Pac4jHelper
Generate the Vertx response based on the pac4j manager response.
SessionAwareHandler - Class in org.pac4j.vertx.handlers
Wrapper handler providing all session attributes for the next handler in the chain.
SessionAwareHandler(boolean) - Constructor for class org.pac4j.vertx.handlers.SessionAwareHandler
 
SessionAwareHandler(SessionHelper) - Constructor for class org.pac4j.vertx.handlers.SessionAwareHandler
 
SessionHelper - Class in com.campudus.vertx.sessionmanager.java
This Java wrapper class helps using the session manager from Java.
SessionHelper(Vertx) - Constructor for class com.campudus.vertx.sessionmanager.java.SessionHelper
Creates a session helper for this Vertx instance.
SessionHelper(Vertx, String) - Constructor for class com.campudus.vertx.sessionmanager.java.SessionHelper
Creates a session helper for this Vertx instance.
SessionHelper(Vertx, String, String, String) - Constructor for class com.campudus.vertx.sessionmanager.java.SessionHelper
Creates a session helper for this Vertx instance with a custom cookie field name.
sessionHelper - Variable in class org.pac4j.vertx.handlers.SessionAwareHandler
 
setProfile(UserProfile) - Method in class org.pac4j.vertx.AuthHttpServerRequest
 
setRequireAllRoles(String) - Method in class org.pac4j.vertx.handlers.RequiresAuthenticationHandler
 
setRequireAnyRole(String) - Method in class org.pac4j.vertx.handlers.RequiresAuthenticationHandler
 
setResponseHeader(String, String) - Method in class org.pac4j.vertx.VertxWebContext
 
setResponseStatus(int) - Method in class org.pac4j.vertx.VertxWebContext
 
setSessionAttribute(String, Object) - Method in class org.pac4j.vertx.VertxWebContext
 
SimpleEventBusObjectConverter - Class in org.pac4j.vertx
EventBusObjectConverter implementation using registered converters to transform Java object into Vert.x JsonObject.
SimpleEventBusObjectConverter() - Constructor for class org.pac4j.vertx.SimpleEventBusObjectConverter
 
SimpleEventBusObjectConverter.Converter<T> - Interface in org.pac4j.vertx
The converter interface for type T.
start() - Method in class org.pac4j.vertx.Pac4jManager
 
startSession(HttpServerRequest, Handler<String>) - Method in class com.campudus.vertx.sessionmanager.java.SessionHelper
Creates a new session for the specified request.
STATUS_ATTRIBUTE - Static variable in interface org.pac4j.vertx.Constants
 
SUCCESS_STATUS - Static variable in interface org.pac4j.vertx.Constants
 

T

TokenMixin(String, String, String) - Constructor for class org.pac4j.vertx.DefaultEventBusObjectConverter.TokenMixin
 

U

unauthorized(HttpServerRequest, String) - Static method in class org.pac4j.vertx.HttpResponseHelper
 
uploadHandler(Handler<HttpServerFileUpload>) - Method in class org.pac4j.vertx.AuthHttpServerRequest
 
uri() - Method in class org.pac4j.vertx.AuthHttpServerRequest
 

V

ValueMixin(String, Scope.Value.Requirement) - Constructor for class org.pac4j.vertx.DefaultEventBusObjectConverter.ValueMixin
 
version() - Method in class org.pac4j.vertx.AuthHttpServerRequest
 
VertxWebContext - Class in org.pac4j.vertx
WebContext implementation for Vert.x.
VertxWebContext(String, String, int, String, String, JsonObject, JsonObject, JsonObject) - Constructor for class org.pac4j.vertx.VertxWebContext
 
VertxWebContext(String, String, int, String, String, JsonObject, JsonObject, JsonObject, EventBusObjectConverter) - Constructor for class org.pac4j.vertx.VertxWebContext
 

W

withConnectionStats(Handler<JsonObject>) - Method in class com.campudus.vertx.sessionmanager.java.SessionHelper
Gets informations about open sessions and delivers this info to the specified handler.
withSessionData(HttpServerRequest, String, Handler<JsonObject>) - Method in class com.campudus.vertx.sessionmanager.java.SessionHelper
Gets a single data field from the session storage by using an HttpServerRequest.
withSessionData(HttpServerRequest, JsonArray, Handler<JsonObject>) - Method in class com.campudus.vertx.sessionmanager.java.SessionHelper
Gets multiple data fields from the session storage by using an HttpServerRequest.
withSessionData(String, String, Handler<JsonObject>) - Method in class com.campudus.vertx.sessionmanager.java.SessionHelper
Gets a single data field from the session storage by using a session id.
withSessionData(String, JsonArray, Handler<JsonObject>) - Method in class com.campudus.vertx.sessionmanager.java.SessionHelper
Gets multiple data fields from the session storage by using a session id.
withSessionId(HttpServerRequest, Handler<String>) - Method in class com.campudus.vertx.sessionmanager.java.SessionHelper
Does something with a session id.
writeResponseContent(String) - Method in class org.pac4j.vertx.VertxWebContext
 
A B C D E F G H I L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2015. All rights reserved.