Skip navigation links
A B C D E F G H I L M O P Q R S T U V 

A

addGroup(String) - Method in class software.coolstuff.springframework.owncloud.model.OwncloudModificationUser
Add a Group to the User
authorities(Collection<? extends GrantedAuthority>) - Method in class software.coolstuff.springframework.owncloud.model.OwncloudUserDetails.OwncloudUserDetailsBuilder
 

B

build() - Method in class software.coolstuff.springframework.owncloud.model.OwncloudModificationUser.OwncloudModificationUserBuilder
 
build() - Method in class software.coolstuff.springframework.owncloud.model.OwncloudUserDetails.OwncloudUserDetailsBuilder
 
builder() - Static method in class software.coolstuff.springframework.owncloud.model.OwncloudModificationUser
 
builder() - Static method in class software.coolstuff.springframework.owncloud.model.OwncloudUserDetails
 

C

CacheProperties() - Constructor for class software.coolstuff.springframework.owncloud.service.impl.rest.OwncloudRestProperties.ResourceServiceProperties.CacheProperties
 
CheckOwncloudModification - Annotation Type in software.coolstuff.springframework.owncloud.service.impl
 
clearGroups() - Method in class software.coolstuff.springframework.owncloud.model.OwncloudModificationUser.OwncloudModificationUserBuilder
 
create(String) - Method in interface software.coolstuff.springframework.owncloud.service.api.OwncloudGroupService
Create a new Group.
createDirectory(URI) - Method in interface software.coolstuff.springframework.owncloud.service.api.OwncloudResourceService
Create a new Directory

D

DEFAULT_BUFFER_SIZE - Static variable in class software.coolstuff.springframework.owncloud.service.impl.OwncloudProperties
Default Buffer Size
delete(String) - Method in interface software.coolstuff.springframework.owncloud.service.api.OwncloudGroupService
Remove an existing Group.
delete(OwncloudResource) - Method in interface software.coolstuff.springframework.owncloud.service.api.OwncloudResourceService
Delete a Resource.
delete(String) - Method in interface software.coolstuff.springframework.owncloud.service.api.OwncloudUserService
Remove a User.
displayname(String) - Method in class software.coolstuff.springframework.owncloud.model.OwncloudModificationUser.OwncloudModificationUserBuilder
 
displayname(String) - Method in class software.coolstuff.springframework.owncloud.model.OwncloudUserDetails.OwncloudUserDetailsBuilder
 

E

email(String) - Method in class software.coolstuff.springframework.owncloud.model.OwncloudModificationUser.OwncloudModificationUserBuilder
 
email(String) - Method in class software.coolstuff.springframework.owncloud.model.OwncloudUserDetails.OwncloudUserDetailsBuilder
 
enabled(boolean) - Method in class software.coolstuff.springframework.owncloud.model.OwncloudModificationUser.OwncloudModificationUserBuilder
 
enabled(boolean) - Method in class software.coolstuff.springframework.owncloud.model.OwncloudUserDetails.OwncloudUserDetailsBuilder
 
equals(Object) - Method in class software.coolstuff.springframework.owncloud.model.OwncloudModificationUser
 
equals(Object) - Method in class software.coolstuff.springframework.owncloud.model.OwncloudUserDetails
 

F

find(URI) - Method in interface software.coolstuff.springframework.owncloud.service.api.OwncloudResourceService
Find a specific OwncloudResource specified by the Path of the URI
findAll() - Method in interface software.coolstuff.springframework.owncloud.service.api.OwncloudGroupService
Find all Groups.
findAll(String) - Method in interface software.coolstuff.springframework.owncloud.service.api.OwncloudGroupService
Find all Groups whose Name confirm to the Filter Criterion.
findAll() - Method in interface software.coolstuff.springframework.owncloud.service.api.OwncloudUserService
Find all Users.
findAll(String) - Method in interface software.coolstuff.springframework.owncloud.service.api.OwncloudUserService
Find all Users whose Display Name confirm to the Filter Criterion.
findAllGroups(String) - Method in interface software.coolstuff.springframework.owncloud.service.api.OwncloudGroupService
Find all Groups of a User
findAllUsers(String) - Method in interface software.coolstuff.springframework.owncloud.service.api.OwncloudGroupService
Find all Users that are members of a Group
findOne(String) - Method in interface software.coolstuff.springframework.owncloud.service.api.OwncloudUserService
Get the Details of a User or Optional.empty() if the User doesn't exist

