Index

A B C D E F G H I L M N O P R S T U V _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

add(Injection) - Method in class org.eclipse.jetty.plus.annotation.InjectionCollection
 
add(LifeCycleCallback) - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallbackCollection
Add a Callback to the list of callbacks.

B

bindToENC(Object, String, String) - Static method in class org.eclipse.jetty.plus.jndi.NamingEntryUtil
Link a name in a webapp's java:/comp/env namespace to a pre-existing resource.
bindToENC(String) - Method in class org.eclipse.jetty.plus.jndi.Link
 
bindToENC(String) - Method in class org.eclipse.jetty.plus.jndi.NamingEntry
Add a java:comp/env binding for the object represented by this NamingEntry, but bind it as the name supplied
bindToENC(String) - Method in class org.eclipse.jetty.plus.jndi.Transaction
Allow other bindings of UserTransaction.
bindTransactionToENC(String) - Static method in class org.eclipse.jetty.plus.jndi.Transaction
 

C

callback(Object) - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallback
 
callback(Object) - Method in class org.eclipse.jetty.plus.annotation.PostConstructCallback
 
callback(Object) - Method in class org.eclipse.jetty.plus.annotation.PreDestroyCallback
 
callPostConstructCallback(Object) - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallbackCollection
Call the method, if one exists, that is annotated with @PostConstruct or with <post-construct> in web.xml
callPreDestroyCallback(Object) - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallbackCollection
Call the method, if one exists, that is annotated with @PreDestroy or with <pre-destroy> in web.xml

D

DataSourceCloser - Class in org.eclipse.jetty.plus.jndi
Close a DataSource.
DataSourceCloser(DataSource) - Constructor for class org.eclipse.jetty.plus.jndi.DataSourceCloser
 
DataSourceCloser(DataSource, String) - Constructor for class org.eclipse.jetty.plus.jndi.DataSourceCloser
 
DataSourceLoginService - Class in org.eclipse.jetty.plus.security
DataSourceLoginService
DataSourceLoginService() - Constructor for class org.eclipse.jetty.plus.security.DataSourceLoginService
 
DataSourceLoginService(String) - Constructor for class org.eclipse.jetty.plus.security.DataSourceLoginService
 
DataSourceLoginService(String, IdentityService) - Constructor for class org.eclipse.jetty.plus.security.DataSourceLoginService
 
DataSourceLoginService.DBUserPrincipal - Class in org.eclipse.jetty.plus.security
DBUser
DBUserPrincipal(String, Credential, int) - Constructor for class org.eclipse.jetty.plus.security.DataSourceLoginService.DBUserPrincipal
 
destroy() - Method in class org.eclipse.jetty.plus.jndi.DataSourceCloser
 
destroyContextForScope(Object) - Static method in class org.eclipse.jetty.plus.jndi.NamingEntryUtil
 

E

EnvEntry - Class in org.eclipse.jetty.plus.jndi
EnvEntry
EnvEntry(Object, String, Object, boolean) - Constructor for class org.eclipse.jetty.plus.jndi.EnvEntry
 
EnvEntry(String, Object) - Constructor for class org.eclipse.jetty.plus.jndi.EnvEntry
 
EnvEntry(String, Object, boolean) - Constructor for class org.eclipse.jetty.plus.jndi.EnvEntry
 
equals(Object) - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallback
 
equals(Object) - Method in class org.eclipse.jetty.plus.annotation.PostConstructCallback
 
equals(Object) - Method in class org.eclipse.jetty.plus.annotation.PreDestroyCallback
 

F

findMethod(Package, Class<?>, String, boolean) - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallback
Find a method of the given name either directly in the given class, or inherited.

G

getContextForScope(Object) - Static method in class org.eclipse.jetty.plus.jndi.NamingEntryUtil
 
getCreateTables() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
getInjection(String, Class<?>, Field) - Method in class org.eclipse.jetty.plus.annotation.InjectionCollection
 
