public class NoLogoutActionBuilder<U extends CommonProfile> extends java.lang.Object implements LogoutActionBuilder<U>
RedirectAction for logout.| Modifier and Type | Field and Description |
|---|---|
static NoLogoutActionBuilder |
INSTANCE |
| Constructor and Description |
|---|
NoLogoutActionBuilder() |
| Modifier and Type | Method and Description |
|---|---|
RedirectAction |
getLogoutAction(WebContext context,
U currentProfile,
java.lang.String targetUrl)
Return the
RedirectAction for logout. |
public static final NoLogoutActionBuilder INSTANCE
public RedirectAction getLogoutAction(WebContext context, U currentProfile, java.lang.String targetUrl)
LogoutActionBuilderRedirectAction for logout.getLogoutAction in interface LogoutActionBuilder<U extends CommonProfile>context - the web contextcurrentProfile - the current profiletargetUrl - the target URL after logoutCopyright © 2018. All Rights Reserved.