public interface LogoutActionBuilder<U extends CommonProfile>
RedirectAction for logout.| Modifier and Type | Method and Description |
|---|---|
RedirectAction |
getLogoutAction(WebContext context,
U currentProfile,
String targetUrl)
Return the
RedirectAction for logout. |
RedirectAction getLogoutAction(WebContext context, U currentProfile, String targetUrl)
RedirectAction for logout.context - the web contextcurrentProfile - the current profiletargetUrl - the target URL after logoutCopyright © 2017. All Rights Reserved.