| Interface | Description |
|---|---|
| Constants |
Pac4j constants for Vert.x binding.
|
| EventBusObjectConverter |
Interface for encoding and decoding objects for the event bus.
|
| SimpleEventBusObjectConverter.Converter<T> |
The converter interface for type T.
|
| Class | Description |
|---|---|
| AuthHttpServerRequest |
Wrapper around an
HttpServerRequest that carries a User Profile. |
| ClientsBuilder |
Builder returning a
Clients instance based on the Json configuration. |
| DefaultEventBusObjectConverter |
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.BearerAccessTokenMixin | |
| DefaultEventBusObjectConverter.TokenMixin | |
| DefaultEventBusObjectConverter.ValueMixin | |
| HttpResponseHelper |
Helper class to generate some basic http responses.
|
| Pac4jHelper |
This helper class is usefull for sending messages on the event bus to the pac4j manager module.
|
| Pac4jManager |
The pac4j manager module.
|
| SimpleEventBusObjectConverter |
EventBusObjectConverter implementation using registered converters to transform Java object into Vert.x JsonObject. |
| VertxWebContext |
WebContext implementation for Vert.x.
|
Copyright © 2015. All rights reserved.