| Package | Description |
|---|---|
| ratpack.pac4j |
Integration with pac4j for authentication/authorization.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAuthorizer
An abstract implementation of
Authorizer that provides sensible defaults. |
| Modifier and Type | Method and Description |
|---|---|
protected Authorizer |
InjectedPac4jModule.getAuthorizer(Injector injector) |
protected Authorizer |
Pac4jModule.getAuthorizer(Injector injector) |
| Constructor and Description |
|---|
Pac4jModule(Client<C,U> client,
Authorizer authorizer)
Constructs a new instance.
|