Uses of Enum Class
org.opensaml.storage.impl.client.ClientStorageService.ClientStorageSource
Packages that use ClientStorageService.ClientStorageSource
-
Uses of ClientStorageService.ClientStorageSource in org.opensaml.storage.impl.client
Fields in org.opensaml.storage.impl.client declared as ClientStorageService.ClientStorageSourceModifier and TypeFieldDescriptionAbstractClientStorageServiceStore.sourceData source.private final ClientStorageService.ClientStorageSourceClientStorageServiceOperation.storageSourceStorage source.Fields in org.opensaml.storage.impl.client with type parameters of type ClientStorageService.ClientStorageSourceModifier and TypeFieldDescriptionClientStorageService.capabilityMapSizes to report for context, key, and value limits when particular sources are used.Methods in org.opensaml.storage.impl.client that return ClientStorageService.ClientStorageSourceModifier and TypeMethodDescriptionAbstractClientStorageServiceStore.getSource()Get the data source.(package private) ClientStorageService.ClientStorageSourceClientStorageService.getSource()Get the backing source of the loaded data.ClientStorageServiceStore.getSource()Get the data source.ClientStorageServiceOperation.getStorageSource()Get storage source.Returns the enum constant of this class with the specified name.ClientStorageService.ClientStorageSource.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opensaml.storage.impl.client with parameters of type ClientStorageService.ClientStorageSourceModifier and TypeMethodDescriptionbooleanClientStorageSaveContext.isSourceRequired(ClientStorageService.ClientStorageSource source) Get whether a particular storage source is implicated by the queued operations.voidAbstractClientStorageServiceStore.load(String raw, ClientStorageService.ClientStorageSource src) Reconstitute stored data.(package private) voidClientStorageService.load(String raw, ClientStorageService.ClientStorageSource source) Reconstitute stored data and inject it into the session.ClientStorageServiceStore.Factory.load(String raw, ClientStorageService.ClientStorageSource src) Load raw data into a newClientStorageServiceStoreinstance.voidClientStorageServiceStore.load(String raw, ClientStorageService.ClientStorageSource src) Reconstitute stored data.JSONClientStorageServiceStore.JSONClientStorageServiceStoreFactory.load(String raw, ClientStorageService.ClientStorageSource src) Load raw data into a newClientStorageServiceStoreinstance.XMLClientStorageServiceStore.XMLClientStorageServiceStoreFactory.load(String raw, ClientStorageService.ClientStorageSource src) Load raw data into a newClientStorageServiceStoreinstance.private voidLoadClientStorageServices.loadFromCookie(HttpServletRequest httpRequest, ClientStorageService storageService, ClientStorageService.ClientStorageSource source) Load the specified storage service from a cookie.Method parameters in org.opensaml.storage.impl.client with type arguments of type ClientStorageService.ClientStorageSourceModifier and TypeMethodDescriptionvoidClientStorageService.setCapabilityMap(Map<ClientStorageService.ClientStorageSource, Integer> map) Set the map of storage sources to capability/size limits.Constructors in org.opensaml.storage.impl.client with parameters of type ClientStorageService.ClientStorageSourceModifierConstructorDescriptionClientStorageServiceOperation(String id, String key, String value, ClientStorageService.ClientStorageSource source) Constructor.