- getAuthorities() - Method in class software.coolstuff.springframework.owncloud.model.OwncloudUserDetails
-
Granted Authorities of the authenticated User.
- getConcurrencyLevel() - Method in class software.coolstuff.springframework.owncloud.service.impl.rest.OwncloudRestProperties.ResourceServiceProperties.CacheProperties
-
allowed update Concurrency
- getContentLength() - Method in interface software.coolstuff.springframework.owncloud.model.OwncloudFileResource
-
Content Length of the File Resource
- getDirectoryMediaType() - Static method in class software.coolstuff.springframework.owncloud.service.impl.OwncloudUtils
-
Get the MediaType of a Directory (httpd/unix-directory)
- getDisplayname() - Method in class software.coolstuff.springframework.owncloud.model.OwncloudModificationUser
-
Display Name of the User to be modified.
- getDisplayname() - Method in class software.coolstuff.springframework.owncloud.model.OwncloudUserDetails
-
Display Name of the authenticated User.
- getEmail() - Method in class software.coolstuff.springframework.owncloud.model.OwncloudModificationUser
-
Email of the User to be modified.
- getEmail() - Method in class software.coolstuff.springframework.owncloud.model.OwncloudUserDetails
-
Email of the authenticated User.
- getETag() - Method in interface software.coolstuff.springframework.owncloud.model.OwncloudResource
-
ETag of the Resource (used by Synchronization)
- getExpireAfterAccess() - Method in class software.coolstuff.springframework.owncloud.service.impl.rest.OwncloudRestProperties.ResourceServiceProperties.CacheProperties
-
When will the Entry be removed from the Cache after last Access
- getExpireAfterAccessTimeUnit() - Method in class software.coolstuff.springframework.owncloud.service.impl.rest.OwncloudRestProperties.ResourceServiceProperties.CacheProperties
-
- getExpireAfterWrite() - Method in class software.coolstuff.springframework.owncloud.service.impl.rest.OwncloudRestProperties.ResourceServiceProperties.CacheProperties
-
When will the Entry be removed from the Cache after last Write
- getExpireAfterWriteTimeUnit() - Method in class software.coolstuff.springframework.owncloud.service.impl.rest.OwncloudRestProperties.ResourceServiceProperties.CacheProperties
-
- getFree() - Method in interface software.coolstuff.springframework.owncloud.model.OwncloudQuota
-
Free Bytes
- getGroups() - Method in class software.coolstuff.springframework.owncloud.model.OwncloudModificationUser
-
- getHref() - Method in interface software.coolstuff.springframework.owncloud.model.OwncloudResource
-
URI of the Owncloud Resource based by the User Directory
- getInitialCapacity() - Method in class software.coolstuff.springframework.owncloud.service.impl.rest.OwncloudRestProperties.ResourceServiceProperties.CacheProperties
-
Initial Capacity for the Cache
- getInputStream(OwncloudFileResource) - Method in interface software.coolstuff.springframework.owncloud.service.api.OwncloudResourceService
-
Get the Content of a File Resource
- getLastModifiedAt() - Method in interface software.coolstuff.springframework.owncloud.model.OwncloudResource
-
Last modification Date
- getLocation() - Method in class software.coolstuff.springframework.owncloud.service.impl.local.OwncloudLocalProperties.ResourceServiceProperties
-
Base Location for the WebDAV Resources
- getLocation() - Method in class software.coolstuff.springframework.owncloud.service.impl.OwncloudProperties
-
Location of the Owncloud Instance.
- getMaximumSize() - Method in class software.coolstuff.springframework.owncloud.service.impl.rest.OwncloudRestProperties.ResourceServiceProperties.CacheProperties
-
maximum Entries for the Cache
- getMaximumWeight() - Method in class software.coolstuff.springframework.owncloud.service.impl.rest.OwncloudRestProperties.ResourceServiceProperties.CacheProperties
-
maximum Weight for the Cache
- getMediaType() - Method in interface software.coolstuff.springframework.owncloud.model.OwncloudResource
-
Media Type of the Resource
- getMessage() - Method in exception software.coolstuff.springframework.owncloud.exception.resource.OwncloudNoDirectoryResourceException
-
- getMessage() - Method in exception software.coolstuff.springframework.owncloud.exception.resource.OwncloudNoFileResourceException
-
- getMessage() - Method in exception software.coolstuff.springframework.owncloud.exception.resource.OwncloudQuotaExceededException
-
- getMessage() - Method in exception software.coolstuff.springframework.owncloud.exception.resource.OwncloudResourceAlreadyExistsException
-
- getMessage() - Method in exception software.coolstuff.springframework.owncloud.exception.resource.OwncloudResourceNotFoundException
-
- getMessageDigest() - Method in enum software.coolstuff.springframework.owncloud.service.impl.local.OwncloudLocalProperties.ResourceServiceProperties.MessageDigestAlgorithm
-
The Message Digest
- getMessageDigestAlgorithm() - Method in class software.coolstuff.springframework.owncloud.service.impl.local.OwncloudLocalProperties.ResourceServiceProperties
-
Message Digest Algorithm used by the Checksum Service
- getName() - Method in interface software.coolstuff.springframework.owncloud.model.OwncloudResource
-
Name of the Resource
- getOutputStream(OwncloudFileResource) - Method in interface software.coolstuff.springframework.owncloud.service.api.OwncloudResourceService
-
Overwrite the Content of an existing File Resource
- getOutputStream(URI, MediaType) - Method in interface software.coolstuff.springframework.owncloud.service.api.OwncloudResourceService
-
Create a new File Resource or overwrite the Content of an existing File Resource
- getPassword() - Method in class software.coolstuff.springframework.owncloud.model.OwncloudModificationUser
-
Password of the new User.
- getPassword() - Method in class software.coolstuff.springframework.owncloud.model.OwncloudUserDetails
-
- getPipedStreamBufferSize() - Method in class software.coolstuff.springframework.owncloud.service.impl.OwncloudProperties.ResourceServiceProperties
-
Buffer Size for the Copy Process
- getPipedStreamTemporaryFilePrefix() - Method in class software.coolstuff.springframework.owncloud.service.impl.local.OwncloudLocalProperties.ResourceServiceProperties
-
File Name Prefix for the temporarily generated WebDAV Resource
- getPipedStreamUncaughtExceptionLogLevel() - Method in class software.coolstuff.springframework.owncloud.service.impl.OwncloudProperties.ResourceServiceProperties
-
Log-Level of any uncaught Exception while running the Background-Thread of the PipedStream-Synchronizer.
- getQuota() - Method in class software.coolstuff.springframework.owncloud.model.OwncloudModificationUser
-
Quota of the User to be modified (in Bytes).
- getQuota() - Method in class software.coolstuff.springframework.owncloud.model.OwncloudUserDetails
-
Quota of the User (in Bytes).
- getQuota() - Method in interface software.coolstuff.springframework.owncloud.service.api.OwncloudResourceService
-
Get the actual Quota Information of the authenticated User
- getQuota(String) - Method in interface software.coolstuff.springframework.owncloud.service.impl.rest.OwncloudRestUserServiceExtension
-
Get the Quota of the given User
- getRefreshAfterWrite() - Method in class software.coolstuff.springframework.owncloud.service.impl.rest.OwncloudRestProperties.ResourceServiceProperties.CacheProperties
-
When will the Entry be refreshed after the last Write
- getRefreshAfterWriteTimeUnit() - Method in class software.coolstuff.springframework.owncloud.service.impl.rest.OwncloudRestProperties.ResourceServiceProperties.CacheProperties
-
- getRelative() - Method in interface software.coolstuff.springframework.owncloud.model.OwncloudQuota
-
Used Space in relation to the total Space (Fill Grade in %)
- getResolvedRootUri(String) - Method in interface software.coolstuff.springframework.owncloud.service.impl.rest.OwncloudResolveRootUriService
-
Get resolved Root URI.
- getResourceService() - Method in class software.coolstuff.springframework.owncloud.service.impl.local.OwncloudLocalProperties
-
advanced Properties for the local Resource Service Implementation
- getResourceService() - Method in class software.coolstuff.springframework.owncloud.service.impl.OwncloudProperties
-
WebDAV common Properties
- getResourceService() - Method in class software.coolstuff.springframework.owncloud.service.impl.rest.OwncloudRestProperties
-
advanced Properties for the REST Resource Service Implementation
- getRestTemplate() - Method in interface software.coolstuff.springframework.owncloud.service.impl.rest.OwncloudRestService
-
get the Rest Template of the Rest Service
- getSardineCache() - Method in class software.coolstuff.springframework.owncloud.service.impl.rest.OwncloudRestProperties.ResourceServiceProperties
-
Google-Cache Properties for the Sardine Library Cache
- getTotal() - Method in interface software.coolstuff.springframework.owncloud.model.OwncloudQuota
-
Total Bytes
- getUri() - Method in exception software.coolstuff.springframework.owncloud.exception.resource.OwncloudResourceAlreadyExistsException
-
- getUri() - Method in exception software.coolstuff.springframework.owncloud.exception.resource.OwncloudResourceNotFoundException
-
- getUsed() - Method in interface software.coolstuff.springframework.owncloud.model.OwncloudQuota
-
Used Bytes
- getUsername() - Method in class software.coolstuff.springframework.owncloud.model.OwncloudModificationUser
-
Username of the User to be saved
- getUsername() - Method in interface software.coolstuff.springframework.owncloud.model.OwncloudQuota
-
Username
- getUsername() - Method in class software.coolstuff.springframework.owncloud.model.OwncloudUserDetails
-
Username of the authenticated User.
- getUserService() - Method in class software.coolstuff.springframework.owncloud.service.impl.OwncloudProperties
-
User Service common Properties
- group(String) - Method in class software.coolstuff.springframework.owncloud.model.OwncloudModificationUser.OwncloudModificationUserBuilder
-
- groups(Collection<? extends String>) - Method in class software.coolstuff.springframework.owncloud.model.OwncloudModificationUser.OwncloudModificationUserBuilder
-
- of(OwncloudUserDetails) - Static method in class software.coolstuff.springframework.owncloud.model.OwncloudModificationUser
-
- OwncloudFileResource - Interface in software.coolstuff.springframework.owncloud.model
-
Abstract Representation of a Owncloud File Resource.
- OwncloudGrantedAuthoritiesMapper - Interface in software.coolstuff.springframework.owncloud.service.api
-
An Implementation of this Interface can be seen as an Alternative to GrantedAuthoritiesMapper.
- OwncloudGrantedAuthoritiesMappingService - Interface in software.coolstuff.springframework.owncloud.service.impl
-
- OwncloudGroupAlreadyExistsException - Exception in software.coolstuff.springframework.owncloud.exception.auth
-
Thrown when a new Owncloud Group will be added and this Group already exists.
- OwncloudGroupAlreadyExistsException(String) - Constructor for exception software.coolstuff.springframework.owncloud.exception.auth.OwncloudGroupAlreadyExistsException
-
- OwncloudGroupNotFoundException - Exception in software.coolstuff.springframework.owncloud.exception.auth
-
Thrown when a Owncloud Group doesn't exist.
- OwncloudGroupNotFoundException(String) - Constructor for exception software.coolstuff.springframework.owncloud.exception.auth.OwncloudGroupNotFoundException
-
- OwncloudGroupService - Interface in software.coolstuff.springframework.owncloud.service.api
-
Get and modify Information of Groups on the Owncloud Server.
- OwncloudInvalidAuthenticationObjectException - Exception in software.coolstuff.springframework.owncloud.exception.auth
-
Thrown when not trying to authenticate with UsernamePasswordAuthenticationToken
- OwncloudInvalidAuthenticationObjectException(Authentication, Class<? extends Authentication>) - Constructor for exception software.coolstuff.springframework.owncloud.exception.auth.OwncloudInvalidAuthenticationObjectException
-
- OwncloudLocalProperties - Class in software.coolstuff.springframework.owncloud.service.impl.local
-
advanced Properties for local Implementation of the Owncloud Services
- OwncloudLocalProperties() - Constructor for class software.coolstuff.springframework.owncloud.service.impl.local.OwncloudLocalProperties
-
- OwncloudLocalProperties.ResourceServiceProperties - Class in software.coolstuff.springframework.owncloud.service.impl.local
-
advanced Properties for the local Resource Service Implementation
- OwncloudLocalProperties.ResourceServiceProperties.MessageDigestAlgorithm - Enum in software.coolstuff.springframework.owncloud.service.impl.local
-
Message Digest Algorithms for the Checksum Service.
- OwncloudLocalResourceChecksumServiceException - Exception in software.coolstuff.springframework.owncloud.exception.resource
-
Thrown when there is an Exception during the Checksum Calculation
- OwncloudLocalResourceChecksumServiceException() - Constructor for exception software.coolstuff.springframework.owncloud.exception.resource.OwncloudLocalResourceChecksumServiceException
-
- OwncloudLocalResourceChecksumServiceException(String, Throwable) - Constructor for exception software.coolstuff.springframework.owncloud.exception.resource.OwncloudLocalResourceChecksumServiceException
-
- OwncloudLocalResourceChecksumServiceException(String) - Constructor for exception software.coolstuff.springframework.owncloud.exception.resource.OwncloudLocalResourceChecksumServiceException
-
- OwncloudLocalResourceChecksumServiceException(Throwable) - Constructor for exception software.coolstuff.springframework.owncloud.exception.resource.OwncloudLocalResourceChecksumServiceException
-
- OwncloudLocalResourceException - Exception in software.coolstuff.springframework.owncloud.exception.resource
-
Thrown when there are any unexpected Exceptions during the
Usage of the local Implementation of the
OwncloudResourceService
- OwncloudLocalResourceException(String) - Constructor for exception software.coolstuff.springframework.owncloud.exception.resource.OwncloudLocalResourceException
-
- OwncloudLocalResourceException(String, Throwable) - Constructor for exception software.coolstuff.springframework.owncloud.exception.resource.OwncloudLocalResourceException
-
- OwncloudLocalResourceException(Throwable) - Constructor for exception software.coolstuff.springframework.owncloud.exception.resource.OwncloudLocalResourceException
-
- OwncloudLocalResourceService - Interface in software.coolstuff.springframework.owncloud.service.impl.local
-
- OwncloudLocalUserServiceExtension - Interface in software.coolstuff.springframework.owncloud.service.impl.local
-
- OwncloudModificationUser - Class in software.coolstuff.springframework.owncloud.model
-
This Class will be used for any User Modifications by
OwncloudUserModificationService.saveUser(OwncloudModificationUser)
- OwncloudModificationUser(String) - Constructor for class software.coolstuff.springframework.owncloud.model.OwncloudModificationUser
-
- OwncloudModificationUser.OwncloudModificationUserBuilder - Class in software.coolstuff.springframework.owncloud.model
-
- OwncloudNoDirectoryResourceException - Exception in software.coolstuff.springframework.owncloud.exception.resource
-
- OwncloudNoDirectoryResourceException(URI) - Constructor for exception software.coolstuff.springframework.owncloud.exception.resource.OwncloudNoDirectoryResourceException
-
- OwncloudNoFileResourceException - Exception in software.coolstuff.springframework.owncloud.exception.resource
-
- OwncloudNoFileResourceException(URI) - Constructor for exception software.coolstuff.springframework.owncloud.exception.resource.OwncloudNoFileResourceException
-
- OwncloudProperties - Class in software.coolstuff.springframework.owncloud.service.impl
-
Owncloud Configuration Properties.
- OwncloudProperties() - Constructor for class software.coolstuff.springframework.owncloud.service.impl.OwncloudProperties
-
- OwncloudProperties.ResourceServiceProperties - Class in software.coolstuff.springframework.owncloud.service.impl
-
Common Resource Service Properties
- OwncloudProperties.UserService - Class in software.coolstuff.springframework.owncloud.service.impl
-
Common Properties for the UserService
- OwncloudQuota - Interface in software.coolstuff.springframework.owncloud.model
-
Abstract Representation of the User Quota.
- OwncloudQuotaExceededException - Exception in software.coolstuff.springframework.owncloud.exception.resource
-
- OwncloudQuotaExceededException(URI, String) - Constructor for exception software.coolstuff.springframework.owncloud.exception.resource.OwncloudQuotaExceededException
-
- OwncloudResolveRootUriService - Interface in software.coolstuff.springframework.owncloud.service.impl.rest
-
Service Interface to resolve a root URI.
- OwncloudResource - Interface in software.coolstuff.springframework.owncloud.model
-
Abstract Representation of a Owncloud Resource.
- OwncloudResourceAlreadyExistsException - Exception in software.coolstuff.springframework.owncloud.exception.resource
-
- OwncloudResourceAlreadyExistsException(URI, String) - Constructor for exception software.coolstuff.springframework.owncloud.exception.resource.OwncloudResourceAlreadyExistsException
-
- OwncloudResourceException - Exception in software.coolstuff.springframework.owncloud.exception.resource
-
- OwncloudResourceNotFoundException - Exception in software.coolstuff.springframework.owncloud.exception.resource
-
- OwncloudResourceNotFoundException(URI, String) - Constructor for exception software.coolstuff.springframework.owncloud.exception.resource.OwncloudResourceNotFoundException
-
- OwncloudResourcePipeSynchronizationException - Exception in software.coolstuff.springframework.owncloud.exception.resource
-
Thrown when there was an unexpected Exception during the Pipe Synchronization
- OwncloudResourcePipeSynchronizationException(String, Throwable) - Constructor for exception software.coolstuff.springframework.owncloud.exception.resource.OwncloudResourcePipeSynchronizationException
-
- OwncloudResourcePipeSynchronizationException(Throwable) - Constructor for exception software.coolstuff.springframework.owncloud.exception.resource.OwncloudResourcePipeSynchronizationException
-
- OwncloudResourceService - Interface in software.coolstuff.springframework.owncloud.service.api
-
Access Files and Directories on the Owncloud.
- OwncloudRestProperties - Class in software.coolstuff.springframework.owncloud.service.impl.rest
-
advanced Properties for REST Implementation of the Owncloud Services
- OwncloudRestProperties() - Constructor for class software.coolstuff.springframework.owncloud.service.impl.rest.OwncloudRestProperties
-
- OwncloudRestProperties.ResourceServiceProperties - Class in software.coolstuff.springframework.owncloud.service.impl.rest
-
advanced Properties for the REST Resource Service Implementation
- OwncloudRestProperties.ResourceServiceProperties.CacheProperties - Class in software.coolstuff.springframework.owncloud.service.impl.rest
-
Google-Cache Properties for the Sardine Library Cache
- OwncloudRestResourceException - Exception in software.coolstuff.springframework.owncloud.exception.resource
-
Thrown when there are any unexpected Exceptions during the
Usage of the REST Implementation of the
OwncloudResourceService
- OwncloudRestResourceException(String, Throwable) - Constructor for exception software.coolstuff.springframework.owncloud.exception.resource.OwncloudRestResourceException
-
- OwncloudRestResourceException(Throwable) - Constructor for exception software.coolstuff.springframework.owncloud.exception.resource.OwncloudRestResourceException
-
- OwncloudRestService - Interface in software.coolstuff.springframework.owncloud.service.impl.rest
-
Interface just for make RestTemplate available within Tests.
- OwncloudRestUserServiceExtension - Interface in software.coolstuff.springframework.owncloud.service.impl.rest
-
- OwncloudSardineCacheException - Exception in software.coolstuff.springframework.owncloud.exception.resource
-
Thrown when there was an Error during the Usage of the Sardine Cache
of the REST Implementation of
OwncloudResourceService
- OwncloudSardineCacheException(String) - Constructor for exception software.coolstuff.springframework.owncloud.exception.resource.OwncloudSardineCacheException
-
- OwncloudSardineCacheException(Throwable) - Constructor for exception software.coolstuff.springframework.owncloud.exception.resource.OwncloudSardineCacheException
-
- OwncloudSardineCacheException(String, Throwable) - Constructor for exception software.coolstuff.springframework.owncloud.exception.resource.OwncloudSardineCacheException
-
- OwncloudStatusException - Exception in software.coolstuff.springframework.owncloud.exception
-
This is the abstract Exception for the mapping between an Owncloud User Provisioning API Response Status
and any concrete Java Exception
- OwncloudStatusException(String) - Constructor for exception software.coolstuff.springframework.owncloud.exception.OwncloudStatusException
-
- OwncloudStatusException(String, Throwable) - Constructor for exception software.coolstuff.springframework.owncloud.exception.OwncloudStatusException
-
- OwncloudStatusException(Throwable) - Constructor for exception software.coolstuff.springframework.owncloud.exception.OwncloudStatusException
-
- OwncloudUserDetails - Class in software.coolstuff.springframework.owncloud.model
-
Implementation of the UserDetails Specification of Spring Security.
- OwncloudUserDetails(String, String, boolean, Collection<? extends GrantedAuthority>, String, String, Long) - Constructor for class software.coolstuff.springframework.owncloud.model.OwncloudUserDetails
-
- OwncloudUserDetails() - Constructor for class software.coolstuff.springframework.owncloud.model.OwncloudUserDetails
-
- OwncloudUserDetails.OwncloudUserDetailsBuilder - Class in software.coolstuff.springframework.owncloud.model
-
- OwncloudUserDetailsService - Interface in software.coolstuff.springframework.owncloud.service.impl
-
Extension of UserDetailsService to check, if the authenticated User
is authenticated by OwncloudRestAuthenticationProviderImpl
or by OwncloudLocalAuthenticationProviderImpl
- OwncloudUsernameAlreadyExistsException - Exception in software.coolstuff.springframework.owncloud.exception.auth
-
Thrown when the Username already exists.
- OwncloudUsernameAlreadyExistsException(String) - Constructor for exception software.coolstuff.springframework.owncloud.exception.auth.OwncloudUsernameAlreadyExistsException
-
- OwncloudUserService - Interface in software.coolstuff.springframework.owncloud.service.api
-
Get and modify Information of Users on the Owncloud Server.
- OwncloudUtils - Class in software.coolstuff.springframework.owncloud.service.impl
-
General Utilities for the Owncloud Services.
- SardineCacheLoader - Class in software.coolstuff.springframework.owncloud.service.impl.rest
-
- SardineCacheLoader() - Constructor for class software.coolstuff.springframework.owncloud.service.impl.rest.SardineCacheLoader
-
- save(OwncloudModificationUser) - Method in interface software.coolstuff.springframework.owncloud.service.api.OwncloudUserService
-
Create or update a User.
- setAddRelativeDownPath(boolean) - Method in class software.coolstuff.springframework.owncloud.service.impl.OwncloudProperties.ResourceServiceProperties
-
Add ".." to the List of returned OwncloudResources (on list-Methods)
- setAuthorities(Collection<? extends GrantedAuthority>) - Method in class software.coolstuff.springframework.owncloud.model.OwncloudUserDetails
-
Granted Authorities of the authenticated User.
- setConcurrencyLevel(Integer) - Method in class software.coolstuff.springframework.owncloud.service.impl.rest.OwncloudRestProperties.ResourceServiceProperties.CacheProperties
-
allowed update Concurrency
- setDisplayname(String) - Method in class software.coolstuff.springframework.owncloud.model.OwncloudModificationUser
-
Display Name of the User to be modified.
- setDisplayname(String) - Method in class software.coolstuff.springframework.owncloud.model.OwncloudUserDetails
-
Display Name of the authenticated User.
- setEmail(String) - Method in class software.coolstuff.springframework.owncloud.model.OwncloudModificationUser
-
Email of the User to be modified.
- setEmail(String) - Method in class software.coolstuff.springframework.owncloud.model.OwncloudUserDetails
-
Email of the authenticated User.
- setEnabled(boolean) - Method in class software.coolstuff.springframework.owncloud.model.OwncloudModificationUser
-
State of the User to be modified.
- setEnabled(boolean) - Method in class software.coolstuff.springframework.owncloud.model.OwncloudUserDetails
-
State of the authenticated User (enabled/disabled)
- setEnableModifications(boolean) - Method in class software.coolstuff.springframework.owncloud.service.impl.OwncloudProperties.UserService
-
- setExpireAfterAccess(Long) - Method in class software.coolstuff.springframework.owncloud.service.impl.rest.OwncloudRestProperties.ResourceServiceProperties.CacheProperties
-
When will the Entry be removed from the Cache after last Access
- setExpireAfterAccessTimeUnit(TimeUnit) - Method in class software.coolstuff.springframework.owncloud.service.impl.rest.OwncloudRestProperties.ResourceServiceProperties.CacheProperties
-
- setExpireAfterWrite(Long) - Method in class software.coolstuff.springframework.owncloud.service.impl.rest.OwncloudRestProperties.ResourceServiceProperties.CacheProperties
-
When will the Entry be removed from the Cache after last Write
- setExpireAfterWriteTimeUnit(TimeUnit) - Method in class software.coolstuff.springframework.owncloud.service.impl.rest.OwncloudRestProperties.ResourceServiceProperties.CacheProperties
-
- setInitialCapacity(Integer) - Method in class software.coolstuff.springframework.owncloud.service.impl.rest.OwncloudRestProperties.ResourceServiceProperties.CacheProperties
-
Initial Capacity for the Cache
- setLocation(Path) - Method in class software.coolstuff.springframework.owncloud.service.impl.local.OwncloudLocalProperties.ResourceServiceProperties
-
Base Location for the WebDAV Resources
- setLocation(String) - Method in class software.coolstuff.springframework.owncloud.service.impl.OwncloudProperties
-
Location of the Owncloud Instance.
- setMaximumSize(Long) - Method in class software.coolstuff.springframework.owncloud.service.impl.rest.OwncloudRestProperties.ResourceServiceProperties.CacheProperties
-
maximum Entries for the Cache
- setMaximumWeight(Long) - Method in class software.coolstuff.springframework.owncloud.service.impl.rest.OwncloudRestProperties.ResourceServiceProperties.CacheProperties
-
maximum Weight for the Cache
- setMessageDigestAlgorithm(OwncloudLocalProperties.ResourceServiceProperties.MessageDigestAlgorithm) - Method in class software.coolstuff.springframework.owncloud.service.impl.local.OwncloudLocalProperties.ResourceServiceProperties
-
Message Digest Algorithm used by the Checksum Service
- setPassword(String) - Method in class software.coolstuff.springframework.owncloud.model.OwncloudModificationUser
-
Password of the new User.
- setPassword(String) - Method in class software.coolstuff.springframework.owncloud.model.OwncloudUserDetails
-
- setPipedStreamBufferSize(int) - Method in class software.coolstuff.springframework.owncloud.service.impl.OwncloudProperties.ResourceServiceProperties
-
Buffer Size for the Copy Process
- setPipedStreamTemporaryFilePrefix(String) - Method in class software.coolstuff.springframework.owncloud.service.impl.local.OwncloudLocalProperties.ResourceServiceProperties
-
File Name Prefix for the temporarily generated WebDAV Resource
- setPipedStreamUncaughtExceptionLogLevel(LogLevel) - Method in class software.coolstuff.springframework.owncloud.service.impl.OwncloudProperties.ResourceServiceProperties
-
Log-Level of any uncaught Exception while running the Background-Thread of the PipedStream-Synchronizer.
- setQuota(Long) - Method in class software.coolstuff.springframework.owncloud.model.OwncloudModificationUser
-
Quota of the User to be modified (in Bytes).
- setQuota(Long) - Method in class software.coolstuff.springframework.owncloud.model.OwncloudUserDetails
-
Quota of the User (in Bytes).
- setRefreshAfterWrite(Long) - Method in class software.coolstuff.springframework.owncloud.service.impl.rest.OwncloudRestProperties.ResourceServiceProperties.CacheProperties
-
When will the Entry be refreshed after the last Write
- setRefreshAfterWriteTimeUnit(TimeUnit) - Method in class software.coolstuff.springframework.owncloud.service.impl.rest.OwncloudRestProperties.ResourceServiceProperties.CacheProperties
-
- setResourceService(OwncloudLocalProperties.ResourceServiceProperties) - Method in class software.coolstuff.springframework.owncloud.service.impl.local.OwncloudLocalProperties
-
advanced Properties for the local Resource Service Implementation
- setResourceService(OwncloudProperties.ResourceServiceProperties) - Method in class software.coolstuff.springframework.owncloud.service.impl.OwncloudProperties
-
WebDAV common Properties
- setResourceService(OwncloudRestProperties.ResourceServiceProperties) - Method in class software.coolstuff.springframework.owncloud.service.impl.rest.OwncloudRestProperties
-
advanced Properties for the REST Resource Service Implementation
- setSardineCache(OwncloudRestProperties.ResourceServiceProperties.CacheProperties) - Method in class software.coolstuff.springframework.owncloud.service.impl.rest.OwncloudRestProperties.ResourceServiceProperties
-
Google-Cache Properties for the Sardine Library Cache
- setUsername(String) - Method in class software.coolstuff.springframework.owncloud.model.OwncloudUserDetails
-
Username of the authenticated User.
- setUserService(OwncloudProperties.UserService) - Method in class software.coolstuff.springframework.owncloud.service.impl.OwncloudProperties
-
User Service common Properties
- software.coolstuff.springframework.owncloud.exception - package software.coolstuff.springframework.owncloud.exception
-
- software.coolstuff.springframework.owncloud.exception.auth - package software.coolstuff.springframework.owncloud.exception.auth
-
- software.coolstuff.springframework.owncloud.exception.resource - package software.coolstuff.springframework.owncloud.exception.resource
-
- software.coolstuff.springframework.owncloud.model - package software.coolstuff.springframework.owncloud.model
-
- software.coolstuff.springframework.owncloud.service.api - package software.coolstuff.springframework.owncloud.service.api
-
- software.coolstuff.springframework.owncloud.service.impl - package software.coolstuff.springframework.owncloud.service.impl
-
- software.coolstuff.springframework.owncloud.service.impl.local - package software.coolstuff.springframework.owncloud.service.impl.local
-
- software.coolstuff.springframework.owncloud.service.impl.rest - package software.coolstuff.springframework.owncloud.service.impl.rest
-