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