| Interface | Description |
|---|---|
| Authorizer |
An authorization strategy for integration with pac4j.
|
| Class | Description |
|---|---|
| AbstractAuthorizer |
An abstract implementation of
Authorizer that provides sensible defaults. |
| InjectedPac4jModule<C extends Credentials,U extends UserProfile> |
An extension module that provides support for authentication via pac4j.
|
| Pac4jCallbackHandlerBuilder | |
| Pac4jModule<C extends Credentials,U extends UserProfile> |
An extension module that provides support for authentication via pac4j.
|
This module requires both the ratpack-guice and ratpack-session modules.
To use this module:
ratpack-session module for more details.io.ratpack:ratpack-pac4j:VERSION) to your build definition.org.pac4j:pac4j-openid:VERSION).
Pac4jModule or InjectedPac4jModule with Guice, providing it with an appropriate Client and
Authorizer.