getInjection(String, Class<?>, Method, Class<?>) - Method in class org.eclipse.jetty.plus.annotation.InjectionCollection
 
getInjections(String) - Method in class org.eclipse.jetty.plus.annotation.InjectionCollection
 
getJndiName() - Method in class org.eclipse.jetty.plus.annotation.Injection
Get the jndiName.
getJndiName() - Method in class org.eclipse.jetty.plus.jndi.NamingEntry
Get the unique name of the object relative to the scope
getJndiName() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
getJndiNameInScope() - Method in class org.eclipse.jetty.plus.jndi.NamingEntry
Get the name of the object, fully qualified with the scope
getKey() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService.DBUserPrincipal
 
getLink() - Method in class org.eclipse.jetty.plus.jndi.Link
 
getMappingName() - Method in class org.eclipse.jetty.plus.annotation.Injection
 
getMethodName() - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallback
 
getNameForScope(Object) - Static method in class org.eclipse.jetty.plus.jndi.NamingEntryUtil
 
getNamingEntryNameInScope() - Method in class org.eclipse.jetty.plus.jndi.NamingEntry
 
getParamClass() - Method in class org.eclipse.jetty.plus.annotation.Injection
 
getPostConstructCallbackMap() - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallbackCollection
Generate a read-only view of the post-construct callbacks
getPostConstructCallbacks() - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallbackCollection
Amalgamate all post-construct callbacks and return a read only set
getPostConstructCallbacks(Object) - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallbackCollection
 
getPreDestroyCallbackMap() - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallbackCollection
Generate a read-only view of the pre-destroy callbacks
getPreDestroyCallbacks() - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallbackCollection
Amalgamate all pre-destroy callbacks and return a read only set
getPreDestroyCallbacks(Object) - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallbackCollection
 
getResourceClass() - Method in class org.eclipse.jetty.plus.annotation.Injection
 
getRoleTableKey() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
getRoleTableName() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
getRoleTableRoleField() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
getServer() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
getTarget() - Method in class org.eclipse.jetty.plus.annotation.Injection
Get the target.
getTarget() - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallback
Get the target.
getTargetClass() - Method in class org.eclipse.jetty.plus.annotation.Injection
 
getTargetClass() - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallback
 
getTargetClassName() - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallback
 
getUserRoleTableName() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
getUserRoleTableRoleKey() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
getUserRoleTableUserKey() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
getUserTableKey() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
getUserTableName() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
getUserTablePasswordField() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
getUserTableUserField() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 

H

hashCode() - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallback
 

I

initDb() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
Lookup the datasource for the jndiName and formulate the necessary sql query strings based on the configured table and column names.
inject(Object) - Method in class org.eclipse.jetty.plus.annotation.Injection
Inject a value for a Resource from JNDI into an object
inject(Object) - Method in class org.eclipse.jetty.plus.annotation.InjectionCollection
 
injectField(Field, Object) - Method in class org.eclipse.jetty.plus.annotation.Injection
Inject value from jndi into a field of an instance
Injection - Class in org.eclipse.jetty.plus.annotation
Injection
Injection(Class<?>, Field, Class<?>, String, String) - Constructor for class org.eclipse.jetty.plus.annotation.Injection
 
Injection(Class<?>, Method, Class<?>, Class<?>, String, String) - Constructor for class org.eclipse.jetty.plus.annotation.Injection
 
Injection(Class<?>, String, Class<?>, String, String) - Constructor for class org.eclipse.jetty.plus.annotation.Injection
 
INJECTION_COLLECTION - Static variable in class org.eclipse.jetty.plus.annotation.InjectionCollection
 
InjectionCollection - Class in org.eclipse.jetty.plus.annotation
InjectionCollection Map of classname to all injections requested on that class, whether by declaration in web.xml or via equivalent annotations.
InjectionCollection() - Constructor for class org.eclipse.jetty.plus.annotation.InjectionCollection
 
