Package | Description |
---|---|
ratpack.codahale.metrics |
Integration with Coda Hale's Metrics Library.
|
ratpack.pac4j |
Integration with pac4j for authentication/authorization.
|
ratpack.pac4j.internal | |
ratpack.remote |
Integration with Groovy Remote Control.
|
ratpack.rx |
Provides integration with the RxJava library.
|
ratpack.session | |
ratpack.session.store |
Session scoped storage.
|
Modifier and Type | Class and Description |
---|---|
class |
CodaHaleMetricsModule
An extension module that provides support for Coda Hale's Metrics.
|
Modifier and Type | Class and Description |
---|---|
class |
InjectedPac4jModule<C extends Credentials,U extends UserProfile>
An extension module that provides support for authentication via pac4j.
|
class |
Pac4jModule<C extends Credentials,U extends UserProfile>
An extension module that provides support for authentication via pac4j.
|
Modifier and Type | Class and Description |
---|---|
class |
ratpack.pac4j.internal.AbstractPac4jModule<C extends Credentials,U extends UserProfile> |
Modifier and Type | Class and Description |
---|---|
class |
RemoteControlModule
An extension module that adds a Groovy Remote Control endpoint.
|
Modifier and Type | Class and Description |
---|---|
class |
RxModule
Integrates RxJava with the Ratpack application.
|
Modifier and Type | Class and Description |
---|---|
class |
SessionModule |
Modifier and Type | Class and Description |
---|---|
class |
MapSessionsModule
An extension module that provides an in memory map store for sessions,
SessionStore . |