| Package | Description |
|---|---|
| co.codewizards.cloudstore.core.auth |
Authentication- and authorisation-related classes - used in multiple locations.
|
| co.codewizards.cloudstore.core.dto.jaxb |
JAXB-related classes like
JAXBContext- and
XmlAdapter-implementations. |
| co.codewizards.cloudstore.rest.client.request |
REST requests - the client's API for all REST-based client-server-communication.
|
| co.codewizards.cloudstore.rest.server.service |
REST services ("resources" in REST lingo) for the client-server communication.
|
| Modifier and Type | Method and Description |
|---|---|
DateTime |
AuthToken.getExpiryDateTime()
Gets the timestamp when the current token expires.
|
DateTime |
AuthToken.getRenewalDateTime()
Gets the timestamp from which on a new token would be returned (but the old is still valid).
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthToken.setExpiryDateTime(DateTime expiryDateTime)
Sets the timestamp when the current token expires.
|
void |
AuthToken.setRenewalDateTime(DateTime renewalDateTime) |
| Modifier and Type | Method and Description |
|---|---|
DateTime |
DateTimeXmlAdapter.unmarshal(String v) |
| Modifier and Type | Method and Description |
|---|---|
String |
DateTimeXmlAdapter.marshal(DateTime v) |
| Modifier and Type | Field and Description |
|---|---|
protected DateTime |
EndPutFile.lastModified |
| Constructor and Description |
|---|
EndPutFile(String repositoryName,
String path,
DateTime lastModified,
long length,
String sha1) |
| Modifier and Type | Method and Description |
|---|---|
void |
EndPutFileService.endPutFile(String path,
DateTime lastModified,
long length,
String sha1) |
void |
WebDavService.mkcol(String path,
DateTime lastModified) |
Copyright © 2013–2019. All rights reserved.