public class CasLogoutActionBuilder<U extends CommonProfile> extends Object implements LogoutActionBuilder<U>
| Constructor and Description |
|---|
CasLogoutActionBuilder(String serverLogoutUrl,
String postLogoutUrlParameter) |
| Modifier and Type | Method and Description |
|---|---|
RedirectAction |
getLogoutAction(WebContext context,
U currentProfile,
String targetUrl)
Return the
RedirectAction for logout. |
String |
toString() |
public RedirectAction getLogoutAction(WebContext context, U currentProfile, String targetUrl)
LogoutActionBuilderRedirectAction for logout.getLogoutAction in interface LogoutActionBuilder<U extends CommonProfile>context - the web contextcurrentProfile - the current profiletargetUrl - the target URL after logoutCopyright © 2017. All rights reserved.