A B C D E F G H I J L O P R S T U

A

AbstractAuthenticationFactory - Class in org.outerj.daisy.authentication
 
AbstractAuthenticationFactory() - Constructor for class org.outerj.daisy.authentication.AbstractAuthenticationFactory
 
addHandler(HttpHandler) - Method in interface org.outerj.daisy.httpconnector.HttpConnector
Adds a new handler to the HTTP context.
addLink(LinkType, long, long, long, long) - Method in interface org.outerj.daisy.linkextraction.LinkCollector
 
addLink(LinkType, String) - Method in interface org.outerj.daisy.linkextraction.LinkCollector
 
AuthenticationException - Exception in org.outerj.daisy.authentication
 
AuthenticationException(String) - Constructor for exception org.outerj.daisy.authentication.AuthenticationException
 
AuthenticationException(String, Throwable) - Constructor for exception org.outerj.daisy.authentication.AuthenticationException
 
AuthenticationScheme - Interface in org.outerj.daisy.authentication
A means to do password-based authentication.
AuthenticationSchemeRegistrar - Interface in org.outerj.daisy.authentication
 

B

BadRequestException - Exception in org.outerj.daisy.httpconnector
 
BadRequestException(String) - Constructor for exception org.outerj.daisy.httpconnector.BadRequestException
 
begin() - Method in interface org.outerj.daisy.docdiff.DocDiffOutput
 
beginFieldChanges() - Method in interface org.outerj.daisy.docdiff.DocDiffOutput
 
beginLinkChanges() - Method in interface org.outerj.daisy.docdiff.DocDiffOutput
 
beginPartChanges() - Method in interface org.outerj.daisy.docdiff.DocDiffOutput
 
buildErrorXml(Throwable) - Static method in class org.outerj.daisy.httpconnector.HttpUtil
 

C

CachingAuthenticationScheme - Class in org.outerj.daisy.authentication
A wrapper around an AuthenticationScheme that performs credential caching.
CachingAuthenticationScheme(AuthenticationScheme, long, int) - Constructor for class org.outerj.daisy.authentication.CachingAuthenticationScheme
 
check(Credentials) - Method in interface org.outerj.daisy.authentication.AuthenticationScheme
 
check(Credentials) - Method in class org.outerj.daisy.authentication.CachingAuthenticationScheme
 
clearCaches() - Method in interface org.outerj.daisy.authentication.AuthenticationScheme
Clear caches maintained by this authentication scheme, if any.
clearCaches() - Method in class org.outerj.daisy.authentication.CachingAuthenticationScheme
 
closeConnection(Connection) - Method in class org.outerj.daisy.jdbcutil.JdbcHelper
 
closeStatement(Statement) - Method in class org.outerj.daisy.jdbcutil.JdbcHelper
 
create(String, UserManager) - Method in class org.outerj.daisy.authentication.UserCreator
 
createUser(Credentials, UserManager) - Method in interface org.outerj.daisy.authentication.AuthenticationScheme
If a user does not exist, the authentication scheme can be offered the possibility to create the user (this is defined in the configuration of the UserAuthenticator).
createUser(Credentials, UserManager) - Method in class org.outerj.daisy.authentication.CachingAuthenticationScheme
 
createUser(Configuration, String) - Static method in class org.outerj.daisy.authentication.UserCreatorFactory
 

D

DaisyUserPrincipal - Interface in org.outerj.daisy.httpconnector
 
DiffGenerator - Class in org.outerj.daisy.docdiff
This class generates information about the differences between two versions of a document.
DiffGenerator(Version, Version, DocDiffOutput) - Constructor for class org.outerj.daisy.docdiff.DiffGenerator
 
dispose() - Method in class org.outerj.daisy.authentication.AbstractAuthenticationFactory
 
DocDiffOutput - Interface in org.outerj.daisy.docdiff
 
DocDiffOutputHelper - Class in org.outerj.daisy.docdiff
A context/helper object for implementations of DocDiffOutput.
DocDiffOutputHelper(Document, Document, Version, Version, Repository, Locale) - Constructor for class org.outerj.daisy.docdiff.DocDiffOutputHelper
 