injectMethod(Method, Object) - Method in class org.eclipse.jetty.plus.annotation.Injection
Inject value from jndi into a setter method of an instance
isField() - Method in class org.eclipse.jetty.plus.annotation.Injection
 
isMethod() - Method in class org.eclipse.jetty.plus.annotation.Injection
 
isOverrideWebXml() - Method in class org.eclipse.jetty.plus.jndi.EnvEntry
 

L

LIFECYCLE_CALLBACK_COLLECTION - Static variable in class org.eclipse.jetty.plus.annotation.LifeCycleCallbackCollection
 
LifeCycleCallback - Class in org.eclipse.jetty.plus.annotation
LifeCycleCallback Holds information about a class and method that has either been configured in web.xml to have postconstruct or predestroy callbacks, or has the equivalent annotations.
LifeCycleCallback(Class<?>, String) - Constructor for class org.eclipse.jetty.plus.annotation.LifeCycleCallback
 
LifeCycleCallback(String, String) - Constructor for class org.eclipse.jetty.plus.annotation.LifeCycleCallback
 
LifeCycleCallbackCollection - Class in org.eclipse.jetty.plus.annotation
LifeCycleCallbackCollection This class collects the classes and methods that have been configured in web.xml with postconstruct/predestroy callbacks, or that contain the equivalent annotations.
LifeCycleCallbackCollection() - Constructor for class org.eclipse.jetty.plus.annotation.LifeCycleCallbackCollection
 
Link - Class in org.eclipse.jetty.plus.jndi
 
Link(Object, String, String) - Constructor for class org.eclipse.jetty.plus.jndi.Link
 
Link(String, String) - Constructor for class org.eclipse.jetty.plus.jndi.Link
 
loadRoleInfo(UserPrincipal) - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
loadUserInfo(String) - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
lookup(Object, String) - Static method in class org.eclipse.jetty.plus.jndi.NamingEntryUtil
 
lookupInjectedValue() - Method in class org.eclipse.jetty.plus.annotation.Injection
The Resource must already exist in the ENC of this webapp.
lookupNamingEntries(Object, Class<T>) - Static method in class org.eclipse.jetty.plus.jndi.NamingEntryUtil
Get all NameEntries of a certain type in the given naming environment scope (server-wide names or context-specific names)
lookupNamingEntry(Object, String) - Static method in class org.eclipse.jetty.plus.jndi.NamingEntryUtil
Find a NamingEntry in the given scope.

M

makeNamingEntryName(NameParser, String) - Static method in class org.eclipse.jetty.plus.jndi.NamingEntryUtil
 
makeNamingEntryName(NameParser, NamingEntry) - Static method in class org.eclipse.jetty.plus.jndi.NamingEntryUtil
 

N

NamingEntry - Class in org.eclipse.jetty.plus.jndi
NamingEntry
NamingEntry(Object, String, Object) - Constructor for class org.eclipse.jetty.plus.jndi.NamingEntry
Create a NamingEntry.
NamingEntryUtil - Class in org.eclipse.jetty.plus.jndi
 
NamingEntryUtil() - Constructor for class org.eclipse.jetty.plus.jndi.NamingEntryUtil
 

O

org.eclipse.jetty.plus - module org.eclipse.jetty.plus
 
org.eclipse.jetty.plus.annotation - package org.eclipse.jetty.plus.annotation
Jetty Plus : Limited JEE Annotation Support
org.eclipse.jetty.plus.jndi - package org.eclipse.jetty.plus.jndi
Jetty Plus : Limited JEE Jndi Support
org.eclipse.jetty.plus.security - package org.eclipse.jetty.plus.security
Jetty Plus : Limited JEE Security Support

P

