public class StorageId extends Object
| Constructor and Description |
|---|
StorageId() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getIsLocalStorage()
Whether the storage is local storage (not session storage).
|
String |
getSecurityOrigin()
Security origin for the storage.
|
void |
setIsLocalStorage(Boolean isLocalStorage)
Whether the storage is local storage (not session storage).
|
void |
setSecurityOrigin(String securityOrigin)
Security origin for the storage.
|
public String getSecurityOrigin()
public void setSecurityOrigin(String securityOrigin)
public Boolean getIsLocalStorage()
public void setIsLocalStorage(Boolean isLocalStorage)
Copyright © 2020. All rights reserved.