E

enableLogging(Logger) - Method in class org.outerj.daisy.authentication.AbstractAuthenticationFactory
 
end() - Method in interface org.outerj.daisy.docdiff.DocDiffOutput
 
endFieldChanges() - Method in interface org.outerj.daisy.docdiff.DocDiffOutput
 
endLinkChanges() - Method in interface org.outerj.daisy.docdiff.DocDiffOutput
 
endPartChanges() - Method in interface org.outerj.daisy.docdiff.DocDiffOutput
 
extractLinks(Part, LinkCollector, long, long) - Method in interface org.outerj.daisy.linkextraction.LinkExtractor
 

F

FIELD - Static variable in class org.outerj.daisy.linkextraction.LinkType
 
fieldAdded(Field) - Method in interface org.outerj.daisy.docdiff.DocDiffOutput
 
fieldRemoved(Field) - Method in interface org.outerj.daisy.docdiff.DocDiffOutput
 
fieldUpdated(Field, Field) - Method in interface org.outerj.daisy.docdiff.DocDiffOutput
 
fromString(String) - Static method in class org.outerj.daisy.linkextraction.LinkType
 

G

generateDiff() - Method in class org.outerj.daisy.docdiff.DiffGenerator
 
getBooleanParam(HttpRequest, String) - Static method in class org.outerj.daisy.httpconnector.HttpUtil
 
getBranchId(HttpRequest, Repository) - Static method in class org.outerj.daisy.httpconnector.HttpUtil
 
getBranchId(HttpRequest, Repository, String) - Static method in class org.outerj.daisy.httpconnector.HttpUtil
 
getBranchId(String) - Method in interface org.outerj.daisy.linkextraction.LinkCollector
 
getByCode(String) - Static method in class org.outerj.daisy.linkextraction.LinkType
 
getCode() - Method in class org.outerj.daisy.linkextraction.LinkType
 
getDayOfMonthFunction() - Method in class org.outerj.daisy.jdbcutil.JdbcHelper
 
getDayOfWeekFunction() - Method in class org.outerj.daisy.jdbcutil.JdbcHelper
 
getDayOfYearFunction() - Method in class org.outerj.daisy.jdbcutil.JdbcHelper
 
getDescription() - Method in interface org.outerj.daisy.authentication.AuthenticationScheme
 
getDescription() - Method in class org.outerj.daisy.authentication.CachingAuthenticationScheme
 
getDocument1() - Method in class org.outerj.daisy.docdiff.DocDiffOutputHelper
 
getDocument2() - Method in class org.outerj.daisy.docdiff.DocDiffOutputHelper
 
getExtractMonthFunction() - Method in class org.outerj.daisy.jdbcutil.JdbcHelper
1 = January
getExtractYearFunction() - Method in class org.outerj.daisy.jdbcutil.JdbcHelper
 
getFieldLabel(long) - Method in class org.outerj.daisy.docdiff.DocDiffOutputHelper
 
getFieldType(long) - Method in class org.outerj.daisy.docdiff.DocDiffOutputHelper
 
getInstance(String, Logger) - Static method in class org.outerj.daisy.jdbcutil.JdbcHelper
 
getInstance(DataSource, Logger) - Static method in class org.outerj.daisy.jdbcutil.JdbcHelper
 
getLanguageId(HttpRequest, Repository) - Static method in class org.outerj.daisy.httpconnector.HttpUtil
 
getLanguageId(HttpRequest, Repository, String) - Static method in class org.outerj.daisy.httpconnector.HttpUtil
 
getLanguageId(String) - Method in interface org.outerj.daisy.linkextraction.LinkCollector
 
getLocale() - Method in class org.outerj.daisy.docdiff.DocDiffOutputHelper
 
getLongParam(HttpRequest, String) - Static method in class org.outerj.daisy.httpconnector.HttpUtil
 
getLowerCaseFunction() - Method in class org.outerj.daisy.jdbcutil.JdbcHelper
 
