Class XenAuthenticationInterceptor.InMemorySessionManager
java.lang.Object
com.predic8.membrane.core.interceptor.authentication.xen.XenAuthenticationInterceptor.InMemorySessionManager
- All Implemented Interfaces:
XenAuthenticationInterceptor.XenSessionManager
- Enclosing class:
- XenAuthenticationInterceptor
public static class XenAuthenticationInterceptor.InMemorySessionManager
extends Object
implements XenAuthenticationInterceptor.XenSessionManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateSessionId(String xenSessionId) getExistingSessionId(String xenSessionId) getXenSessionId(String ourSessionId) void
-
Constructor Details
-
InMemorySessionManager
public InMemorySessionManager()
-
-
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
-