Uses of Class
net.shibboleth.idp.session.impl.StorageBackedIdPSession
Packages that use StorageBackedIdPSession
Package
Description
Implementations of session-related classes and interfaces.
-
Uses of StorageBackedIdPSession in net.shibboleth.idp.session.impl
Fields in net.shibboleth.idp.session.impl declared as StorageBackedIdPSessionModifier and TypeFieldDescriptionprivate final StorageBackedIdPSessionStorageBackedIdPSessionSerializer.targetObjectObject instance to overwrite with deserialization method.Methods in net.shibboleth.idp.session.impl that return StorageBackedIdPSessionModifier and TypeMethodDescriptionStorageBackedIdPSessionSerializer.deserialize(long version, String context, String key, String value, Long expiration) Methods in net.shibboleth.idp.session.impl that return types with arguments of type StorageBackedIdPSessionModifier and TypeMethodDescriptionStorageBackedSessionManager.getStorageSerializer()Get the serializer for theIdPSessionobjects managed by this implementation.Methods in net.shibboleth.idp.session.impl with parameters of type StorageBackedIdPSessionModifier and TypeMethodDescriptionStorageBackedIdPSessionSerializer.serialize(StorageBackedIdPSession instance) Constructors in net.shibboleth.idp.session.impl with parameters of type StorageBackedIdPSessionModifierConstructorDescriptionStorageBackedIdPSessionSerializer(StorageBackedSessionManager manager, StorageBackedIdPSession target) Constructor.