G

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
 

H

hashCode() - Method in class software.coolstuff.springframework.owncloud.model.OwncloudModificationUser
 
hashCode() - Method in class software.coolstuff.springframework.owncloud.model.OwncloudUserDetails
 

I

isAccountNonExpired() - Method in class software.coolstuff.springframework.owncloud.model.OwncloudUserDetails
 
isAccountNonLocked() - Method in class software.coolstuff.springframework.owncloud.model.OwncloudUserDetails
 
isAddRelativeDownPath() - Method in class software.coolstuff.springframework.owncloud.service.impl.OwncloudProperties.ResourceServiceProperties
Add ".." to the List of returned OwncloudResources (on list-Methods)
isAuthenticationClassNotSupported(Class<?>) - Static method in class software.coolstuff.springframework.owncloud.service.impl.OwncloudUtils
Checks, if the given Authentication Class is expected invalid to be used by the Owncloud AuthenticationProvider Implementations.
isAuthenticationClassSupported(Class<?>) - Static method in class software.coolstuff.springframework.owncloud.service.impl.OwncloudUtils
Checks, if the given Authentication Class is expected valid to be used by the Owncloud AuthenticationProvider Implementations.
isCredentialsNonExpired() - Method in class software.coolstuff.springframework.owncloud.model.OwncloudUserDetails
 
isDirectory(OwncloudResource) - Static method in class software.coolstuff.springframework.owncloud.service.impl.OwncloudUtils
Checks, if the OwncloudResource is a Directory
isEnabled() - Method in class software.coolstuff.springframework.owncloud.model.OwncloudModificationUser
State of the User to be modified.
isEnabled() - Method in class software.coolstuff.springframework.owncloud.model.OwncloudUserDetails
State of the authenticated User (enabled/disabled)
isEnableModifications() - Method in class software.coolstuff.springframework.owncloud.service.impl.OwncloudProperties.UserService
Should Modifications through OwncloudUserService be allowed
isInvalidAuthentication(Authentication) - Static method in class software.coolstuff.springframework.owncloud.service.impl.OwncloudUtils
Checks, if the given Authentication Object is NOT authenticated by the Owncloud{Rest|Local}AuthenticationProvider
isNotDirectory(OwncloudResource) - Static method in class software.coolstuff.springframework.owncloud.service.impl.OwncloudUtils
Checks, if the OwncloudResource is not a Directory
isValidAuthentication(Authentication) - Static method in class software.coolstuff.springframework.owncloud.service.impl.OwncloudUtils
Checks, if the given Authentication Object is authenticated by the Owncloud{Rest|Local}AuthenticationProvider

L

list(URI) - Method in interface software.coolstuff.springframework.owncloud.service.api.OwncloudResourceService
Get all Files and Directories relative to the given Path of the URI
listRoot() - Method in interface software.coolstuff.springframework.owncloud.service.api.OwncloudResourceService
Get all Files and Directories of the Root Directory of the User
load(String) - Method in class software.coolstuff.springframework.owncloud.service.impl.rest.SardineCacheLoader
 

M

mapAuthorities(String, Collection<? extends GrantedAuthority>) - Method in interface software.coolstuff.springframework.owncloud.service.api.OwncloudGrantedAuthoritiesMapper
 
mapGrantedAuthorities(OwncloudUserDetails) - Method in interface software.coolstuff.springframework.owncloud.service.impl.OwncloudGrantedAuthoritiesMappingService
Map the GrantedAuthoritiesMapper or the OwncloudGrantedAuthoritiesMapper to the given UserDetails

O

of(OwncloudUserDetails) - Static method in class software.coolstuff.springframework.owncloud.model.OwncloudModificationUser
Creates a new Instance by copying the Values of an existing OwncloudUserDetails Object.
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
Map the GrantedAuthoritiesMapper or the OwncloudGrantedAuthoritiesMapper to the given Collection of GrantedAuthority
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
Extension of OwncloudResourceService for the local Service
OwncloudLocalUserServiceExtension - Interface in software.coolstuff.springframework.owncloud.service.impl.local
Extensions of OwncloudUserService for local UserQueries
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
Thrown when OwncloudResource is not a Directory
OwncloudNoDirectoryResourceException(URI) - Constructor for exception software.coolstuff.springframework.owncloud.exception.resource.OwncloudNoDirectoryResourceException
 
