public class ClientStorageServiceOperation extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
storageKey
Storage key.
|
private String |
storageServiceId
ID of storage service for tracking/logging.
|
private ClientStorageService.ClientStorageSource |
storageSource
Storage source.
|
private String |
storageValue
Storage value.
|
| Constructor and Description |
|---|
ClientStorageServiceOperation(String id,
String key,
String value,
ClientStorageService.ClientStorageSource source)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Get storage key to update.
|
String |
getStorageServiceID()
Get Storage Service ID.
|
ClientStorageService.ClientStorageSource |
getStorageSource()
Get storage source.
|
String |
getValue()
Get new storage value.
|
@Nonnull @NotEmpty private final String storageServiceId
@Nonnull private final ClientStorageService.ClientStorageSource storageSource
public ClientStorageServiceOperation(@Nonnull@NotEmpty String id, @Nonnull@NotEmpty String key, @Nullable String value, @Nonnull ClientStorageService.ClientStorageSource source)
id - storage service IDkey - storage key to updatevalue - storage valuesource - storage source@Nonnull @NotEmpty public String getStorageServiceID()
@Nonnull public ClientStorageService.ClientStorageSource getStorageSource()
Copyright © 1999–2016 Shibboleth Consortium. All rights reserved.