Package | Description |
---|---|
ratpack.pac4j |
Integration with pac4j for authentication/authorization.
|
Modifier and Type | Method and Description |
---|---|
Pac4jCallbackHandlerBuilder |
Pac4jCallbackHandlerBuilder.lookupClient(BiFunction<? super Context,? super WebContext,? extends Client<Credentials,UserProfile>> lookupClient) |
Pac4jCallbackHandlerBuilder |
Pac4jCallbackHandlerBuilder.onError(BiConsumer<? super Context,? super Throwable> onError) |
Pac4jCallbackHandlerBuilder |
Pac4jCallbackHandlerBuilder.onSuccess(BiConsumer<? super Context,? super UserProfile> onSuccess) |