public final class SPSessionSerializerRegistry
extends net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
SPSession class and a corresponding StorageSerializer
for that type.| Modifier and Type | Field and Description |
|---|---|
private Logger |
log
Class logger.
|
private Map<Class<? extends SPSession>,org.opensaml.storage.StorageSerializer<? extends SPSession>> |
registry
Storage for the registry mappings.
|
| Constructor and Description |
|---|
SPSessionSerializerRegistry()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.opensaml.storage.StorageSerializer<? extends SPSession> |
lookup(Class<? extends SPSession> type)
Get a registered
StorageSerializer for a given SPSession type, if any. |
void |
setMappings(Map<Class<? extends SPSession>,org.opensaml.storage.StorageSerializer<? extends SPSession>> map)
Set the mappings to use.
|
Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.