Package io.jans.as.server.session.ws.rs
Class EndSessionUtils
- java.lang.Object
-
- io.jans.as.server.session.ws.rs.EndSessionUtils
-
public class EndSessionUtils extends Object
- Author:
- Yuriy Zabrovarnyy
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringappendSid(String logoutUri, String sid, String issuer)static StringappendState(String uri, String state)static voidcallRpWithBackchannelUri(String backchannelLogoutUri, String logoutToken)static StringcreateFronthannelHtml(Set<String> logoutUris, String postLogoutUrl, String state)static ExecutorServicegetExecutorService()
-
-
-
Method Detail
-
getExecutorService
public static ExecutorService getExecutorService()
-
callRpWithBackchannelUri
public static void callRpWithBackchannelUri(String backchannelLogoutUri, String logoutToken)
-
-