Package net.shibboleth.idp.session.impl
Class StorageBackedSessionManagerTest.ExtendedSPSessionSerializer
java.lang.Object
net.shibboleth.shared.component.AbstractInitializableComponent
net.shibboleth.idp.session.AbstractSPSessionSerializer
net.shibboleth.idp.session.impl.BasicSPSessionSerializer
net.shibboleth.idp.session.impl.StorageBackedSessionManagerTest.ExtendedSPSessionSerializer
- All Implemented Interfaces:
Component,DestructableComponent,InitializableComponent,StorageSerializer<SPSession>
- Enclosing class:
- StorageBackedSessionManagerTest
private static class StorageBackedSessionManagerTest.ExtendedSPSessionSerializer
extends net.shibboleth.idp.session.impl.BasicSPSessionSerializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SPSessiondoDeserialize(JsonObject obj, String id, Instant creation, Instant expiration) protected voiddoSerializeAdditional(SPSession instance, JsonGenerator generator) Methods inherited from class net.shibboleth.idp.session.AbstractSPSessionSerializer
deserialize, serializeMethods inherited from class net.shibboleth.shared.component.AbstractInitializableComponent
checkComponentActive, checkSetterPreconditions, destroy, doDestroy, doInitialize, ifDestroyedThrowDestroyedComponentException, ifInitializedThrowUnmodifiabledComponentException, ifNotInitializedThrowUninitializedComponentException, initialize, isDestroyed, isInitializedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.shibboleth.shared.component.InitializableComponent
initialize, isInitialized
-
Constructor Details
-
ExtendedSPSessionSerializer
-
-
Method Details
-
doDeserialize
@Nonnull protected SPSession doDeserialize(JsonObject obj, String id, Instant creation, Instant expiration) throws IOException - Overrides:
doDeserializein classnet.shibboleth.idp.session.impl.BasicSPSessionSerializer- Throws:
IOException
-
doSerializeAdditional
- Overrides:
doSerializeAdditionalin classAbstractSPSessionSerializer
-