getName() - Method in interface org.outerj.daisy.authentication.AuthenticationScheme
A unique name for this authentication scheme (max.
getName() - Method in class org.outerj.daisy.authentication.CachingAuthenticationScheme
 
getName() - Method in interface org.outerj.daisy.repository.PreSaveHook
 
getNextId() - Method in class org.outerj.daisy.jdbcutil.SqlCounter
 
getPartLabel(long) - Method in class org.outerj.daisy.docdiff.DocDiffOutputHelper
 
getPartType(long) - Method in class org.outerj.daisy.docdiff.DocDiffOutputHelper
 
getRepository() - Method in class org.outerj.daisy.docdiff.DocDiffOutputHelper
 
getRepository() - Method in interface org.outerj.daisy.httpconnector.DaisyUserPrincipal
 
getSharedLockClause() - Method in class org.outerj.daisy.jdbcutil.JdbcHelper
 
getStringConcatFunction() - Method in class org.outerj.daisy.jdbcutil.JdbcHelper
 
getStringLeftFunction() - Method in class org.outerj.daisy.jdbcutil.JdbcHelper
 
getStringLengthFunction() - Method in class org.outerj.daisy.jdbcutil.JdbcHelper
Returns the name of a SQL function that gets the length of a string (in characters, not in bytes).
getStringParam(HttpRequest, String) - Static method in class org.outerj.daisy.httpconnector.HttpUtil
 
getStringParam(HttpRequest, String, String) - Static method in class org.outerj.daisy.httpconnector.HttpUtil
 
getStringRightFunction() - Method in class org.outerj.daisy.jdbcutil.JdbcHelper
 
getSubstringFunction() - Method in class org.outerj.daisy.jdbcutil.JdbcHelper
 
getUpperCaseFunction() - Method in class org.outerj.daisy.jdbcutil.JdbcHelper
 
getVersion1() - Method in class org.outerj.daisy.docdiff.DocDiffOutputHelper
 
getVersion2() - Method in class org.outerj.daisy.docdiff.DocDiffOutputHelper
 
getWeekFunction() - Method in class org.outerj.daisy.jdbcutil.JdbcHelper
First week = week with a sunday.

H

HttpConnector - Interface in org.outerj.daisy.httpconnector
 
HttpUtil - Class in org.outerj.daisy.httpconnector
 
HttpUtil() - Constructor for class org.outerj.daisy.httpconnector.HttpUtil
 

I

IMAGE - Static variable in class org.outerj.daisy.linkextraction.LinkType
 
INCLUDE - Static variable in class org.outerj.daisy.linkextraction.LinkType
 
initialize() - Method in class org.outerj.daisy.authentication.AbstractAuthenticationFactory
 
INLINE - Static variable in class org.outerj.daisy.linkextraction.LinkType
 

J

JdbcHelper - Class in org.outerj.daisy.jdbcutil
 

L

linkAdded(Link) - Method in interface org.outerj.daisy.docdiff.DocDiffOutput
 
LinkCollector - Interface in org.outerj.daisy.linkextraction
 
LinkExtractor - Interface in org.outerj.daisy.linkextraction
 
LinkExtractorRegistrar - Interface in org.outerj.daisy.linkextraction
 
linkRemoved(Link) - Method in interface org.outerj.daisy.docdiff.DocDiffOutput
 
LinkType - Class in org.outerj.daisy.linkextraction
 
logger - Variable in class org.outerj.daisy.authentication.AbstractAuthenticationFactory
 

O

org.outerj.daisy.authentication - package org.outerj.daisy.authentication
 
org.outerj.daisy.backuplock - package org.outerj.daisy.backuplock
 
org.outerj.daisy.docdiff - package org.outerj.daisy.docdiff
 
org.outerj.daisy.httpconnector - package org.outerj.daisy.httpconnector
 
org.outerj.daisy.jdbcutil - package org.outerj.daisy.jdbcutil
 
org.outerj.daisy.linkextraction - package org.outerj.daisy.linkextraction
 
org.outerj.daisy.repository - package org.outerj.daisy.repository
 
OTHER - Static variable in class org.outerj.daisy.linkextraction.LinkType
 
OUT_OF_LINE - Static variable in class org.outerj.daisy.linkextraction.LinkType
 

P

parseId(String, String) - Static method in class org.outerj.daisy.httpconnector.HttpUtil
 
partAdded(Part) - Method in interface org.outerj.daisy.docdiff.DocDiffOutput
 
partMightBeUpdated(Part) - Method in interface org.outerj.daisy.docdiff.DocDiffOutput
 
partRemoved(Part) - Method in interface org.outerj.daisy.docdiff.DocDiffOutput
 
partUnchanged(Part) - Method in interface org.outerj.daisy.docdiff.DocDiffOutput
 
partUpdated(Part, Part, String, String) - Method in interface org.outerj.daisy.docdiff.DocDiffOutput
The parameters part1Data and part2Data are either both null or both have a value.
PreSaveHook - Interface in org.outerj.daisy.repository
A pre-save hook is executed after the repository user requested to save the document, but before the document is actually saved.
PreSaveHookRegistrar - Interface in org.outerj.daisy.repository
 
process(Document, Repository) - Method in interface org.outerj.daisy.repository.PreSaveHook
 

R

register(String, SuspendableProcess) - Method in interface org.outerj.daisy.backuplock.SuspendForBackupRegistrar
 
registerAuthenticationScheme(AuthenticationScheme) - Method in interface org.outerj.daisy.authentication.AuthenticationSchemeRegistrar
 
registerLinkExtractor(String, String, LinkExtractor) - Method in interface org.outerj.daisy.linkextraction.LinkExtractorRegistrar
 
registerPreSaveHook(PreSaveHook) - Method in interface org.outerj.daisy.repository.PreSaveHookRegistrar
 
removeHandler(HttpHandler) - Method in interface org.outerj.daisy.httpconnector.HttpConnector
 
resumeExecution() - Method in interface org.outerj.daisy.backuplock.SuspendableProcess
 
rollback(Connection) - Method in class org.outerj.daisy.jdbcutil.JdbcHelper
 

S

schemes - Variable in class org.outerj.daisy.authentication.AbstractAuthenticationFactory
 
sendCustomError(String, int, HttpResponse) - Static method in class org.outerj.daisy.httpconnector.HttpUtil
 
sendCustomError(Throwable, int, HttpResponse) - Static method in class org.outerj.daisy.httpconnector.HttpUtil
 
service(ServiceManager) - Method in class org.outerj.daisy.authentication.AbstractAuthenticationFactory
 
SqlCounter - Class in org.outerj.daisy.jdbcutil
 
SqlCounter(String, DataSource, Logger) - Constructor for class org.outerj.daisy.jdbcutil.SqlCounter
 
startTransaction(Connection) - Method in class org.outerj.daisy.jdbcutil.JdbcHelper
 
SuspendableProcess - Interface in org.outerj.daisy.backuplock
 
suspendExecution(long) - Method in interface org.outerj.daisy.backuplock.SuspendableProcess
 
SuspendForBackupRegistrar - Interface in org.outerj.daisy.backuplock
Allows to register processes with the repository server that should be suspended before other core repository services (such as the blobstore) are suspended for the purpose of backup.

T

toString() - Method in class org.outerj.daisy.linkextraction.LinkType
 

U

unregister(SuspendableProcess) - Method in interface org.outerj.daisy.backuplock.SuspendForBackupRegistrar
 
unregisterAuthenticationScheme(AuthenticationScheme) - Method in interface org.outerj.daisy.authentication.AuthenticationSchemeRegistrar
 
unregisterPreSaveHook(PreSaveHook) - Method in interface org.outerj.daisy.repository.PreSaveHookRegistrar
 
UserCreator - Class in org.outerj.daisy.authentication
 
UserCreator(String[], String, boolean, String) - Constructor for class org.outerj.daisy.authentication.UserCreator
 
UserCreatorFactory - Class in org.outerj.daisy.authentication
 
UserCreatorFactory() - Constructor for class org.outerj.daisy.authentication.UserCreatorFactory
 

A B C D E F G H I J L O P R S T U

Copyright © -2012 . All Rights Reserved.