Class XenAuthenticationInterceptor.JwtSessionManager
java.lang.Object
com.predic8.membrane.core.interceptor.authentication.xen.XenAuthenticationInterceptor.JwtSessionManager
- All Implemented Interfaces:
XenAuthenticationInterceptor.XenSessionManager
- Enclosing class:
- XenAuthenticationInterceptor
public static class XenAuthenticationInterceptor.JwtSessionManager
extends Object
implements XenAuthenticationInterceptor.XenSessionManager
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateSessionId(String xenSessionId) getExistingSessionId(String xenSessionId) getJwk()getXenSessionId(String ourSessionId) voidvoidsetAudience(String audience) void
-
Constructor Details
-
JwtSessionManager
public JwtSessionManager()
-
-
Method Details
-
init
- Specified by:
initin interfaceXenAuthenticationInterceptor.XenSessionManager- Throws:
Exception
-
getXenSessionId
- Specified by:
getXenSessionIdin interfaceXenAuthenticationInterceptor.XenSessionManager
-
getExistingSessionId
- Specified by:
getExistingSessionIdin interfaceXenAuthenticationInterceptor.XenSessionManager
-
createSessionId
- Specified by:
createSessionIdin interfaceXenAuthenticationInterceptor.XenSessionManager
-
getAudience
-
setAudience
-
getJwk
-
setJwk
-