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

A

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

B

BadRequestException - exception org.outerj.daisy.httpconnector.BadRequestException.
 
BadRequestException(String) - Constructor for class 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 org.outerj.daisy.authentication.CachingAuthenticationScheme.
A wrapper around an AuthenticationScheme that performs credential caching.
CachingAuthenticationScheme(AuthenticationScheme, long, int) - Constructor for class org.outerj.daisy.authentication.CachingAuthenticationScheme
 
characters(char[], int, int) - Method in class org.outerj.daisy.httpconnector.XmlSerializer.NamespaceAsAttributes
 
characters(char[], int, int) - Method in class org.outerj.daisy.httpconnector.XmlSerializer
 
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 org.outerj.daisy.httpconnector.DaisyUserPrincipal.
 
DiffGenerator - class org.outerj.daisy.docdiff.DiffGenerator.
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
 
DocDiffOutput - interface org.outerj.daisy.docdiff.DocDiffOutput.
 
DocDiffOutputHelper - class org.outerj.daisy.docdiff.DocDiffOutputHelper.
A context/helper object for implementations of DocDiffOutput.
DocDiffOutputHelper(Document, Document, Version, Version, Repository, Locale) - Constructor for class org.outerj.daisy.docdiff.DocDiffOutputHelper
 
dispose() - Method in class org.outerj.daisy.authentication.AbstractAuthenticationFactory
 

E

enableLogging(Logger) - Method in class org.outerj.daisy.authentication.AbstractAuthenticationFactory
 
end() - Method in interface org.outerj.daisy.docdiff.DocDiffOutput
 
endDocument() - Method in class org.outerj.daisy.httpconnector.XmlSerializer.NamespaceAsAttributes
 
endDocument() - Method in class org.outerj.daisy.httpconnector.XmlSerializer
 
endElement(String, String, String) - Method in class org.outerj.daisy.httpconnector.XmlSerializer.NamespaceAsAttributes
Receive notification of the end of an element.
endElement(String, String, String) - Method in class org.outerj.daisy.httpconnector.XmlSerializer
 
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
 
endPrefixMapping(String) - Method in class org.outerj.daisy.httpconnector.XmlSerializer.NamespaceAsAttributes
End the scope of a prefix-URI mapping: remove entry from mapping tables.
endPrefixMapping(String) - Method in class org.outerj.daisy.httpconnector.XmlSerializer
 

F

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
 

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
 
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
 
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
 
getLocale() - Method in class org.outerj.daisy.docdiff.DocDiffOutputHelper
 
getLongParam(HttpRequest, String) - Static method in class org.outerj.daisy.httpconnector.HttpUtil
 
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
 
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
 
getStringParam(HttpRequest, String) - Static method in class org.outerj.daisy.httpconnector.HttpUtil
 
getVersion1() - Method in class org.outerj.daisy.docdiff.DocDiffOutputHelper
 
getVersion2() - Method in class org.outerj.daisy.docdiff.DocDiffOutputHelper
 

H

HttpConnector - interface org.outerj.daisy.httpconnector.HttpConnector.
 
HttpUtil - class org.outerj.daisy.httpconnector.HttpUtil.
 
HttpUtil() - Constructor for class org.outerj.daisy.httpconnector.HttpUtil
 

I

ignorableWhitespace(char[], int, int) - Method in class org.outerj.daisy.httpconnector.XmlSerializer.NamespaceAsAttributes
 
ignorableWhitespace(char[], int, int) - Method in class org.outerj.daisy.httpconnector.XmlSerializer
 
initialize() - Method in class org.outerj.daisy.authentication.AbstractAuthenticationFactory
 

J

JdbcHelper - class org.outerj.daisy.jdbcutil.JdbcHelper.
 

L

linkAdded(Link) - Method in interface org.outerj.daisy.docdiff.DocDiffOutput
 
linkRemoved(Link) - Method in interface org.outerj.daisy.docdiff.DocDiffOutput
 
logger - Variable in class org.outerj.daisy.authentication.AbstractAuthenticationFactory
 

O

org.outerj.daisy.authentication - package org.outerj.daisy.authentication
 
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
 

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.
processingInstruction(String, String) - Method in class org.outerj.daisy.httpconnector.XmlSerializer.NamespaceAsAttributes
 
processingInstruction(String, String) - Method in class org.outerj.daisy.httpconnector.XmlSerializer
 

R

registerAuthenticationScheme(AuthenticationScheme) - Method in interface org.outerj.daisy.authentication.AuthenticationSchemeRegistrar
 
removeHandler(HttpHandler) - Method in interface org.outerj.daisy.httpconnector.HttpConnector
 
rollback(Connection) - Method in class org.outerj.daisy.jdbcutil.JdbcHelper
 

S

SqlCounter - class org.outerj.daisy.jdbcutil.SqlCounter.
 
SqlCounter(String, DataSource, Logger) - Constructor for class org.outerj.daisy.jdbcutil.SqlCounter
 
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
 
setDocumentLocator(Locator) - Method in class org.outerj.daisy.httpconnector.XmlSerializer.NamespaceAsAttributes
 
setDocumentLocator(Locator) - Method in class org.outerj.daisy.httpconnector.XmlSerializer
 
skippedEntity(String) - Method in class org.outerj.daisy.httpconnector.XmlSerializer.NamespaceAsAttributes
 
skippedEntity(String) - Method in class org.outerj.daisy.httpconnector.XmlSerializer
 
startDocument() - Method in class org.outerj.daisy.httpconnector.XmlSerializer.NamespaceAsAttributes
 
startDocument() - Method in class org.outerj.daisy.httpconnector.XmlSerializer
 
startElement(String, String, String, Attributes) - Method in class org.outerj.daisy.httpconnector.XmlSerializer.NamespaceAsAttributes
Ensure all namespace declarations are present as xmlns: attributes and add those needed before calling superclass.
startElement(String, String, String, Attributes) - Method in class org.outerj.daisy.httpconnector.XmlSerializer
 
startPrefixMapping(String, String) - Method in class org.outerj.daisy.httpconnector.XmlSerializer.NamespaceAsAttributes
Track mappings to be able to add xmlns: attributes in startElement().
startPrefixMapping(String, String) - Method in class org.outerj.daisy.httpconnector.XmlSerializer
 
startTransaction(Connection) - Method in class org.outerj.daisy.jdbcutil.JdbcHelper
 

U

UserCreator - class org.outerj.daisy.authentication.UserCreator.
 
UserCreator(String[], String, boolean, String) - Constructor for class org.outerj.daisy.authentication.UserCreator
 
UserCreatorFactory - class org.outerj.daisy.authentication.UserCreatorFactory.
 
UserCreatorFactory() - Constructor for class org.outerj.daisy.authentication.UserCreatorFactory
 
unregisterAuthenticationScheme(AuthenticationScheme) - Method in interface org.outerj.daisy.authentication.AuthenticationSchemeRegistrar
 

X

XmlSerializer - class org.outerj.daisy.httpconnector.XmlSerializer.
 
XmlSerializer(OutputStream, Logger) - Constructor for class org.outerj.daisy.httpconnector.XmlSerializer
 
XmlSerializer.NamespaceAsAttributes - class org.outerj.daisy.httpconnector.XmlSerializer.NamespaceAsAttributes.
A pipe that ensures that all namespace prefixes are also present as 'xmlns:' attributes.
XmlSerializer.NamespaceAsAttributes(ContentHandler) - Constructor for class org.outerj.daisy.httpconnector.XmlSerializer.NamespaceAsAttributes
 

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

Copyright © -2005 . All Rights Reserved.