Uses of Interface
org.opensaml.storage.impl.client.ClientStorageServiceStore.Factory
-
Packages that use ClientStorageServiceStore.Factory Package Description org.opensaml.storage.impl.client Implementation ofStorageServicethat unifies cookie and HTML Local Storage. -
-
Uses of ClientStorageServiceStore.Factory in org.opensaml.storage.impl.client
Classes in org.opensaml.storage.impl.client that implement ClientStorageServiceStore.Factory Modifier and Type Class Description static classJSONClientStorageServiceStore.JSONClientStorageServiceStoreFactoryFactory for JSON-backed store.static classXMLClientStorageServiceStore.XMLClientStorageServiceStoreFactoryFactory for XML-backed store.Fields in org.opensaml.storage.impl.client declared as ClientStorageServiceStore.Factory Modifier and Type Field Description private ClientStorageServiceStore.FactoryClientStorageService. storeFactoryFactory for backing store.Methods in org.opensaml.storage.impl.client with parameters of type ClientStorageServiceStore.Factory Modifier and Type Method Description voidClientStorageService. setClientStorageServiceStoreFactory(ClientStorageServiceStore.Factory factory)Set the backing storeClientStorageServiceStore.Factoryto use.
-