public class CasLogoutActionBuilder<U extends CommonProfile> extends java.lang.Object implements LogoutActionBuilder<U>
| Constructor and Description |
|---|
CasLogoutActionBuilder(java.lang.String serverLogoutUrl,
java.lang.String postLogoutUrlParameter) |
| Modifier and Type | Method and Description |
|---|---|
RedirectAction |
getLogoutAction(WebContext context,
U currentProfile,
java.lang.String targetUrl)
Return the
RedirectAction for logout. |
java.lang.String |
toString() |
public CasLogoutActionBuilder(java.lang.String serverLogoutUrl,
java.lang.String postLogoutUrlParameter)
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 logoutpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2018. All Rights Reserved.