OwncloudNoFileResourceException - Exception in software.coolstuff.springframework.owncloud.exception.resource
Thrown when OwncloudResource is not a File
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
Thrown when the OwncloudQuota of the User as been exceeded
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
Thrown when the OwncloudResource already exists
OwncloudResourceAlreadyExistsException(URI, String) - Constructor for exception software.coolstuff.springframework.owncloud.exception.resource.OwncloudResourceAlreadyExistsException
 
OwncloudResourceException - Exception in software.coolstuff.springframework.owncloud.exception.resource
Any SubClass of this Exception will be thrown during the Usage of the OwncloudResourceService
OwncloudResourceNotFoundException - Exception in software.coolstuff.springframework.owncloud.exception.resource
Thrown when the OwncloudResource couldn't be found
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
Extensions of OwncloudUserService for the REST Service
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.

P

password(String) - Method in class software.coolstuff.springframework.owncloud.model.OwncloudModificationUser.OwncloudModificationUserBuilder
 
password(String) - Method in class software.coolstuff.springframework.owncloud.model.OwncloudUserDetails.OwncloudUserDetailsBuilder
 

Q

quota(Long) - Method in class software.coolstuff.springframework.owncloud.model.OwncloudModificationUser.OwncloudModificationUserBuilder
 
quota(Long) - Method in class software.coolstuff.springframework.owncloud.model.OwncloudUserDetails.OwncloudUserDetailsBuilder
 

R

recalculateAllUsedSpace() - Method in interface software.coolstuff.springframework.owncloud.service.impl.local.OwncloudLocalResourceService
recalculate all used Space
registerDeleteUserCallback(Consumer<String>) - Method in interface software.coolstuff.springframework.owncloud.service.impl.local.OwncloudLocalUserServiceExtension
Register a Callback Consumer which will be called when a User has been removed.
registerSaveUserCallback(Consumer<OwncloudUserDetails>) - Method in interface software.coolstuff.springframework.owncloud.service.impl.local.OwncloudLocalUserServiceExtension
Register a Callback Consumer which will be called when some User Modifications has been taken.
removeGroup(String) - Method in class software.coolstuff.springframework.owncloud.model.OwncloudModificationUser
Remove a Group from the User
resetAllUsedSpace() - Method in interface software.coolstuff.springframework.owncloud.service.impl.local.OwncloudLocalResourceService
reset all used Space (set to Zero)
ResourceServiceProperties() - Constructor for class software.coolstuff.springframework.owncloud.service.impl.local.OwncloudLocalProperties.ResourceServiceProperties
 
ResourceServiceProperties() - Constructor for class software.coolstuff.springframework.owncloud.service.impl.OwncloudProperties.ResourceServiceProperties
 
ResourceServiceProperties() - Constructor for class software.coolstuff.springframework.owncloud.service.impl.rest.OwncloudRestProperties.ResourceServiceProperties
 

S

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
Should Modifications through OwncloudUserService be allowed
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
 

T

toOwncloudFileResource(OwncloudResource) - Static method in class software.coolstuff.springframework.owncloud.service.impl.OwncloudUtils
Convert a OwncloudResource to a OwncloudFileResource.
toString() - Method in class software.coolstuff.springframework.owncloud.model.OwncloudModificationUser.OwncloudModificationUserBuilder
 
toString() - Method in class software.coolstuff.springframework.owncloud.model.OwncloudModificationUser
 
toString() - Method in class software.coolstuff.springframework.owncloud.model.OwncloudUserDetails.OwncloudUserDetailsBuilder
 
toString() - Method in class software.coolstuff.springframework.owncloud.model.OwncloudUserDetails
 

U

username(String) - Method in class software.coolstuff.springframework.owncloud.model.OwncloudModificationUser.OwncloudModificationUserBuilder
 
username(String) - Method in class software.coolstuff.springframework.owncloud.model.OwncloudUserDetails.OwncloudUserDetailsBuilder
 
UserService() - Constructor for class software.coolstuff.springframework.owncloud.service.impl.OwncloudProperties.UserService
 

V

valueOf(String) - Static method in enum software.coolstuff.springframework.owncloud.service.impl.local.OwncloudLocalProperties.ResourceServiceProperties.MessageDigestAlgorithm
Returns the enum constant of this type with the specified name.
values() - Static method in enum software.coolstuff.springframework.owncloud.service.impl.local.OwncloudLocalProperties.ResourceServiceProperties.MessageDigestAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I L M O P Q R S T U V 
Skip navigation links

Copyright © 2016–2020 coolstuff.software. All rights reserved.