Uses of Class
org.opensaml.storage.impl.client.ClientStorageService.ClientStorageSource
-
Packages that use ClientStorageService.ClientStorageSource Package Description org.opensaml.storage.impl.client Implementation ofStorageServicethat unifies cookie and HTML Local Storage. -
-
Uses of ClientStorageService.ClientStorageSource in org.opensaml.storage.impl.client
Fields in org.opensaml.storage.impl.client declared as ClientStorageService.ClientStorageSource Modifier and Type Field Description private ClientStorageService.ClientStorageSourceClientStorageService.ClientStorageServiceStore. sourceData source.private ClientStorageService.ClientStorageSourceClientStorageServiceOperation. storageSourceStorage source.Fields in org.opensaml.storage.impl.client with type parameters of type ClientStorageService.ClientStorageSource Modifier and Type Field Description private Map<ClientStorageService.ClientStorageSource,Integer>ClientStorageService. capabilityMapSizes to report for context, key, and value limits when particular sources are used.Methods in org.opensaml.storage.impl.client that return ClientStorageService.ClientStorageSource Modifier and Type Method Description ClientStorageService.ClientStorageSourceClientStorageService.ClientStorageServiceStore. getSource()Get the data source.(package private) ClientStorageService.ClientStorageSourceClientStorageService. getSource()Get the backing source of the loaded data.ClientStorageService.ClientStorageSourceClientStorageServiceOperation. getStorageSource()Get storage source.static ClientStorageService.ClientStorageSourceClientStorageService.ClientStorageSource. valueOf(String name)Returns the enum constant of this type with the specified name.static ClientStorageService.ClientStorageSource[]ClientStorageService.ClientStorageSource. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opensaml.storage.impl.client with parameters of type ClientStorageService.ClientStorageSource Modifier and Type Method Description booleanClientStorageSaveContext. isSourceRequired(ClientStorageService.ClientStorageSource source)Get whether a particular storage source is implicated by the queued operations.(package private) voidClientStorageService. load(String raw, ClientStorageService.ClientStorageSource source)Reconstitute stored data and inject it into the session.private voidLoadClientStorageServices. loadFromCookie(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.ClientStorageSource Modifier and Type Method Description voidClientStorageService. 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.ClientStorageSource Constructor Description ClientStorageServiceOperation(String id, String key, String value, ClientStorageService.ClientStorageSource source)Constructor.ClientStorageServiceStore(String raw, ClientStorageService.ClientStorageSource src)Reconstitute stored data.
-