| Package | Description |
|---|---|
| co.codewizards.cloudstore.core.auth |
Authentication- and authorisation-related classes.
|
| co.codewizards.cloudstore.core.dto.jaxb |
JAXB-related classes like
JAXBContext- and
XmlAdapter-implementations. |
| co.codewizards.cloudstore.rest.client | |
| co.codewizards.cloudstore.rest.server.service |
| 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 | Method and Description |
|---|---|
void |
CloudStoreRESTClient.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-2014. All Rights Reserved.