Uses of Class
com.logicaldoc.core.security.authentication.AuthenticationException
Packages that use AuthenticationException
Package
Description
Container of the security-related interfaces and classes
The pluggable authentication mechanism.
-
Uses of AuthenticationException in com.logicaldoc.core.security
Methods in com.logicaldoc.core.security with parameters of type AuthenticationExceptionModifier and TypeMethodDescriptionstatic voidLoginThrottle.recordFailure(String username, String apiKey, Client client, AuthenticationException exception) Saves the login failure in the databaseMethods in com.logicaldoc.core.security that throw AuthenticationExceptionModifier and TypeMethodDescriptionstatic voidLoginThrottle.checkLoginThrottle(String username, String apikey, String ip) Performs anti brute force attack checksSessionManager.newSession(String apikey, Client client) Creates a new session by authenticating through an API Key and stores it in the pool of opened sessionsSessionManager.newSession(String username, String password, Client client) Creates a new session by authenticating the given user and stores it in the pool of opened sessionsSessionManager.newSession(String username, String password, String key, Client client) Creates a new session by authenticating the given user and stores it in the pool of opened sessionsSessionManager.newSession(String username, String password, String key, javax.servlet.http.HttpServletRequest request) Creates a new session by authenticating the given user and stores it in the pool of opened sessionsSessionManager.newSession(String username, String password, javax.servlet.http.HttpServletRequest request) Creates a new session by authenticating the given user and stores it in the pool of opened sessionsSessionManager.newSession(String apikey, javax.servlet.http.HttpServletRequest request) Creates a new session by authenticating through an API Key and stores it in the pool of opened sessions -
Uses of AuthenticationException in com.logicaldoc.core.security.authentication
Subclasses of AuthenticationException in com.logicaldoc.core.security.authenticationModifier and TypeClassDescriptionclassRaised when the account exists but it is disabledclassRaised when the account is expiredclassRaised when the account is interpreted as inactive because it was not interacting since a lot of daysclassRaised when the specified user was not foundclassRaised when truing to enter with an account of a unknown typeclassRaised when the remote client is in the black listclassRaised when a session is not validclassRaised when the remote client is in the black listclassRaised when the user is trying to enter outside the working timeclassRaised when you try to change password that was already usedclassRaised when the password has expiredclassRaised when you try to change a password that is too weakclassRaised when the remote client is in the black listclassRaised when given password is not correctMethods in com.logicaldoc.core.security.authentication that throw AuthenticationExceptionModifier and TypeMethodDescriptionAbstractAuthenticator.authenticate(String username, String password, String key) AbstractAuthenticator.authenticate(String username, String password, String key, Client client) ApiKeyAuthenticator.authenticate(String username, String password) ApiKeyAuthenticator.authenticate(String username, String password, String apikey, Client client) final UserAuthenticationChain.authenticate(String username, String password) final UserAuthenticationChain.authenticate(String username, String password, String key, Client client) Authenticator.authenticate(String username, String password) Authenticates the user using the given credentials, if successful, the corresponding user is returned.Authenticator.authenticate(String username, String password, String key) Authenticates the user using the given credentials, if successful, the corresponding user is returned.Authenticator.authenticate(String username, String password, String key, Client client) Authenticates the user using the given credentials, if successful, the corresponding user is returned.DefaultAuthenticator.authenticate(String username, String password) DefaultAuthenticator.authenticate(String username, String password, String key, Client client) voidDefaultAuthenticator.validateUser(User user) Perform some security validations on the user but does not check the password. -
Uses of AuthenticationException in com.logicaldoc.webservice.mobile
Methods in com.logicaldoc.webservice.mobile that throw AuthenticationExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseCommentService.addComment(String sid, String docid, CommentVO comment) javax.ws.rs.core.ResponseCommentService.addCommentForm(String sid, String docid, String content) javax.ws.rs.core.ResponseCommentService.getComments(String sid, String docid) -
Uses of AuthenticationException in com.logicaldoc.webservice.rest
Methods in com.logicaldoc.webservice.rest that throw AuthenticationExceptionModifier and TypeMethodDescriptionvoidDocumentMetadataService.addAttributeOption(long setId, String attribute, WSAttributeOption option) Add a new option for the given attributevoidTagService.addDocumentTags(long docId, List<String> tags) Adds tags to a documentvoidTagService.addFolderTags(long folderId, List<String> tags) Adds tags to a folderAdds a new note for the given documentBookmarkService.bookmarkDocument(long docId) BookmarkService.bookmarkFolder(long folderId) voidDocumentService.checkout(long docId) Executed the checkoutDocumentService.copy(long docId, long folderId, boolean links, boolean notes, boolean security) Copies a document into another foldervoidCopies an existing folder with the given identifier.DocumentService.createAlias(long docId, long folderId, String type) Creates a new document alias for the given document inside a specified folderFolderService.createAlias(long parentId, long foldRef) Creates a new folder aliasDocumentService.createDownloadTicket(long docId, String suffix, Integer expireHours, String expireDate, Integer maxDownloads) Creates a new download ticketlongFolderService.createFolder(long parentId, String name) FolderService.createPath(long parentId, String path) voidCreates the PDF conversion of the given document; if the PDF conversion was already created, nothing will happenFolderService.createSimple(String folderPath) FolderService.createSimpleForm(String folderPath) FolderService.createSimpleJSON(String jsonstr) voidDocumentService.createThumbnail(long docId, String fileVersion, String type) Creates the thumbail of the given document; if the thumbnail was already created, nothing will happenDocumentService.createViewTicket(long docId, String suffix, Integer expireHours, String expireDate, Integer maxDownloads, Integer maxViews) Creates a new download ticketvoidDocumentService.delete(long docId) Deletes a documentvoidFolderService.delete(long folderId) voidBookmarkService.deleteBookmark(long bookmarkId) voidDocumentService.deleteLink(long id) Removes an existing linkvoidDocumentService.deleteNote(long noteId) Deletes a new note by note identifiervoidDocumentMetadataService.deleteTemplate(long templateId) Deletes an existing template with the given identifierDocumentService.deleteVersion(long docId, String version) Deletes a version by document identifier and version ID.SearchService.find(WSSearchOptions opt) SearchService.findByFilename(String filename) Finds authorized documents for the current user the given filename (like operator is used)FolderService.findByPath(String path) Finds the folder at the specified pathTagService.findDocumentsByTag(String tag) Finds authorized documents for the current user having a specified tagSearchService.findFolders(String name) Finds authorized folders for the current user containing the given name (like operator is used)TagService.findFoldersByTag(String tag) Finds authorized folders for the current user having a specified tag.DocumentService.getAccessControlList(long docId) Retrieves the access control listFolderService.getAccessControlList(long folderId) Retrieves the access control listDocumentService.getAliases(long docId) Gets the aliases of the given documentDocumentMetadataService.getAttributeOptions(long setId, String attribute) Retrieves the options for the given attributeDocumentMetadataService.getAttributeOptionsByCategory(long setId, String attribute, String category) Retrieves the options for the given attribute inside a given categoryDocumentMetadataService.getAttributeSet(String name) Gets attribute set's metadataDocumentMetadataService.getAttributeSetById(long setId) Gets attribute set's metadataBookmarkService.getBookmarks()javax.activation.DataHandlerDocumentService.getContent(long docId) Retrieves the file content of a document.FolderService.getDefaultWorkspace()Gets the Default workspaceDocumentService.getDocument(long docId) Retrieves a document from the databaseDocumentService.getDocumentByCustomId(String customId) Gets document metadata of an existing document with the given custom identifierDocumentService.getDocuments(List<Long> docIds) Gets document metadata of a collection of existing documents with the given identifiersTagService.getDocumentTags(long docId) Retrieves all the tags of a documentDocumentService.getExtractedText(long docId) Gets the document's text stored in the full-text indexFolderService.getFolder(long folderId) TagService.getFolderTags(long folderId) Retrieves all the tags of a folderDocumentService.getLinks(long docId) Gets all the links of a specific documentDocumentService.getNotes(long docId) Gets the notes for the given documentFolderService.getPath(long folderId) FolderService.getPathString(long folderId) DocumentService.getRatings(long docId) Gets all the ratings of the given documentDocumentService.getRecentDocuments(Integer maxHits) Lists of last modified documents of the current sessionjavax.activation.DataHandlerDocumentService.getResource(long docId, String fileVersion, String suffix) Gets the content of a resource associated to the given document.FolderService.getRootFolder()Gets the root folderSystemService.getStatistics()Retrieves the system statisticsTagService.getTagCloud()Retrieves all tag clouds in the repositoryTagService.getTags()Retrieves all the tags in the repositoryTagService.getTagsPreset()Retrieves all the tags in the preset (if the input mode is preset).DocumentMetadataService.getTemplate(String name) Gets template's metadataDocumentMetadataService.getTemplateById(long templateId) Gets template's metadataSystemService.getTenantStatistics(long tenantId) Retrieves the statistics of a tenantjavax.ws.rs.core.ResponseDocumentService.getThumbnail(String type, String docPath, List<javax.ws.rs.core.PathSegment> docPathList) Retrieves the thumbnail imagejavax.activation.DataHandlerDocumentService.getVersionContent(long docId, String version) Retrieves the file content of a version.DocumentService.getVersions(long docId) Gets the version history of an existing document with the given identifierbooleanDocumentService.isDownload(long docId) Tests if a document is downloadable.booleanTests if the current user has a specific permission on a documentbooleanTests if the current user has a specific permission on a folderbooleanDocumentService.isRead(long docId) Tests if a document is readable.booleanFolderService.isReadable(long folderId) Tests if a folder is readable.booleanFolderService.isWritable(long folderId) Tests if a folder is writablebooleanDocumentService.isWrite(long docId) Tests if a document is writableCreates a new link between two documents.DocumentService.list(long folderId) Lists the documents in a folderDocumentMetadataService.listAttributeSets()Gets metadata of all existing attribute sets.FolderService.listChildren(long folderId) DocumentService.listDocuments(long folderId, String fileName) Lists the documents in a folderDocumentService.listPaginated(long folderId, String fileName, String sort, Integer page, Integer max) Gets the documents in a specific folderDocumentMetadataService.listTemplates()Gets metadata of all existing templates.FolderService.listWorkspaces()Retrieves the list of all workspaces.voidDocumentService.lock(long docId) Locks an existing document with the given identifier.voidDocumentService.move(long docId, long folderId) Moves an existing document with the given identifiervoidFolderService.move(long folderId, long parentId) Moves an existing folder with the given identifier.voidDocumentService.promoteVersion(long docId, String version) Promotes an old version to the current default one.DocumentService.rateDocument(long docId, int vote) Puts a new rating on the given documentvoidRe-indexes(or indexes from scratch) a documentvoidRenames the title of an existing document with the given identifier.voidRenames an existing folder.voidDocumentService.restore(long docId, long folderId) Restores a deleted documentBookmarkService.saveBookmark(WSBookmark bookmark) Adds a new note for the given documentvoidSends a set of documents as mail attachmentsvoidDocumentService.setAccessControlList(long docId, List<WSAccessControlEntry> acl) Sets the Access Control ListvoidFolderService.setAccessControlList(long folderId, List<WSAccessControlEntry> acl) Sets the Access Control ListvoidTagService.setDocumentTags(long docId, List<String> tags) Sets the tags of a documentvoidTagService.setFolderTags(long folderId, List<String> tags) Sets the tags of a foldervoidDocumentService.setPassword(long docId, String password) Puts a password protection to the documentlongDocumentMetadataService.storeTemplate(WSTemplate template) Create/Update a template.voidBookmarkService.unbookmarkDocument(long docId) voidBookmarkService.unbookmarkFolder(long folderId) voidDocumentService.unlock(long docId) Unlocks an existing document with the given identifier.booleanUnprotects a document that is password protected.voidDocumentService.unsetPassword(long docId, String currentPassword) Removes the password protection from the documentvoidDocumentService.update(WSDocument document) Updates an existing document with the value object containing the document's metadata.voidUpdates an existing folder.voidDocumentService.uploadResource(String docId, String fileVersion, String suffix, org.apache.cxf.jaxrs.ext.multipart.Attachment contentDetail) Uploads a new resource of the document Uploads a new resource attached to the given document. -
Uses of AuthenticationException in com.logicaldoc.webservice.rest.client
Methods in com.logicaldoc.webservice.rest.client that throw AuthenticationExceptionModifier and TypeMethodDescriptionvoidRestTagClient.addDocumentTags(long docId, List<String> tags) voidRestTagClient.addFolderTags(long folderId, List<String> tags) RestBookmarkClient.bookmarkDocument(long docId) RestBookmarkClient.bookmarkFolder(long folderId) voidRestDocumentClient.checkout(long docId) longRestFolderClient.createFolder(long parentId, String folderName) RestFolderClient.createPath(long rootFolder, String path) voidvoidRestDocumentClient.createThumbnail(long docId, String fileVersion, String type) voidRestDocumentClient.delete(long docId) voidRestFolderClient.delete(long folderId) voidRestBookmarkClient.deleteBookmark(long bookmarkId) voidRestDocumentClient.deleteNote(long noteId) Adds a new note for the given documentvoidRestDocumentMetadataClient.deleteTemplate(long templateId) voidRestDocumentClient.deleteVersion(long docId, String version) Adds a new note for the given documentRestSearchClient.find(WSSearchOptions owd) RestFolderClient.findByPath(String path) RestTagClient.findDocumentsByTag(String tag) RestTagClient.findFoldersByTag(String tag) RestDocumentMetadataClient.getAttributeOptions(long setId, String attribute) RestDocumentMetadataClient.getAttributeSet(String name) RestDocumentMetadataClient.getAttributeSetById(long setId) RestBookmarkClient.getBookmarks()Retrieves all the bookmarks of the current userjavax.activation.DataHandlerRestDocumentClient.getContent(long docId) RestDocumentClient.getDocument(long docId) RestTagClient.getDocumentTags(long docId) RestFolderClient.getFolder(long folderId) RestDocumentClient.getNotes(long docId) Gets the notes for the given documentRestDocumentClient.getRatings(long docId) Gets all the ratings of the given documentRestFolderClient.getRootFolder()RestTagClient.getTags()RestDocumentMetadataClient.getTemplate(String name) RestDocumentMetadataClient.getTemplateById(long templateId) javax.activation.DataHandlerRestDocumentClient.getVersionContent(long docId, String version) RestDocumentClient.list(long folderId) RestDocumentMetadataClient.listAttributeSets()RestFolderClient.listChildren(long folderId) RestDocumentClient.listDocuments(long folderId, String fileName) RestDocumentClient.listPaginated(long folderId, String fileName, String sort, Integer page, Integer max) RestDocumentMetadataClient.listTemplates()RestDocumentClient.rateDocument(long docId, int vote) Puts a new rating on the given documentRestBookmarkClient.saveBookmark(WSBookmark bookmark) voidRestTagClient.setDocumentTags(long docId, List<String> tags) voidRestTagClient.setFolderTags(long folderId, List<String> tags) longRestDocumentMetadataClient.storeTemplate(WSTemplate template) voidRestBookmarkClient.unbookmarkDocument(long docId) voidRestBookmarkClient.unbookmarkFolder(long folderId) voidRestDocumentClient.update(WSDocument document) voidConstructors in com.logicaldoc.webservice.rest.client that throw AuthenticationException -
Uses of AuthenticationException in com.logicaldoc.webservice.rest.endpoint
Methods in com.logicaldoc.webservice.rest.endpoint that throw AuthenticationExceptionModifier and TypeMethodDescriptionvoidRestDocumentMetadataService.addAttributeOption(long setId, String attribute, WSAttributeOption option) voidRestTagService.addDocumentTags(long docId, List<String> tags) voidRestTagService.addFolderTags(long folderId, List<String> tags) RestBookmarkService.bookmarkDocument(long docId) RestBookmarkService.bookmarkFolder(long folderId) voidRestDocumentService.checkout(long docId) RestDocumentService.copy(long docId, long folderId, boolean links, boolean notes, boolean security) voidRestDocumentService.createAlias(long docId, long folderId, String type) RestFolderService.createAlias(long parentId, long foldRef) RestDocumentService.createDownloadTicket(long docId, String suffix, Integer expireHours, String expireDate, Integer maxDownloads) longRestFolderService.createFolder(long parentId, String name) RestFolderService.createPath(long parentId, String path) voidRestFolderService.createSimple(String folderPath) RestFolderService.createSimpleForm(String folderPath) RestFolderService.createSimpleJSON(String jsonstr) voidRestDocumentService.createThumbnail(long docId, String fileVersion, String type) RestDocumentService.createViewTicket(long docId, String suffix, Integer expireHours, String expireDate, Integer maxDownloads, Integer maxViews) voidRestDocumentService.delete(long docId) voidRestFolderService.delete(long folderId) voidRestBookmarkService.deleteBookmark(long bookmarkId) voidRestDocumentService.deleteLink(long id) voidRestDocumentService.deleteNote(long noteId) voidRestDocumentMetadataService.deleteTemplate(long templateId) RestDocumentService.deleteVersion(long docId, String version) RestSearchService.find(WSSearchOptions opt) RestSearchService.findByFilename(String filename) RestFolderService.findByPath(String path) RestTagService.findDocumentsByTag(String tag) RestSearchService.findFolders(String name) RestTagService.findFoldersByTag(String tag) RestDocumentService.getAccessControlList(long docId) RestFolderService.getAccessControlList(long folderId) RestDocumentService.getAliases(long docId) RestDocumentMetadataService.getAttributeOptions(long setId, String attribute) RestDocumentMetadataService.getAttributeOptionsByCategory(long setId, String attribute, String category) RestDocumentMetadataService.getAttributeSet(String name) RestDocumentMetadataService.getAttributeSetById(long setId) RestBookmarkService.getBookmarks()javax.activation.DataHandlerRestDocumentService.getContent(long docId) RestFolderService.getDefaultWorkspace()RestDocumentService.getDocument(long docId) RestDocumentService.getDocumentByCustomId(String customId) RestDocumentService.getDocuments(List<Long> docIds) RestTagService.getDocumentTags(long docId) RestDocumentService.getExtractedText(long docId) RestFolderService.getFolder(long folderId) RestTagService.getFolderTags(long folderId) RestDocumentService.getLinks(long docId) RestDocumentService.getNotes(long docId) RestFolderService.getPath(long folderId) RestFolderService.getPathString(long folderId) RestDocumentService.getRatings(long docId) RestDocumentService.getRecentDocuments(Integer maxHits) javax.activation.DataHandlerRestDocumentService.getResource(long docId, String fileVersion, String suffix) RestFolderService.getRootFolder()RestSystemService.getStatistics()RestTagService.getTagCloud()RestTagService.getTags()RestTagService.getTagsPreset()RestDocumentMetadataService.getTemplate(String name) RestDocumentMetadataService.getTemplateById(long templateId) RestSystemService.getTenantStatistics(long tenantId) javax.ws.rs.core.ResponseRestDocumentService.getThumbnail(String type, String docPath, List<javax.ws.rs.core.PathSegment> docPathList) javax.activation.DataHandlerRestDocumentService.getVersionContent(long docId, String version) RestDocumentService.getVersions(long docId) booleanRestDocumentService.isDownload(long docId) booleanbooleanbooleanRestDocumentService.isRead(long docId) booleanRestFolderService.isReadable(long folderId) booleanRestFolderService.isWritable(long folderId) booleanRestDocumentService.isWrite(long docId) RestDocumentService.list(long folderId) RestDocumentMetadataService.listAttributeSets()RestFolderService.listChildren(long folderId) RestDocumentService.listDocuments(long folderId, String fileName) RestDocumentService.listPaginated(long folderId, String fileName, String sort, Integer page, Integer max) Gets the documents in a specific folderRestDocumentMetadataService.listTemplates()RestFolderService.listWorkspaces()voidRestDocumentService.lock(long docId) voidRestDocumentService.move(long docId, long folderId) voidRestFolderService.move(long folderId, long parentId) voidRestDocumentService.promoteVersion(long docId, String version) RestDocumentService.rateDocument(long docId, int vote) voidvoidvoidvoidRestDocumentService.restore(long docId, long folderId) RestBookmarkService.saveBookmark(WSBookmark bookmark) voidvoidRestDocumentService.setAccessControlList(long docId, List<WSAccessControlEntry> acl) voidRestFolderService.setAccessControlList(long folderId, List<WSAccessControlEntry> acl) voidRestTagService.setDocumentTags(long docId, List<String> tags) voidRestTagService.setFolderTags(long folderId, List<String> tags) voidRestDocumentService.setPassword(long docId, String password) longRestDocumentMetadataService.storeTemplate(WSTemplate template) voidRestBookmarkService.unbookmarkDocument(long docId) voidRestBookmarkService.unbookmarkFolder(long folderId) voidRestDocumentService.unlock(long docId) booleanvoidRestDocumentService.unsetPassword(long docId, String currentPassword) voidRestDocumentService.update(WSDocument document) voidvoidRestDocumentService.uploadResource(String docId, String fileVersion, String suffix, org.apache.cxf.jaxrs.ext.multipart.Attachment contentDetail) -
Uses of AuthenticationException in com.logicaldoc.webservice.soap
Methods in com.logicaldoc.webservice.soap that throw AuthenticationExceptionModifier and TypeMethodDescriptionvoidDocumentMetadataService.addAttributeOption(String sid, long setId, String attribute, WSAttributeOption option) Add a new option for the given attributevoidTagService.addDocumentTags(String sid, long docId, List<String> tags) Adds tags to a documentvoidTagService.addFolderTags(String sid, long folderId, List<String> tags) Adds tags to a folderAdds a new note for the given documentBookmarkService.bookmarkDocument(String sid, long docId) BookmarkService.bookmarkFolder(String sid, long folderId) voidDocumentService.checkin(String sid, long docId, String comment, String filename, boolean release, javax.activation.DataHandler content) Checks in an existing document with the given identifier to create a new version.voidDocumentService.checkinDocument(String sid, long docId, String comment, String filename, boolean release, WSDocument docVO, javax.activation.DataHandler content) Checks in an existing document with the given identifier to create a new version.voidChecks out an existing document with the given identifier.DocumentService.copy(String sid, long docId, long folderId, boolean links, boolean notes, boolean security) Copies a document into another folder.voidFolderService.copy(String sid, long folderId, long targetId, int foldersOnly, String securityOption) Copies an existing folder with the given identifier.DocumentService.create(String sid, WSDocument document, javax.activation.DataHandler content) Create a new document.Creates a new folder.DocumentService.createAlias(String sid, long docId, long folderId, String type) Creates a new document alias for the given document inside a specified folderFolderService.createAlias(String sid, long parentId, long foldRef) Creates a new folder aliasDocumentService.createDownloadTicket(String sid, long docId, String suffix, Integer expireHours, String expireDate, Integer maxDownloads) Creates a new download ticketlongFolderService.createFolder(String sid, long parentId, String name) Create a new folder.FolderService.createPath(String sid, long parentId, String path) Creates the folder for the specified path.voidCreates the PDF conversion of the given document.voidDocumentService.createThumbnail(String sid, long docId, String fileVersion, String type) Creates the thumbnail of the given document.DocumentService.createViewTicket(String sid, long docId, String suffix, Integer expireHours, String expireDate, Integer maxDownloads, Integer maxViews) Creates a new view ticketvoidDeletes an existing document with the given identifier.voidDeletes an existing folder.voidBookmarkService.deleteBookmark(String sid, long bookmarkId) voidDocumentService.deleteLink(String sid, long id) Removes an existing linkvoidDocumentService.deleteNote(String sid, long noteId) Adds a new note for the given documentvoidDocumentMetadataService.deleteTemplate(String sid, long templateId) Deletes an existing template with the given identifierDocumentService.deleteVersion(String sid, long docId, String version) Deletes a version of a document with the given identifiers.SearchService.find(String sid, WSSearchOptions options) Performs a search by the search options.SearchService.findByFilename(String sid, String filename) Finds authorized documents for the current user the given filename (like operator is used)FolderService.findByPath(String sid, String path) Finds the folder at the specified pathTagService.findDocumentsByTag(String sid, String tag) Finds authorized documents for the current user having a specified tagSearchService.findFolders(String sid, String name) Finds authorized folders for the current user containing the given name (like operator is used)TagService.findFoldersByTag(String sid, String tag) Finds authorized folders for the current user having a specified tagDocumentMetadataService.getAccessControlList(String sid, long templateId) Retrieves the access control listDocumentService.getAccessControlList(String sid, long docId) Retrieves the access control listFolderService.getAccessControlList(String sid, long folderId) Retrieves the access control listDocumentService.getAliases(String sid, long docId) Gets the aliases of the given documentDocumentMetadataService.getAttributeOptions(String sid, long setId, String attribute) Retrieves the options for the given attributeDocumentMetadataService.getAttributeOptionsByCategory(String sid, long setId, String attribute, String category) Retrieves the options for the given attribute inside a given categoryDocumentMetadataService.getAttributeSet(String sid, String name) Gets attribute set's metadataDocumentMetadataService.getAttributeSetById(String sid, long setId) Gets attribute set's metadataBookmarkService.getBookmarks(String sid) Retrieves all the bookmarks of the current userjavax.activation.DataHandlerDocumentService.getContent(String sid, long docId) Gets the content of an existing document with the given identifierFolderService.getDefaultWorkspace(String sid) Gets the Default workspaceDocumentService.getDocument(String sid, long docId) Gets the metadata of an existing document with the given identifierDocumentService.getDocumentByCustomId(String sid, String customId) Gets document metadata of an existing document with the given custom identifierDocumentService.getDocuments(String sid, List<Long> docIds) Gets document metadata of a collection of existing documents with the given identifiersTagService.getDocumentTags(String sid, long docId) Retrieves all the tags of a document.DocumentService.getExtractedText(String sid, long docId) Gets the document's text stored in the full-text indexGets an existing folderTagService.getFolderTags(String sid, long folderId) Retrieves all the tags of a folderGets all the links of a specific documentGets the notes for the given documentComputes the path from the root to the target folder.DocumentService.getRatings(String sid, long docId) Gets all the ratings of the given documentDocumentService.getRecentDocuments(String sid, Integer maxHits) Lists of last modified documents by current user.javax.activation.DataHandlerDocumentService.getResource(String sid, long docId, String fileVersion, String suffix) Gets the content of a resource associated to the given document.FolderService.getRootFolder(String sid) Gets root metadataSystemService.getStatistics(String sid) Retrieves the system statisticsTagService.getTagCloud(String sid) Retrieves all tag clouds in the repository.Retrieves all the tags in the repositoryTagService.getTagsPreset(String sid) Retrieves all the tags in the preset(if the input mode is preset).DocumentMetadataService.getTemplate(String sid, String name) Gets template's metadataDocumentMetadataService.getTemplateById(String sid, long templateId) Gets template's metadataSystemService.getTenantStatistics(String sid, long tenantId) Retrieves the statistics of a tenenatDocumentService.getVersion(String sid, long docId, String version) Gets a specific versionjavax.activation.DataHandlerDocumentService.getVersionContent(String sid, long docId, String version) Gets the content of a specific version of a documentDocumentService.getVersions(String sid, long docId) Gets the version history of an existing document with the given identifierbooleanDocumentService.isDownload(String sid, long docId) Tests if a document is downloadablebooleanTests if the current user has a specific permission on a documentbooleanTests if the current user has a specific permission on a folderbooleanTests if a document is readable.booleanDocumentMetadataService.isReadable(String sid, long templateId) Tests if a template is readable.booleanFolderService.isReadable(String sid, long folderId) Tests if a folder is readable.booleanDocumentMetadataService.isWritable(String sid, long templateId) Tests if a template is writablebooleanFolderService.isWritable(String sid, long folderId) Tests if a folder is writablebooleanTests if a document is writableCreates a new link between two documents.DocumentService.list(String sid, long folderId, String fileName, String sort, Integer page, Integer max) Gets the documents in a specific folderLists all direct folders of a parent folder.
Attention: readable sub-folders only are returned.DocumentMetadataService.listAttributeSets(String sid) Gets metadata of all existing attribute sets.FolderService.listChildren(String sid, long folderId) Lists all direct folders of a parent folder.
Attention: readable only sub-folders are returned.DocumentService.listDocuments(String sid, long folderId, String fileName) Gets the documents in a specific folderDocumentMetadataService.listTemplates(String sid) Gets metadata of all existing templates.Gets metadata of all existing usersFolderService.listWorkspaces(String sid) Retrieves the list of all workspaces.voidLocks an existing document with the given identifier.Starts a new session.AuthService.loginApiKey(String apiKey) Starts a new session.voidMerges the contents of folder into a targetvoidMoves an existing document with the given identifier.voidMoves an existing folder with the given identifier.voidDocumentService.promoteVersion(String sid, long docId, String version) Promotes an old version to the current default one.DocumentService.rateDocument(String sid, long docId, int vote) Puts a new rating on the given documentvoidRe-indexes(or indexes from scratch) a documentvoidRenames the title of an existing document with the given identifier.voidRenames an existing folder.voidDocumentService.replaceFile(String sid, long docId, String fileVersion, String comment, javax.activation.DataHandler content) Replaces the file associated to a given version.voidRestores a deleted documentBookmarkService.saveBookmark(String sid, WSBookmark bookmark) Adds a new note for the given documentvoidDocumentService.sendEmail(String sid, List<Long> docIds, String recipients, String subject, String message) Sends a set of documents as mail attachmentsvoidDocumentMetadataService.setAccessControlList(String sid, long templateId, List<WSAccessControlEntry> acl) Sets the Access Control ListvoidDocumentService.setAccessControlList(String sid, long docId, List<WSAccessControlEntry> acl) Sets the Access Control ListvoidFolderService.setAccessControlList(String sid, long folderId, List<WSAccessControlEntry> acl) Sets the Access Control ListvoidTagService.setDocumentTags(String sid, long docId, List<String> tags) Sets the tags of a documentvoidTagService.setFolderTags(String sid, long folderId, List<String> tags) Sets the tags of a foldervoidDocumentService.setPassword(String sid, long docId, String password) Puts a password protection to the documentlongDocumentMetadataService.storeTemplate(String sid, WSTemplate template) Create/Update a template.voidBookmarkService.unbookmarkDocument(String sid, long docId) voidBookmarkService.unbookmarkFolder(String sid, long folderId) voidUnlocks an existing document with the given identifier.booleanUnprotects a document that is password protected.voidDocumentService.unsetPassword(String sid, long docId, String currentPassword) Removes the password protection from the documentvoidDocumentService.update(String sid, WSDocument document) Updates an existing document with the value object containing the document's metadatavoidUpdates an existing folder.longDocumentService.upload(String sid, Long docId, Long folderId, boolean release, String filename, String language, javax.activation.DataHandler content) Creates a new document or updates an existing one.voidDocumentService.uploadResource(String sid, long docId, String fileVersion, String suffix, javax.activation.DataHandler content) Uploads a new resource attached to the given document. -
Uses of AuthenticationException in com.logicaldoc.webservice.soap.client
Methods in com.logicaldoc.webservice.soap.client that throw AuthenticationExceptionModifier and TypeMethodDescriptionvoidSoapDocumentMetadataClient.addAttributeOption(String sid, long setId, String attribute, WSAttributeOption wsoption) voidSoapTagClient.addDocumentTags(String sid, long docId, List<String> tags) voidSoapTagClient.addFolderTags(String sid, long folderId, List<String> tags) SoapBookmarkClient.bookmarkDocument(String sid, long docId) SoapBookmarkClient.bookmarkFolder(String sid, long folderId) voidSoapDocumentClient.checkin(String sid, long docId, String comment, String filename, boolean release, File content) voidSoapDocumentClient.checkin(String sid, long docId, String comment, String filename, boolean release, javax.activation.DataHandler content) voidSoapDocumentClient.checkinDocument(String sid, long docId, String comment, String filename, boolean release, WSDocument docVO, File content) voidSoapDocumentClient.checkinDocument(String sid, long docId, String comment, String filename, boolean release, WSDocument docVO, javax.activation.DataHandler content) voidSoapDocumentClient.copy(String sid, long docId, long folderId, boolean links, boolean notes, boolean security) voidSoapFolderClient.copy(String sid, long folderId, long parentId, int foldersOnly, String securityOption) SoapDocumentClient.create(String sid, WSDocument document, File content) SoapDocumentClient.create(String sid, WSDocument document, javax.activation.DataHandler content) SoapDocumentClient.createAlias(String sid, long docId, long folderId, String type) SoapFolderClient.createAlias(String sid, long parentId, long foldRef) SoapDocumentClient.createDownloadTicket(String sid, long docId, String suffix, Integer expireHours, String expireDate, Integer maxDownloads) longSoapFolderClient.createFolder(String sid, long parentId, String name) SoapFolderClient.createPath(String sid, long parentId, String path) voidvoidSoapDocumentClient.createThumbnail(String sid, long docId, String fileVersion, String type) SoapDocumentClient.createViewTicket(String sid, long docId, String suffix, Integer expireHours, String expireDate, Integer maxDownloads, Integer maxViews) voidvoidvoidSoapBookmarkClient.deleteBookmark(String sid, long bookmarkId) voidSoapDocumentClient.deleteLink(String sid, long id) voidSoapDocumentClient.deleteNote(String sid, long noteId) voidSoapDocumentMetadataClient.deleteTemplate(String sid, long templateId) SoapDocumentClient.deleteVersion(String sid, long docId, String version) voidSoapDocumentClient.downloadContent(String sid, long docId, File out) voidSoapDocumentClient.downloadResourceContent(String sid, long docId, String fileVersion, String suffix, File out) voidSoapDocumentClient.downloadVersionContent(String sid, long docId, String version, File out) SoapSearchClient.find(String sid, WSSearchOptions options) SoapSearchClient.findByFilename(String sid, String filename) SoapFolderClient.findByPath(String sid, String path) SoapTagClient.findDocumentsByTag(String sid, String tag) SoapSearchClient.findFolders(String sid, String name) SoapTagClient.findFoldersByTag(String sid, String tag) SoapDocumentClient.getAccessControlList(String sid, long docId) SoapDocumentMetadataClient.getAccessControlList(String sid, long templateId) SoapFolderClient.getAccessControlList(String sid, long folderId) SoapDocumentClient.getAliases(String sid, long docId) SoapDocumentMetadataClient.getAttributeOptions(String sid, long setId, String attribute) SoapDocumentMetadataClient.getAttributeOptionsByCategory(String sid, long setId, String attribute, String category) SoapDocumentMetadataClient.getAttributeSet(String sid, String name) SoapDocumentMetadataClient.getAttributeSetById(String sid, long setId) SoapBookmarkClient.getBookmarks(String sid) javax.activation.DataHandlerSoapDocumentClient.getContent(String sid, long docId) SoapFolderClient.getDefaultWorkspace(String sid) SoapDocumentClient.getDocument(String sid, long docId) SoapDocumentClient.getDocumentByCustomId(String sid, String customId) SoapDocumentClient.getDocuments(String sid, List<Long> docIds) SoapTagClient.getDocumentTags(String sid, long docId) SoapDocumentClient.getExtractedText(String sid, long docId) SoapTagClient.getFolderTags(String sid, long folderId) SoapDocumentClient.getRatings(String sid, long docId) SoapDocumentClient.getRecentDocuments(String sid, Integer max) javax.activation.DataHandlerSoapDocumentClient.getResource(String sid, long docId, String fileVersion, String suffix) SoapFolderClient.getRootFolder(String sid) SoapSystemClient.getStatistics(String sid) SoapTagClient.getTagCloud(String sid) SoapTagClient.getTagsPreset(String sid) SoapDocumentMetadataClient.getTemplate(String sid, String name) SoapDocumentMetadataClient.getTemplateById(String sid, long templateId) SoapSystemClient.getTenantStatistics(String sid, long tenantId) SoapDocumentClient.getVersion(String sid, long docId, String version) javax.activation.DataHandlerSoapDocumentClient.getVersionContent(String sid, long docId, String version) SoapDocumentClient.getVersions(String sid, long docId) booleanSoapDocumentClient.isDownload(String sid, long docId) booleanbooleanbooleanbooleanSoapDocumentMetadataClient.isReadable(String sid, long templateId) booleanSoapFolderClient.isReadable(String sid, long folderId) booleanSoapDocumentMetadataClient.isWritable(String sid, long templateId) booleanSoapFolderClient.isWritable(String sid, long folderId) booleanSoapDocumentClient.list(String sid, long folderId, String fileName, String sort, Integer page, Integer max) SoapDocumentMetadataClient.listAttributeSets(String sid) SoapFolderClient.listChildren(String sid, long folderId) SoapDocumentClient.listDocuments(String sid, long folderId, String fileName) SoapDocumentMetadataClient.listTemplates(String sid) SoapFolderClient.listWorkspaces(String sid) voidSoapAuthClient.loginApiKey(String apiKey) voidvoidvoidvoidSoapDocumentClient.promoteVersion(String sid, long docId, String version) SoapDocumentClient.rateDocument(String sid, long docId, int vote) voidvoidvoidvoidSoapDocumentClient.replaceFile(String sid, long docId, String fileVersion, String comment, File content) voidSoapDocumentClient.replaceFile(String sid, long docId, String fileVersion, String comment, javax.activation.DataHandler content) voidSoapBookmarkClient.saveBookmark(String sid, WSBookmark bookmark) voidSoapDocumentClient.sendEmail(String sid, List<Long> docIds, String recipients, String subject, String message) voidSoapDocumentClient.setAccessControlList(String sid, long docId, List<WSAccessControlEntry> acl) voidSoapDocumentMetadataClient.setAccessControlList(String sid, long templateId, List<WSAccessControlEntry> acl) voidSoapFolderClient.setAccessControlList(String sid, long folderId, List<WSAccessControlEntry> acl) voidSoapTagClient.setDocumentTags(String sid, long docId, List<String> tags) voidSoapTagClient.setFolderTags(String sid, long folderId, List<String> tags) voidSoapDocumentClient.setPassword(String sid, long docId, String password) longSoapDocumentMetadataClient.storeTemplate(String sid, WSTemplate template) voidSoapBookmarkClient.unbookmarkDocument(String sid, long docId) voidSoapBookmarkClient.unbookmarkFolder(String sid, long folderId) voidbooleanvoidSoapDocumentClient.unsetPassword(String sid, long docId, String currentPassword) voidSoapDocumentClient.update(String sid, WSDocument document) voidlongSoapDocumentClient.upload(String sid, Long docId, Long folderId, boolean release, String filename, String language, javax.activation.DataHandler content) voidSoapDocumentClient.uploadResource(String sid, long docId, String fileVersion, String suffix, File content) voidSoapDocumentClient.uploadResource(String sid, long docId, String fileVersion, String suffix, javax.activation.DataHandler content) -
Uses of AuthenticationException in com.logicaldoc.webservice.soap.endpoint
Methods in com.logicaldoc.webservice.soap.endpoint that throw AuthenticationExceptionModifier and TypeMethodDescriptionvoidSoapDocumentMetadataService.addAttributeOption(String sid, long setId, String attribute, WSAttributeOption wsoption) voidSoapTagService.addDocumentTags(String sid, long docId, List<String> tags) voidSoapTagService.addFolderTags(String sid, long folderId, List<String> tags) SoapBookmarkService.bookmarkDocument(String sid, long docId) SoapBookmarkService.bookmarkFolder(String sid, long folderId) voidSoapDocumentService.checkin(String sid, long docId, String comment, String filename, boolean release, WSDocument docVO, InputStream content) voidSoapDocumentService.checkin(String sid, long docId, String comment, String filename, boolean release, javax.activation.DataHandler content) voidSoapDocumentService.checkinDocument(String sid, long docId, String comment, String filename, boolean release, WSDocument docVO, InputStream content) voidSoapDocumentService.checkinDocument(String sid, long docId, String comment, String filename, boolean release, WSDocument docVO, javax.activation.DataHandler content) voidSoapDocumentService.copy(String sid, long docId, long folderId, boolean links, boolean notes, boolean security) voidSoapFolderService.copy(String sid, long folderId, long targetId, int foldersOnly, String securityOption) SoapDocumentService.create(String sid, WSDocument document, InputStream content) SoapDocumentService.create(String sid, WSDocument document, javax.activation.DataHandler content) SoapDocumentService.createAlias(String sid, long docId, long folderId, String type) SoapFolderService.createAlias(String sid, long parentId, long foldRef) SoapDocumentService.createDownloadTicket(String sid, long docId, String suffix, Integer expireHours, String expireDate, Integer maxDownloads) longSoapFolderService.createFolder(String sid, long parentId, String name) SoapFolderService.createPath(String sid, long parentId, String path) voidvoidSoapDocumentService.createThumbnail(String sid, long docId, String fileVersion, String type) SoapDocumentService.createViewTicket(String sid, long docId, String suffix, Integer expireHours, String expireDate, Integer maxDownloads, Integer maxViews) voidvoidvoidSoapBookmarkService.deleteBookmark(String sid, long bookmarkId) voidSoapDocumentService.deleteLink(String sid, long id) voidSoapDocumentService.deleteNote(String sid, long noteId) voidSoapDocumentMetadataService.deleteTemplate(String sid, long templateId) SoapDocumentService.deleteVersion(String sid, long docId, String version) SoapSearchService.find(String sid, WSSearchOptions opt) SoapSearchService.findByFilename(String sid, String filename) SoapFolderService.findByPath(String sid, String path) SoapTagService.findDocumentsByTag(String sid, String tag) SoapSearchService.findFolders(String sid, String name) SoapTagService.findFoldersByTag(String sid, String tag) SoapDocumentMetadataService.getAccessControlList(String sid, long templateId) SoapDocumentService.getAccessControlList(String sid, long docId) SoapFolderService.getAccessControlList(String sid, long folderId) SoapDocumentService.getAliases(String sid, long docId) SoapDocumentMetadataService.getAttributeOptions(String sid, long setId, String attribute) SoapDocumentMetadataService.getAttributeOptionsByCategory(String sid, long setId, String attribute, String category) SoapDocumentMetadataService.getAttributeSet(String sid, String name) SoapDocumentMetadataService.getAttributeSetById(String sid, long setId) SoapBookmarkService.getBookmarks(String sid) javax.activation.DataHandlerSoapDocumentService.getContent(String sid, long docId) SoapFolderService.getDefaultWorkspace(String sid) SoapDocumentService.getDocument(String sid, long docId) SoapDocumentService.getDocumentByCustomId(String sid, String customId) SoapDocumentService.getDocuments(String sid, List<Long> docIds) SoapTagService.getDocumentTags(String sid, long docId) SoapDocumentService.getExtractedText(String sid, long docId) SoapTagService.getFolderTags(String sid, long folderId) SoapDocumentService.getRatings(String sid, long docId) SoapDocumentService.getRecentDocuments(String sid, Integer max) javax.activation.DataHandlerSoapDocumentService.getResource(String sid, long docId, String fileVersion, String suffix) SoapFolderService.getRootFolder(String sid) SoapSystemService.getStatistics(String sid) SoapTagService.getTagCloud(String sid) SoapTagService.getTagsPreset(String sid) SoapDocumentMetadataService.getTemplate(String sid, String name) SoapDocumentMetadataService.getTemplateById(String sid, long templateId) SoapSystemService.getTenantStatistics(String sid, long tenantId) SoapDocumentService.getVersion(String sid, long docId, String version) javax.activation.DataHandlerSoapDocumentService.getVersionContent(String sid, long docId, String version) SoapDocumentService.getVersions(String sid, long docId) booleanSoapDocumentService.isDownload(String sid, long docId) booleanbooleanbooleanbooleanSoapDocumentMetadataService.isReadable(String sid, long templateId) booleanSoapFolderService.isReadable(String sid, long folderId) booleanSoapDocumentMetadataService.isWritable(String sid, long templateId) booleanSoapFolderService.isWritable(String sid, long folderId) booleanSoapDocumentService.list(String sid, long folderId, String fileName, String sort, Integer page, Integer max) SoapDocumentMetadataService.listAttributeSets(String sid) SoapFolderService.listChildren(String sid, long folderId) SoapDocumentService.listDocuments(String sid, long folderId, String fileName) SoapDocumentMetadataService.listTemplates(String sid) SoapFolderService.listWorkspaces(String sid) voidSoapAuthService.loginApiKey(String apiKey) voidvoidvoidvoidSoapDocumentService.promoteVersion(String sid, long docId, String version) SoapDocumentService.rateDocument(String sid, long docId, int vote) voidvoidvoidvoidSoapDocumentService.replaceFile(String sid, long docId, String fileVersion, String comment, javax.activation.DataHandler content) voidSoapBookmarkService.saveBookmark(String sid, WSBookmark bookmark) voidSoapDocumentService.sendEmail(String sid, List<Long> docIds, String recipients, String subject, String message) voidSoapDocumentMetadataService.setAccessControlList(String sid, long templateId, List<WSAccessControlEntry> acl) voidSoapDocumentService.setAccessControlList(String sid, long docId, List<WSAccessControlEntry> acl) voidSoapFolderService.setAccessControlList(String sid, long folderId, List<WSAccessControlEntry> acl) voidSoapTagService.setDocumentTags(String sid, long docId, List<String> tags) voidSoapTagService.setFolderTags(String sid, long folderId, List<String> tags) voidSoapDocumentService.setPassword(String sid, long docId, String password) longSoapDocumentMetadataService.storeTemplate(String sid, WSTemplate wsTemplate) voidSoapBookmarkService.unbookmarkDocument(String sid, long docId) voidSoapBookmarkService.unbookmarkFolder(String sid, long folderId) voidbooleanvoidSoapDocumentService.unsetPassword(String sid, long docId, String currentPassword) voidSoapDocumentService.update(String sid, WSDocument document) voidlongSoapDocumentService.upload(String sid, Long docId, Long folderId, boolean release, String filename, String language, javax.activation.DataHandler content) voidSoapDocumentService.uploadResource(String sid, long docId, String fileVersion, String suffix, javax.activation.DataHandler content)