PostConstructCallback - Class in org.eclipse.jetty.plus.annotation
PostConstructCallback
PostConstructCallback(Class<?>, String) - Constructor for class org.eclipse.jetty.plus.annotation.PostConstructCallback
 
PostConstructCallback(String, String) - Constructor for class org.eclipse.jetty.plus.annotation.PostConstructCallback
 
PreDestroyCallback - Class in org.eclipse.jetty.plus.annotation
PreDestroyCallback
PreDestroyCallback(Class<?>, String) - Constructor for class org.eclipse.jetty.plus.annotation.PreDestroyCallback
 
PreDestroyCallback(String, String) - Constructor for class org.eclipse.jetty.plus.annotation.PreDestroyCallback
 

R

release() - Method in class org.eclipse.jetty.plus.jndi.NamingEntry
Unbind this NamingEntry entirely
Resource - Class in org.eclipse.jetty.plus.jndi
Resource
Resource(Object, String, Object) - Constructor for class org.eclipse.jetty.plus.jndi.Resource
 
Resource(String, Object) - Constructor for class org.eclipse.jetty.plus.jndi.Resource
 

S

save(Object) - Method in class org.eclipse.jetty.plus.jndi.NamingEntry
Save the NamingEntry for later use.
setCreateTables(boolean) - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
setJndiName(String) - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
setRoleTableKey(String) - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
setRoleTableName(String) - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
setRoleTableRoleField(String) - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
setServer(Server) - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
setUserRoleTableName(String) - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
setUserRoleTableRoleKey(String) - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
setUserRoleTableUserKey(String) - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
setUserTableKey(String) - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
setUserTableName(String) - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
setUserTablePasswordField(String) - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 
setUserTableUserField(String) - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
 

T

toString() - Method in class org.eclipse.jetty.plus.jndi.NamingEntry
 
toStringMetaData() - Method in class org.eclipse.jetty.plus.jndi.EnvEntry
 
toStringMetaData() - Method in class org.eclipse.jetty.plus.jndi.Link
 
toStringMetaData() - Method in class org.eclipse.jetty.plus.jndi.NamingEntry
 
Transaction - Class in org.eclipse.jetty.plus.jndi
Transaction Class to represent a JTA UserTransaction impl.
Transaction(String, Object) - Constructor for class org.eclipse.jetty.plus.jndi.Transaction
 
Transaction(String, Reference) - Constructor for class org.eclipse.jetty.plus.jndi.Transaction
 

U

unbindENC() - Method in class org.eclipse.jetty.plus.jndi.NamingEntry
Unbind this NamingEntry from a java:comp/env
unbindENC() - Method in class org.eclipse.jetty.plus.jndi.Transaction
Unbind this Transaction from a java:comp
USER_TRANSACTION - Static variable in class org.eclipse.jetty.plus.jndi.Transaction
 

V

validate(Class<?>, Method) - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallback
 
validate(Class<?>, Method) - Method in class org.eclipse.jetty.plus.annotation.PostConstructCallback
Commons Annotation Specification section 2.5 - no params - must be void return - no checked exceptions - cannot be static
validate(Class<?>, Method) - Method in class org.eclipse.jetty.plus.annotation.PreDestroyCallback
Commons Annotations Specification section 2.6: - no params to method - returns void - no checked exceptions - not static

_

__contextName - Static variable in class org.eclipse.jetty.plus.jndi.NamingEntry
 
__EMPTY_ARGS - Static variable in class org.eclipse.jetty.plus.annotation.LifeCycleCallback
 
_jndiName - Variable in class org.eclipse.jetty.plus.jndi.NamingEntry
 
_namingEntryNameString - Variable in class org.eclipse.jetty.plus.jndi.NamingEntry
 
_objectNameString - Variable in class org.eclipse.jetty.plus.jndi.NamingEntry
 
_scope - Variable in class org.eclipse.jetty.plus.jndi.NamingEntry
 
A B C D E F G H I L M N O P R S T U V _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form