| Package | Description |
|---|---|
| org.pac4j.core.client | |
| org.pac4j.core.logout | |
| org.pac4j.core.redirect |
| Modifier and Type | Method and Description |
|---|---|
RedirectAction |
IndirectClient.getLogoutAction(WebContext context,
U currentProfile,
String targetUrl) |
RedirectAction |
DirectClient.getLogoutAction(WebContext context,
U currentProfile,
String targetUrl) |
RedirectAction |
Client.getLogoutAction(WebContext context,
U currentProfile,
String targetUrl)
Return the logout action (indirect clients).
|
RedirectAction |
IndirectClient.getRedirectAction(WebContext context)
Get the redirectAction computed for this client.
|
| Modifier and Type | Method and Description |
|---|---|
RedirectAction |
NoLogoutActionBuilder.getLogoutAction(WebContext context,
U currentProfile,
String targetUrl) |
RedirectAction |
LogoutActionBuilder.getLogoutAction(WebContext context,
U currentProfile,
String targetUrl)
Return the
RedirectAction for logout. |
RedirectAction |
GoogleLogoutActionBuilder.getLogoutAction(WebContext context,
U currentProfile,
String targetUrl) |
RedirectAction |
CasLogoutActionBuilder.getLogoutAction(WebContext context,
U currentProfile,
String targetUrl) |
| Modifier and Type | Method and Description |
|---|---|
static RedirectAction |
RedirectAction.post(String location,
Map<String,String> data) |
static RedirectAction |
RedirectAction.redirect(String location) |
RedirectAction |
RedirectActionBuilder.redirect(WebContext context)
Return a redirect action for the web context.
|
static RedirectAction |
RedirectAction.success(String content) |
Copyright © 2017. All Rights Reserved.