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

A

absolute(int) - Method in class com.evermind.sql.SerializableRowSet
 
AbstractUserManager - Class in com.evermind.security
UserManager with default implementation for common methods.
AbstractUserManager() - Constructor for class com.evermind.security.AbstractUserManager
 
addDataSourceListener(DataSourceListener) - Method in class com.evermind.sql.OrionCMTDataSource
 
addDefaultGroup(String) - Method in class com.evermind.security.AbstractUserManager
 
addDefaultGroup(String) - Method in interface com.evermind.security.UserManager
Adds a group to the set of default groups which all users of this manager are members of.
addPermission(Permission) - Method in interface com.evermind.security.Group
Adds a permission to this group.
addRowSetListener(RowSetListener) - Method in class com.evermind.sql.SerializableRowSet
 
addToGroup(String) - Method in interface com.evermind.ejb.EJBUser
 
addToGroup(String) - Method in class com.evermind.ejb.EJBUserBean
 
addToGroup(Group) - Method in interface com.evermind.security.User
Adds the user to the specified group (if possible), throws UnsupportedOperationException if not possible.
addToRole(Principal, String) - Method in interface com.evermind.security.RoleManager
Adds a principal to the specified role, in practice this usually implies adding the principal to the legacy groups the role encompasses.
AdministrationPermission - Class in com.evermind.server
A permission that implies total control over a server/resource.
AdministrationPermission() - Constructor for class com.evermind.server.AdministrationPermission
 
AdministrationPermission(String) - Constructor for class com.evermind.server.AdministrationPermission
 
AdministrationPermission(String, String) - Constructor for class com.evermind.server.AdministrationPermission
 
afterLast() - Method in class com.evermind.sql.SerializableRowSet
 
ApplicationClientInitialContextFactory - Class in com.evermind.server
Context factory for application-client contexts.
ApplicationClientInitialContextFactory() - Constructor for class com.evermind.server.ApplicationClientInitialContextFactory
 
authenticate(String) - Method in interface com.evermind.ejb.EJBUser
 
authenticate(String) - Method in class com.evermind.ejb.EJBUserBean
 
authenticate(String) - Method in interface com.evermind.security.User
Verify this user.

B

beforeFirst() - Method in class com.evermind.sql.SerializableRowSet
 

C

cancelRowUpdates() - Method in class com.evermind.sql.SerializableRowSet
 
certificateIssuerDN - Variable in class com.evermind.ejb.EJBUserBean
 
certificateSerial - Variable in class com.evermind.ejb.EJBUserBean
 
CGI_SPECIFICATION - Static variable in class com.evermind.server.http.CGIServlet
 
CGIServlet - Class in com.evermind.server.http
Servlet used to execute legacy CGI applications.
CGIServlet() - Constructor for class com.evermind.server.http.CGIServlet
 
checkIntegrity() - Method in class com.evermind.sql.OrionPooledDataSource
 
clearParameters() - Method in class com.evermind.sql.SerializableRowSet
 
clearWarnings() - Method in class com.evermind.sql.SerializableRowSet
 
close() - Method in class com.evermind.sql.SerializableRowSet
 
close() - Method in interface com.evermind.util.Logger
Disposes this logger.
com.evermind.ejb - package com.evermind.ejb
 
com.evermind.io - package com.evermind.io
 
com.evermind.security - package com.evermind.security
 
com.evermind.server - package com.evermind.server
 
com.evermind.server.deployment - package com.evermind.server.deployment
 
com.evermind.server.ejb - package com.evermind.server.ejb
 
com.evermind.server.http - package com.evermind.server.http
 
com.evermind.server.rmi - package com.evermind.server.rmi
 
com.evermind.sql - package com.evermind.sql
 
com.evermind.ssl - package com.evermind.ssl
 
com.evermind.util - package com.evermind.util
 
Config - Interface in com.evermind.util
Base interface for configurations.
containsDefaultGroup(String) - Method in class com.evermind.security.AbstractUserManager
Check if this manager contains the named default group.
ContextScanningResourceProvider - Class in com.evermind.server.deployment
A ResourceProvider implementation that acts on a generic JNDI namespace, useful for providers who supply a namespace access mechanism.
ContextScanningResourceProvider() - Constructor for class com.evermind.server.deployment.ContextScanningResourceProvider
 
create(String, String) - Method in interface com.evermind.ejb.EJBUserHome
 
create(URL) - Method in class com.evermind.security.AbstractUserManager
Default implementation, does nothing.
create(URL) - Method in interface com.evermind.util.Config
Instantiate this config as a new Config with the persistence set to the specified URL.
createGroup(String) - Method in class com.evermind.security.AbstractUserManager
Creates a new Group.
createGroup(String) - Method in interface com.evermind.security.UserManager
Creates a new Group.
createPrincipal(String, String) - Method in interface com.evermind.security.RoleManager
Creates a new Principal with the specified username and password.
createPrincipal(String, String, String) - Method in interface com.evermind.security.RoleManager
Creates a new Principal belonging to the specified role.
createPrincipal(String, String, X509Certificate) - Method in interface com.evermind.security.RoleManager
Creates a new Principal and ties the certificate to the principal.
createServerSocket(int, int, InetAddress, Properties, Properties, byte[]) - Method in interface com.evermind.ssl.SSLServerSocketFactory
Creates a new ServerSocket with the specified enviroment.
createSession() - Method in interface com.evermind.server.http.HttpSessionManager
Requests a "fresh" session from the manager, this method is called when a new session needs to be created for a client.
createUser(String, String) - Method in class com.evermind.ejb.EJBUserManager
Creates a new User (entity).
createUser(String, String) - Method in class com.evermind.security.AbstractUserManager
This method throws UnsupportedOperationException for UserManagers that dont support user creation (overriden by managers who do).
createUser(String, String) - Method in interface com.evermind.security.UserManager
Creates a new User.
createUser(String, String) - Method in class com.evermind.sql.DataSourceUserManager
Creates a user and adds the new row to the DataSource table.

D

DataSourceUserManager - Class in com.evermind.sql
UserManager that retrieves the userdata from a DataSource (database).
DataSourceUserManager() - Constructor for class com.evermind.sql.DataSourceUserManager
 
DeadlockException - Exception in com.evermind.server
Exception that signals that a deadlock situation has been detected.
DeadlockException() - Constructor for exception com.evermind.server.DeadlockException
Constructs a new DeadlockException without any message.
DeadlockException(String) - Constructor for exception com.evermind.server.DeadlockException
Constructs a new DeadlockException without a detailed message.
DEBUG - Static variable in class com.evermind.sql.DriverManagerDataSource
 
deleteRow() - Method in class com.evermind.sql.SerializableRowSet
 
description - Variable in class com.evermind.ejb.EJBUserBean
 
destroy() - Method in interface com.evermind.server.http.HttpSessionManager
This method is called when the manager is to be deactivated, for instance at server shutdown, it gives the manager a chance to deallocate it's resources.
destroy(Logger) - Method in class com.evermind.sql.DriverManagerXADataSource
 
destroy(Logger) - Method in class com.evermind.sql.OrionPooledDataSource
 
DriverManagerConnectionPoolDataSource - Class in com.evermind.sql
A ConnectionPoolDataSource implementation for pre-JDBC 2.0 driver implementations, ie for vendors that doesnt supply their own ConnectionPoolDataSource implementation.
DriverManagerConnectionPoolDataSource(DataSource) - Constructor for class com.evermind.sql.DriverManagerConnectionPoolDataSource
 
DriverManagerDataSource - Class in com.evermind.sql
A DataSource implementation that pulls the connections from the java.sql.DriverManager (pre-datasource way of retrieving connections).
DriverManagerDataSource(String) - Constructor for class com.evermind.sql.DriverManagerDataSource
 
DriverManagerDataSource() - Constructor for class com.evermind.sql.DriverManagerDataSource
 
DriverManagerXADataSource - Class in com.evermind.sql
A XADataSource implementation that wraps ordinary JDBC connections.
DriverManagerXADataSource() - Constructor for class com.evermind.sql.DriverManagerXADataSource
 
DriverManagerXADataSource(DataSource) - Constructor for class com.evermind.sql.DriverManagerXADataSource
 

E

ejbActivate() - Method in class com.evermind.ejb.EJBUserBean
 
ejbCreate(String, String) - Method in class com.evermind.ejb.EJBUserBean
 
ejbLoad() - Method in class com.evermind.ejb.EJBUserBean
 
ejbPassivate() - Method in class com.evermind.ejb.EJBUserBean
 
ejbPostCreate(String, String) - Method in class com.evermind.ejb.EJBUserBean
 
ejbRemove() - Method in class com.evermind.ejb.EJBUserBean
 
ejbStore() - Method in class com.evermind.ejb.EJBUserBean
 
EJBUser - Interface in com.evermind.ejb
EJBUser
EJBUserBean - Class in com.evermind.ejb
EJBUserBean
EJBUserBean() - Constructor for class com.evermind.ejb.EJBUserBean
 
EJBUserHome - Interface in com.evermind.ejb
The home of EJBUsers.
EJBUserManager - Class in com.evermind.ejb
UserManager that retrieves the userdata from an EJBHome.
EJBUserManager() - Constructor for class com.evermind.ejb.EJBUserManager
 
EnvironmentPropertyDescription - Class in com.evermind.server.deployment
Description of a configuration property for a component.
EnvironmentPropertyDescription(String) - Constructor for class com.evermind.server.deployment.EnvironmentPropertyDescription
 
EnvironmentPropertyDescription(String, String, String) - Constructor for class com.evermind.server.deployment.EnvironmentPropertyDescription
 
equals(Object) - Method in class com.evermind.server.AdministrationPermission
 
equals(Object, Object) - Method in class com.evermind.sql.DriverManagerXADataSource
 
equals(Object) - Method in class com.evermind.sql.OrionPooledDataSource.User
 
execute() - Method in class com.evermind.sql.SerializableRowSet
 

F

FieldPersistenceManager - Interface in com.evermind.server.ejb
A FieldPersistenceManager handles persistence of one in a CMP entity.
FilePostParser - Class in com.evermind.io
FilePostParser
FilePostParser(InputStream, int) - Constructor for class com.evermind.io.FilePostParser
 
FilePostParser(InputStream, int, String) - Constructor for class com.evermind.io.FilePostParser
 
findAll() - Method in interface com.evermind.ejb.EJBUserHome
 
findByCertificate(String, BigInteger) - Method in interface com.evermind.ejb.EJBUserHome
 
findByCertificate_query - Static variable in interface com.evermind.ejb.EJBUserHome
Orion specific definition of the findByCertificate finder.
findByPrimaryKey(String) - Method in interface com.evermind.ejb.EJBUserHome
 
findColumn(String) - Method in class com.evermind.sql.SerializableRowSet
 
first() - Method in class com.evermind.sql.SerializableRowSet
 

G

get(ResultSet) - Method in interface com.evermind.server.ejb.FieldPersistenceManager
Performs a 'read' operation to retrieve the handled field.
getActions() - Method in class com.evermind.server.AdministrationPermission
 
getAdminUser() - Method in class com.evermind.security.AbstractUserManager
Delegates to parent manager if present, otherwise returns null.
getAdminUser() - Method in interface com.evermind.security.UserManager
Returns the "default" admin user or null if there is none.
getAnonymousUser() - Method in class com.evermind.security.AbstractUserManager
Delegates to parent manager if present, otherwise returns null.
getAnonymousUser() - Method in interface com.evermind.security.UserManager
Returns the default anonymous user or null if none exists.
getArray(int) - Method in class com.evermind.sql.SerializableRowSet
 
getArray(String) - Method in class com.evermind.sql.SerializableRowSet
 
getAsciiStream(int) - Method in class com.evermind.sql.SerializableRowSet
 
getAsciiStream(String) - Method in class com.evermind.sql.SerializableRowSet
 
getAuthentication(HttpServletRequest) - Method in interface com.evermind.server.http.HttpAuthenticator
Identifies the user associated with this request (if any) and returns it's username, null if no user is associated with the request.
getAuthType() - Method in interface com.evermind.server.http.HttpAuthenticator
Returns the authorization-type of this Authenticator.
getAutoCommitConnection(String, String) - Method in class com.evermind.sql.DriverManagerXADataSource
 
getAutoCommitPool() - Method in class com.evermind.sql.DriverManagerXADataSource
 
getBigDecimal(int) - Method in class com.evermind.sql.SerializableRowSet
 
getBigDecimal(int, int) - Method in class com.evermind.sql.SerializableRowSet
Deprecated.  
getBigDecimal(String) - Method in class com.evermind.sql.SerializableRowSet
 
getBigDecimal(String, int) - Method in class com.evermind.sql.SerializableRowSet
Deprecated.  
getBinaryStream(int) - Method in class com.evermind.sql.SerializableRowSet
 
getBinaryStream(String) - Method in class com.evermind.sql.SerializableRowSet
 
getBlob(int) - Method in class com.evermind.sql.SerializableRowSet
 
getBlob(String) - Method in class com.evermind.sql.SerializableRowSet
 
getBoolean(int) - Method in class com.evermind.sql.SerializableRowSet
 
getBoolean(String) - Method in class com.evermind.sql.SerializableRowSet
 
getByte(int) - Method in class com.evermind.sql.SerializableRowSet
 
getByte(String) - Method in class com.evermind.sql.SerializableRowSet
 
getBytes(int) - Method in class com.evermind.sql.SerializableRowSet
 
getBytes(String) - Method in class com.evermind.sql.SerializableRowSet
 
getCachedConnections() - Method in class com.evermind.sql.OrionCMTDataSource
 
getCachedConnections() - Method in class com.evermind.sql.OrionPooledDataSource
 
getCertificateIssuerDN() - Method in interface com.evermind.ejb.EJBUser
 
getCertificateIssuerDN() - Method in class com.evermind.ejb.EJBUserBean
 
getCertificateIssuerDN() - Method in interface com.evermind.security.User
Retrieves the certificate issuer DN for this user, null if certificates are not supported or this user is not associated with a certificate.
getCertificateSerial() - Method in interface com.evermind.ejb.EJBUser
 
getCertificateSerial() - Method in class com.evermind.ejb.EJBUserBean
 
getCertificateSerial() - Method in interface com.evermind.security.User
Retrieves the certificate serial ID for this user, null if certificates are not supported or this user is not associated with a certificate.
getCharacterStream(String) - Method in class com.evermind.sql.SerializableRowSet
 
getCharacterStream(int) - Method in class com.evermind.sql.SerializableRowSet
 
getClob(int) - Method in class com.evermind.sql.SerializableRowSet
 
getClob(String) - Method in class com.evermind.sql.SerializableRowSet
 
getColumns() - Method in interface com.evermind.server.ejb.FieldPersistenceManager
Requests the database columns used by this manager.
getCommand() - Method in class com.evermind.sql.SerializableRowSet
 
getConcurrency() - Method in class com.evermind.sql.SerializableRowSet
 
getConnection(String, String) - Method in class com.evermind.sql.DriverManagerDataSource
 
getConnection() - Method in class com.evermind.sql.DriverManagerDataSource
 
getConnection() - Method in class com.evermind.sql.OrionCMTDataSource
 
getConnection(String, String) - Method in class com.evermind.sql.OrionCMTDataSource
 
getConnection(String, String) - Method in class com.evermind.sql.OrionPooledDataSource
 
getConnection() - Method in class com.evermind.sql.OrionPooledDataSource
 
getContext(ClassLoader, Hashtable, String) - Method in class com.evermind.server.ApplicationClientInitialContextFactory
 
getCursorName() - Method in class com.evermind.sql.SerializableRowSet
 
getDataSourceName() - Method in class com.evermind.sql.SerializableRowSet
 
getDate(int) - Method in class com.evermind.sql.SerializableRowSet
 
getDate(String) - Method in class com.evermind.sql.SerializableRowSet
 
getDate(String, Calendar) - Method in class com.evermind.sql.SerializableRowSet
 
getDate(int, Calendar) - Method in class com.evermind.sql.SerializableRowSet
 
getDefaultConnection() - Method in class com.evermind.sql.DriverManagerXADataSource
 
getDefaultGroups() - Method in class com.evermind.security.AbstractUserManager
 
getDefaultGroups() - Method in interface com.evermind.security.UserManager
Gets the Set of default groups for this UserManager.
getDefaultResource(String) - Method in class com.evermind.server.deployment.ContextScanningResourceProvider
 
getDefaultResource(String) - Method in interface com.evermind.server.deployment.ResourceProvider
Get the default identifier for a specific resource type if any instance is provided of that type through this provider.
getDescription() - Method in interface com.evermind.ejb.EJBUser
 
getDescription() - Method in class com.evermind.ejb.EJBUserBean
 
getDescription() - Method in interface com.evermind.security.Group
Returns a description of this group.
getDescription() - Method in interface com.evermind.security.User
Returns a short description of this user or null if no description is present.
getDescription() - Method in class com.evermind.server.deployment.ContextScanningResourceProvider
 
getDescription() - Method in class com.evermind.server.deployment.EnvironmentPropertyDescription
 
getDescription() - Method in class com.evermind.server.deployment.ResourceInfo
 
getDescription() - Method in interface com.evermind.server.deployment.ResourceProvider
Returns a description of the provider or null if not specified.
getDisplayName() - Method in class com.evermind.server.deployment.ContextScanningResourceProvider
 
getDisplayName() - Method in class com.evermind.server.deployment.EnvironmentPropertyDescription
 
getDisplayName() - Method in class com.evermind.server.deployment.ResourceInfo
 
getDisplayName() - Method in interface com.evermind.server.deployment.ResourceProvider
Returns the display-friendly name of the provider.
getDouble(int) - Method in class com.evermind.sql.SerializableRowSet
 
getDouble(String) - Method in class com.evermind.sql.SerializableRowSet
 
getEscapeProcessing() - Method in class com.evermind.sql.SerializableRowSet
 
getFetchDirection() - Method in class com.evermind.sql.SerializableRowSet
 
getFetchSize() - Method in class com.evermind.sql.SerializableRowSet
 
getFileName() - Method in class com.evermind.io.PostFileInputStream
 
getFloat(int) - Method in class com.evermind.sql.SerializableRowSet
 
getFloat(String) - Method in class com.evermind.sql.SerializableRowSet
 
getGroup(String) - Method in class com.evermind.security.AbstractUserManager
Delegates to parent manager if present, otherwise returns null.
getGroup(String) - Method in interface com.evermind.security.UserManager
Returns the group with the specified name or null if none exists.
getGroup(String) - Method in class com.evermind.sql.DataSourceUserManager
 
getGroupCount() - Method in class com.evermind.security.AbstractUserManager
 
getGroupCount() - Method in interface com.evermind.security.UserManager
Return the number of users contained in this manager.
getGroups() - Method in interface com.evermind.ejb.EJBUser
 
getGroups() - Method in class com.evermind.ejb.EJBUserBean
 
getGroups(int, int) - Method in class com.evermind.security.AbstractUserManager
 
getGroups() - Method in interface com.evermind.security.User
Returns the groups that this user belongs to, if known/supported.
getGroups(int, int) - Method in interface com.evermind.security.UserManager
Returns a list of Groups (between the specified indexes) contained in this manager.
getHandledTypes() - Method in class com.evermind.server.deployment.ContextScanningResourceProvider
 
getHandledTypes() - Method in interface com.evermind.server.deployment.ResourceProvider
Returns a Set of handled resource types, or null if not specified (in which case the assumption is that all are handled).
getInitialContext(Hashtable) - Method in class com.evermind.server.ApplicationClientInitialContextFactory
 
getInitialContext(Hashtable) - Method in class com.evermind.server.rmi.RMIInitialContextFactory
 
getInt(int) - Method in class com.evermind.sql.SerializableRowSet
 
getInt(String) - Method in class com.evermind.sql.SerializableRowSet
 
getLocale() - Method in interface com.evermind.ejb.EJBUser
 
getLocale() - Method in class com.evermind.ejb.EJBUserBean
 
getLocale() - Method in interface com.evermind.security.User
Return this users Locale or null if none specified.
getLocation() - Method in class com.evermind.sql.DriverManagerDataSource
 
getLocation() - Method in class com.evermind.sql.OrionPooledDataSource
 
getLoginTimeout() - Method in class com.evermind.sql.DriverManagerConnectionPoolDataSource
 
getLoginTimeout() - Method in class com.evermind.sql.DriverManagerDataSource
 
getLoginTimeout() - Method in class com.evermind.sql.DriverManagerXADataSource
 
getLoginTimeout() - Method in class com.evermind.sql.OrionPooledDataSource
 
getLogWriter() - Method in class com.evermind.sql.DriverManagerConnectionPoolDataSource
 
getLogWriter() - Method in class com.evermind.sql.DriverManagerDataSource
 
getLogWriter() - Method in class com.evermind.sql.DriverManagerXADataSource
 
getLogWriter() - Method in class com.evermind.sql.OrionPooledDataSource
 
getLong(int) - Method in class com.evermind.sql.SerializableRowSet
 
getLong(String) - Method in class com.evermind.sql.SerializableRowSet
 
getMaxFieldSize() - Method in class com.evermind.sql.SerializableRowSet
 
getMaxRows() - Method in class com.evermind.sql.SerializableRowSet
 
getMessage() - Method in class com.evermind.util.LogEvent
Get the message of this event.
getMetaData() - Method in class com.evermind.sql.SerializableRowSet
 
getName() - Method in interface com.evermind.ejb.EJBUser
 
getName() - Method in class com.evermind.ejb.EJBUserBean
 
getName() - Method in class com.evermind.io.PostFileInputStream
 
getName() - Method in interface com.evermind.security.User
Returns the username of this user
getName() - Method in class com.evermind.server.deployment.ContextScanningResourceProvider
 
getName() - Method in class com.evermind.server.deployment.EnvironmentPropertyDescription
 
getName() - Method in class com.evermind.server.deployment.ResourceInfo
 
getName() - Method in interface com.evermind.server.deployment.ResourceProvider
Gets the name of this provider instance.
getName() - Method in class com.evermind.sql.OrionPooledDataSource.User
 
getNonAutoCommitConnection(String, String) - Method in class com.evermind.sql.DriverManagerXADataSource
 
getObject(int) - Method in class com.evermind.sql.SerializableRowSet
 
getObject(int, Map) - Method in class com.evermind.sql.SerializableRowSet
 
getObject(String, Map) - Method in class com.evermind.sql.SerializableRowSet
 
getObject(String) - Method in class com.evermind.sql.SerializableRowSet
 
getOpenConnections() - Method in class com.evermind.sql.OrionPooledDataSource
 
getParent() - Method in class com.evermind.security.AbstractUserManager
Gets this UserManagers parent.
getParent() - Method in interface com.evermind.security.UserManager
Gets the parent manager of this UserManager if any.
getParser(InputStream, int, String) - Static method in class com.evermind.io.FilePostParser
FilePostParser is used to handle HTTP file uploads from browsers.
getPassword() - Method in interface com.evermind.ejb.EJBUser
 
getPassword() - Method in class com.evermind.ejb.EJBUserBean
 
getPassword() - Method in interface com.evermind.security.User
Gets the user password, may result in an exception if it's not supported by the current UserManager (for security or other reasons).
getPassword() - Method in class com.evermind.sql.SerializableRowSet
 
getPermissions() - Method in interface com.evermind.security.Group
Get the permissions that this group holds.
getPool() - Method in class com.evermind.sql.DriverManagerXADataSource
 
getPooledConnection() - Method in class com.evermind.sql.DriverManagerConnectionPoolDataSource
 
getPooledConnection(String, String) - Method in class com.evermind.sql.DriverManagerConnectionPoolDataSource
 
getPooledInstance(String, String) - Method in class com.evermind.sql.OrionPooledDataSource
 
getPooledInstance() - Method in class com.evermind.sql.OrionPooledDataSource
 
getPrincipal(String) - Method in interface com.evermind.security.RoleManager
Gets the principal by the specified name, shortcut to the UserManager method.
getProperties() - Method in interface com.evermind.server.ejb.FieldPersistenceManager
Retrieves the properties, possibly updated by the manager (cleaned up, altered).
getPropertyDescriptions() - Method in class com.evermind.server.deployment.ContextScanningResourceProvider
 
getPropertyDescriptions() - Method in interface com.evermind.server.deployment.ResourceProvider
Returns a list of valid properties for this provider or null if not specified.
getQueryTimeout() - Method in class com.evermind.sql.SerializableRowSet
 
getRef(int) - Method in class com.evermind.sql.SerializableRowSet
 
getRef(String) - Method in class com.evermind.sql.SerializableRowSet
 
getResource(String) - Method in class com.evermind.server.deployment.ContextScanningResourceProvider
 
getResource(String) - Method in interface com.evermind.server.deployment.ResourceProvider
Returns the actual resource for this name.
getResources(String) - Method in class com.evermind.server.deployment.ContextScanningResourceProvider
 
getResources(String) - Method in interface com.evermind.server.deployment.ResourceProvider
Returns a Set of all available resources of this type in this provider.
getRow() - Method in class com.evermind.sql.SerializableRowSet
 
getRuntimeInfo() - Method in class com.evermind.sql.DriverManagerXADataSource
 
getRuntimeInfo() - Method in class com.evermind.sql.OrionCMTDataSource
 
getRuntimeInfo() - Method in class com.evermind.sql.OrionPooledDataSource
 
getSerializableVersion() - Method in class com.evermind.util.LogEvent
 
getSession(String) - Method in interface com.evermind.server.http.HttpSessionManager
Requests an existins session from the manager, if a valid session with a matching id can't be found this method is to return null.
getShort(int) - Method in class com.evermind.sql.SerializableRowSet
 
getShort(String) - Method in class com.evermind.sql.SerializableRowSet
 
getStatement() - Method in class com.evermind.sql.SerializableRowSet
 
getString(int) - Method in class com.evermind.sql.SerializableRowSet
 
getString(String) - Method in class com.evermind.sql.SerializableRowSet
 
getThrowable() - Method in class com.evermind.util.LogEvent
Get the Throwable object if one is associated with this event, returns null if none is.
getThrowableTrace() - Method in class com.evermind.util.LogEvent
 
getTime(int) - Method in class com.evermind.sql.SerializableRowSet
 
getTime(String) - Method in class com.evermind.sql.SerializableRowSet
 
getTime(String, Calendar) - Method in class com.evermind.sql.SerializableRowSet
 
getTime(int, Calendar) - Method in class com.evermind.sql.SerializableRowSet
 
getTime() - Method in class com.evermind.util.LogEvent
Get the time of the event's occurance.
getTimestamp(int) - Method in class com.evermind.sql.SerializableRowSet
 
getTimestamp(String, Calendar) - Method in class com.evermind.sql.SerializableRowSet
 
getTimestamp(int, Calendar) - Method in class com.evermind.sql.SerializableRowSet
 
getTimestamp(String) - Method in class com.evermind.sql.SerializableRowSet
 
getTransactionIsolation() - Method in class com.evermind.sql.SerializableRowSet
 
getType() - Method in class com.evermind.sql.SerializableRowSet
 
getType() - Method in class com.evermind.util.LogEvent
Get the type of log event that this event represents.
getTypeMap() - Method in class com.evermind.sql.SerializableRowSet
 
getUnicodeStream(int) - Method in class com.evermind.sql.SerializableRowSet
Deprecated.  
getUnicodeStream(String) - Method in class com.evermind.sql.SerializableRowSet
Deprecated.  
getURL(String) - Method in class com.evermind.sql.SerializableRowSet
 
getURL(int) - Method in class com.evermind.sql.SerializableRowSet
 
getUrl() - Method in class com.evermind.sql.SerializableRowSet
 
getUsedConnections() - Method in class com.evermind.sql.OrionCMTDataSource
 
getUsedConnections() - Method in class com.evermind.sql.OrionPooledDataSource
 
getUser(String) - Method in class com.evermind.ejb.EJBUserManager
Gets (finds) the EJBUser if it exists.
getUser(String, BigInteger) - Method in class com.evermind.ejb.EJBUserManager
Returns the user associated with this certificate if any.
getUser(X509Certificate) - Method in class com.evermind.ejb.EJBUserManager
Returns the user associated with this certificate if any.
getUser(String) - Method in class com.evermind.security.AbstractUserManager
Delegates to parent manager if present, otherwise returns null.
getUser(String, BigInteger) - Method in class com.evermind.security.AbstractUserManager
Returns null or delegates to the parent since certificates arent supported by default.
getUser(X509Certificate) - Method in class com.evermind.security.AbstractUserManager
Propagates the call to getUser(String issuer, BigDecimal serial)
getUser(String) - Method in interface com.evermind.security.UserManager
Returns the user with the specified username or null if none exists.
getUser(String, BigInteger) - Method in interface com.evermind.security.UserManager
Returns the user associated with this certificate or null if either certificates arent supported or there is no user associated with this certificate.
getUser(X509Certificate) - Method in interface com.evermind.security.UserManager
Returns the user associated with this certificate or null if either certificates arent supported or there is no user associated with this certificate.
getUser(String) - Method in class com.evermind.sql.DataSourceUserManager
Retrieves a user either from the local cache or if not found in the cache from the DataSource table.
getUser(String, BigInteger) - Method in class com.evermind.sql.DataSourceUserManager
 
getUserCount() - Method in class com.evermind.ejb.EJBUserManager
 
getUserCount() - Method in class com.evermind.security.AbstractUserManager
 
getUserCount() - Method in interface com.evermind.security.UserManager
Return the number of users contained in this manager.
getUserCount() - Method in class com.evermind.sql.DataSourceUserManager
 
getUsername() - Method in class com.evermind.sql.SerializableRowSet
 
getUsers(int, int) - Method in class com.evermind.ejb.EJBUserManager
 
getUsers(int, int) - Method in class com.evermind.security.AbstractUserManager
 
getUsers(int, int) - Method in interface com.evermind.security.UserManager
Returns a list of Users (between the specified indexes) contained in this manager.
getUsers(int, int) - Method in class com.evermind.sql.DataSourceUserManager
 
getUserSource(String, String) - Method in class com.evermind.sql.OrionPooledDataSource
 
getWarnings() - Method in class com.evermind.sql.SerializableRowSet
 
getXAConnection() - Method in class com.evermind.sql.DriverManagerXADataSource
 
getXAConnection(String, String) - Method in class com.evermind.sql.DriverManagerXADataSource
 
Group - Interface in com.evermind.security
A Group is a Group of Users, often specified for a specific category of users, for instance administrators, users, guests, etc...
groups - Variable in class com.evermind.ejb.EJBUserBean
 
groups_type - Static variable in class com.evermind.ejb.EJBUserBean
 

H

hashCode(Object) - Method in class com.evermind.sql.DriverManagerXADataSource
 
hashCode() - Method in class com.evermind.sql.OrionPooledDataSource.User
 
hasMoreElements() - Method in class com.evermind.io.FilePostParser
 
hasPermission(Permission) - Method in interface com.evermind.ejb.EJBUser
 
hasPermission(Permission) - Method in class com.evermind.ejb.EJBUserBean
 
hasPermission(Permission) - Method in interface com.evermind.security.Group
See if this group has the specified Permission.
hasPermission(Permission) - Method in interface com.evermind.security.User
Check if this user has the named permission.
HttpAuthenticator - Interface in com.evermind.server.http
A HttpAuthenticator handles the authorization protocol of the incoming requests and supplies a way of authenticating the user making the request.
HttpSessionManager - Interface in com.evermind.server.http
The HttpSessionManager interface allows custom implementations of session management, for instance a distributed implementation over a special type of protocol.

I

implies(Permission) - Method in class com.evermind.server.AdministrationPermission
 
init(Properties) - Method in class com.evermind.ejb.EJBUserManager
Initializes the manager, does the EJBHome lookup etc.
init(Properties) - Method in class com.evermind.security.AbstractUserManager
Default implementation, does nothing.
init(Properties) - Method in interface com.evermind.security.UserManager
Instantiates this UserManager with the specified settings.
init(Map) - Method in class com.evermind.server.deployment.ContextScanningResourceProvider
 
init(Map) - Method in interface com.evermind.server.deployment.ResourceProvider
Initializes the provider with the specified properties, the Map contains the property names as keys and property values as values.
init(Properties) - Method in interface com.evermind.server.ejb.FieldPersistenceManager
Initializes the manager with the supplied properties.
init(ServletConfig) - Method in class com.evermind.server.http.CGIServlet
 
init(ServletConfig) - Method in interface com.evermind.server.http.HttpSessionManager
Initializes the manager and gives it a change to allocate whatever resources it may need and configure itself based on the configuration properties.
init() - Method in class com.evermind.server.http.TunnelServlet
 
init() - Method in class com.evermind.server.rmi.RMIHttpTunnelServlet
 
init(Properties) - Method in class com.evermind.sql.DataSourceUserManager
Retrieves the specified datasource from the JNDI-context.
init(ResultSet) - Method in class com.evermind.sql.SerializableRowSet
 
init(Properties) - Method in interface com.evermind.util.Logger
Initializes the logger with the specified properties
initialize(DataSourceConfig, Context, PrintWriter) - Method in class com.evermind.sql.OrionPooledDataSource
 
insertRow() - Method in class com.evermind.sql.SerializableRowSet
 
INSTANCE - Static variable in class com.evermind.server.AdministrationPermission
Singleton instance.
instantiateDataSourceDriver(String, ClassLoader) - Method in class com.evermind.sql.DriverManagerDataSource
 
invalidate() - Method in class com.evermind.security.AbstractUserManager
Default implementation, does nothing.
invalidate() - Method in interface com.evermind.util.Config
Invalidate the config, ie force a reload (make isUpdated() return true).
isAfterLast() - Method in class com.evermind.sql.SerializableRowSet
 
isBeforeFirst() - Method in class com.evermind.sql.SerializableRowSet
 
isFirst() - Method in class com.evermind.sql.SerializableRowSet
 
isLast() - Method in class com.evermind.sql.SerializableRowSet
 
isMemberOf(Group) - Method in interface com.evermind.security.User
See if this user is a member of the specified group.
isPrincipalInRole(Principal, String) - Method in interface com.evermind.security.RoleManager
Checks if a principal is a part of a role.
isReadOnly() - Method in class com.evermind.sql.SerializableRowSet
 
isUpdated() - Method in class com.evermind.security.AbstractUserManager
Default implementation, always returns false.
isUpdated() - Method in interface com.evermind.util.Config
Check if an update is needed
isValid(HttpSession) - Method in interface com.evermind.server.http.HttpSessionManager
Whether or not a session is still valid, usually two things invalidates sessions: 1.

L

last() - Method in class com.evermind.sql.SerializableRowSet
 
locale - Variable in class com.evermind.ejb.EJBUserBean
 
log(LogEvent) - Method in interface com.evermind.util.Logger
Logs an event.
LogEvent - Class in com.evermind.util
Symbols an event that is to be logged.
LogEvent(String) - Constructor for class com.evermind.util.LogEvent
 
LogEvent(String, Throwable) - Constructor for class com.evermind.util.LogEvent
 
LogEvent(String, Throwable, int, long) - Constructor for class com.evermind.util.LogEvent
 
Logger - Interface in com.evermind.util
A logger is a receiver of LogEvents that process them in some manner.
LoggerContext - Interface in com.evermind.util
The Context supplied to a logger.
login(String, String) - Method in interface com.evermind.security.RoleManager
Logs the specified user in (if the password matches).

M

main(String[]) - Static method in class com.evermind.server.ApplicationClientInitialContextFactory
 
main(String[]) - Static method in class com.evermind.server.rmi.RMIInitialContextFactory
 
moveToCurrentRow() - Method in class com.evermind.sql.SerializableRowSet
 
moveToInsertRow() - Method in class com.evermind.sql.SerializableRowSet
 

N

next() - Method in class com.evermind.sql.SerializableRowSet
 
nextElement() - Method in class com.evermind.io.FilePostParser
 
nonTXSource - Variable in class com.evermind.sql.OrionCMTDataSource
 

O

OrionCMTDataSource - Class in com.evermind.sql
A DataSource implementation that handles distributed transactions and connection pooling.
OrionCMTDataSource() - Constructor for class com.evermind.sql.OrionCMTDataSource
 
OrionPooledDataSource - Class in com.evermind.sql
A DataSource the provides pooled connections.
OrionPooledDataSource() - Constructor for class com.evermind.sql.OrionPooledDataSource
 
OrionPooledDataSource(DataSource) - Constructor for class com.evermind.sql.OrionPooledDataSource
 
OrionPooledDataSource(ConnectionPoolDataSource) - Constructor for class com.evermind.sql.OrionPooledDataSource
 
OrionPooledDataSource.User - Class in com.evermind.sql
User
OrionPooledDataSource.User(String, String) - Constructor for class com.evermind.sql.OrionPooledDataSource.User
 

P

parseStatus(HttpServletResponse, String) - Method in class com.evermind.server.http.CGIServlet
 
password - Variable in class com.evermind.ejb.EJBUserBean
 
PostFileInputStream - Class in com.evermind.io
PostFileInputStream
previous() - Method in class com.evermind.sql.SerializableRowSet
 
printStackTrace(Throwable, PrintWriter) - Method in interface com.evermind.util.LoggerContext
 

R

read() - Method in class com.evermind.io.PostFileInputStream
 
read(byte[], int, int) - Method in class com.evermind.io.PostFileInputStream
 
refreshRow() - Method in class com.evermind.sql.SerializableRowSet
 
reject(HttpServletRequest, HttpServletResponse) - Method in interface com.evermind.server.http.HttpAuthenticator
Reject the outgoing response since the authentication has failed.
relative(int) - Method in class com.evermind.sql.SerializableRowSet
 
remove(User) - Method in class com.evermind.ejb.EJBUserManager
Removes the EJBuser from the home.
remove(User) - Method in class com.evermind.security.AbstractUserManager
Default implementation, does nothing and returns false (no user removed).
remove(Group) - Method in class com.evermind.security.AbstractUserManager
Default implementation, does nothing and returns false (no group removed).
remove(Principal) - Method in interface com.evermind.security.RoleManager
Removes/deletes the Principal, shortcut to the UserManager method.
remove(User) - Method in interface com.evermind.security.UserManager
Removes the specified user from this UserManager.
remove(Group) - Method in interface com.evermind.security.UserManager
Removes the specified group from this UserManager.
remove(User) - Method in class com.evermind.sql.DataSourceUserManager
Removes the user (and the accompanying field in the database) from this UserManager.
removeCache() - Method in class com.evermind.sql.OrionCMTDataSource
 
removeCache() - Method in class com.evermind.sql.OrionPooledDataSource
 
removeFromGroup(String) - Method in interface com.evermind.ejb.EJBUser
 
removeFromGroup(String) - Method in class com.evermind.ejb.EJBUserBean
 
removeFromGroup(Group) - Method in interface com.evermind.security.User
Removes the user from the specified group, throws UnsupportedOperationException if not supported in this manager.
removeFromRole(Principal, String) - Method in interface com.evermind.security.RoleManager
Removes the principal from the specified role.
removePermission(Permission) - Method in interface com.evermind.security.Group
Removes a permission from this group.
removeRowSetListener(RowSetListener) - Method in class com.evermind.sql.SerializableRowSet
 
resetContexts() - Static method in class com.evermind.server.rmi.RMIInitialContextFactory
 
ResourceInfo - Class in com.evermind.server.deployment
Description of a resource supplied by a ResourceProvider.
ResourceInfo(String) - Constructor for class com.evermind.server.deployment.ResourceInfo
 
ResourceInfo(String, String, String) - Constructor for class com.evermind.server.deployment.ResourceInfo
 
ResourceProvider - Interface in com.evermind.server.deployment
Used to plug external resources (JMS implementations, DataSources, etc) into the server.
RMIHttpTunnelServlet - Class in com.evermind.server.rmi
Provides support for HTTP-tunnelling of RMI connections.
RMIHttpTunnelServlet() - Constructor for class com.evermind.server.rmi.RMIHttpTunnelServlet
 
RMIInitialContextFactory - Class in com.evermind.server.rmi
Factory for creating RMI contexts.
RMIInitialContextFactory() - Constructor for class com.evermind.server.rmi.RMIInitialContextFactory
 
RoleManager - Interface in com.evermind.security
Interface used to manage and add/remove principals from roles.
rowDeleted() - Method in class com.evermind.sql.SerializableRowSet
 
rowInserted() - Method in class com.evermind.sql.SerializableRowSet
 
rowUpdated() - Method in class com.evermind.sql.SerializableRowSet
 
run() - Method in class com.evermind.sql.DriverManagerXADataSource
 
run() - Method in class com.evermind.sql.OrionPooledDataSource
 

S

SerializableRowSet - Class in com.evermind.sql
A serializable RowSet implementation
SerializableRowSet(ResultSet, String, String, Map) - Constructor for class com.evermind.sql.SerializableRowSet
 
serialVersionUID - Static variable in class com.evermind.sql.OrionPooledDataSource
 
serialVersionUID - Static variable in class com.evermind.sql.SerializableRowSet
 
serialVersionUID - Static variable in class com.evermind.util.LogEvent
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.evermind.server.http.CGIServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.evermind.server.http.TunnelServlet
 
set(PreparedStatement, int, Object) - Method in interface com.evermind.server.ejb.FieldPersistenceManager
Performs a 'write' operation to persist the handled field.
setAlivePollQuery(String) - Method in class com.evermind.sql.OrionPooledDataSource
 
setArray(int, Array) - Method in class com.evermind.sql.SerializableRowSet
 
setAsciiStream(int, InputStream, int) - Method in class com.evermind.sql.SerializableRowSet
 
setAutoCommit(boolean) - Method in class com.evermind.sql.OrionPooledDataSource
 
setBigDecimal(int, BigDecimal) - Method in class com.evermind.sql.SerializableRowSet
 
setBinaryStream(int, InputStream, int) - Method in class com.evermind.sql.SerializableRowSet
 
setBlob(int, Blob) - Method in class com.evermind.sql.SerializableRowSet
 
setBoolean(int, boolean) - Method in class com.evermind.sql.SerializableRowSet
 
setByte(int, byte) - Method in class com.evermind.sql.SerializableRowSet
 
setBytes(int, byte[]) - Method in class com.evermind.sql.SerializableRowSet
 
setCertificate(String, BigInteger) - Method in interface com.evermind.ejb.EJBUser
 
setCertificate(X509Certificate) - Method in interface com.evermind.ejb.EJBUser
 
setCertificate(String, BigInteger) - Method in class com.evermind.ejb.EJBUserBean
 
setCertificate(X509Certificate) - Method in class com.evermind.ejb.EJBUserBean
 
setCertificate(String, BigInteger) - Method in interface com.evermind.security.User
Sets the certificate associated with this user, may throw UnsupportedOperationException if certificates are not supported by this UserManager.
setCertificate(X509Certificate) - Method in interface com.evermind.security.User
Sets the certificate associated with this user, may throw UnsupportedOperationException if certificates are not supported by this UserManager.
setCharacterStream(int, Reader, int) - Method in class com.evermind.sql.SerializableRowSet
 
setClob(int, Clob) - Method in class com.evermind.sql.SerializableRowSet
 
setCommand(String) - Method in class com.evermind.sql.SerializableRowSet
 
setConcurrency(int) - Method in class com.evermind.sql.SerializableRowSet
 
setConnectionRetryInterval(long) - Method in class com.evermind.sql.OrionPooledDataSource
 
setContext(LoggerContext) - Method in interface com.evermind.util.Logger
Sets the logger's context.
setDataSource(DataSource) - Method in class com.evermind.sql.DriverManagerConnectionPoolDataSource
 
setDataSource(DataSource, DataSourceConfig, Context, PrintWriter) - Method in class com.evermind.sql.DriverManagerXADataSource
 
setDataSource(OrionPooledDataSource) - Method in class com.evermind.sql.DriverManagerXADataSource
 
setDataSource(ConnectionPoolDataSource) - Method in class com.evermind.sql.OrionPooledDataSource
 
setDataSourceName(String) - Method in class com.evermind.sql.DriverManagerDataSource
 
setDataSourceName(String) - Method in class com.evermind.sql.DriverManagerXADataSource
 
setDataSourceName(String) - Method in class com.evermind.sql.OrionPooledDataSource
 
setDataSourceName(String) - Method in class com.evermind.sql.SerializableRowSet
 
setDate(int, Date) - Method in class com.evermind.sql.SerializableRowSet
 
setDate(int, Date, Calendar) - Method in class com.evermind.sql.SerializableRowSet
 
setDefaultAutoCommit(boolean) - Method in class com.evermind.sql.DriverManagerDataSource
 
setDescription(String) - Method in interface com.evermind.ejb.EJBUser
 
setDescription(String) - Method in class com.evermind.ejb.EJBUserBean
 
setDescription(String) - Method in interface com.evermind.security.Group
Sets the description.
setDescription(String) - Method in interface com.evermind.security.User
Sets the description of this user, throws UnsupportedOperationException if not possible.
setDouble(int, double) - Method in class com.evermind.sql.SerializableRowSet
 
setDriver(Driver) - Method in class com.evermind.sql.DriverManagerDataSource
 
setEntityContext(EntityContext) - Method in class com.evermind.ejb.EJBUserBean
 
setEscapeProcessing(boolean) - Method in class com.evermind.sql.SerializableRowSet
 
setFetchDirection(int) - Method in class com.evermind.sql.SerializableRowSet
 
setFetchSize(int) - Method in class com.evermind.sql.SerializableRowSet
 
setFloat(int, float) - Method in class com.evermind.sql.SerializableRowSet
 
setInt(int, int) - Method in class com.evermind.sql.SerializableRowSet
 
setLocale(Locale) - Method in interface com.evermind.ejb.EJBUser
 
setLocale(Locale) - Method in class com.evermind.ejb.EJBUserBean
 
setLocale(Locale) - Method in interface com.evermind.security.User
Sets the locale of this user, throws UnsupportedOperationException if locale specification is not supported by the UserManager used.
setLocation(String) - Method in class com.evermind.sql.DriverManagerDataSource
 
setLocation(String) - Method in class com.evermind.sql.OrionPooledDataSource
 
setLogin(String, String) - Method in class com.evermind.sql.DriverManagerDataSource
 
setLoginTimeout(int) - Method in class com.evermind.sql.DriverManagerConnectionPoolDataSource
 
setLoginTimeout(int) - Method in class com.evermind.sql.DriverManagerDataSource
 
setLoginTimeout(int) - Method in class com.evermind.sql.DriverManagerXADataSource
 
setLoginTimeout(int) - Method in class com.evermind.sql.OrionPooledDataSource
 
setLogTimestamp(boolean) - Method in interface com.evermind.util.Logger
Set the togglable log-timestamp option, whether or not the logger will write the time of the event.
setLogWriter(PrintWriter) - Method in class com.evermind.sql.DriverManagerConnectionPoolDataSource
 
setLogWriter(PrintWriter) - Method in class com.evermind.sql.DriverManagerDataSource
 
setLogWriter(PrintWriter) - Method in class com.evermind.sql.DriverManagerXADataSource
 
setLogWriter(PrintWriter) - Method in class com.evermind.sql.OrionPooledDataSource
 
setLong(int, long) - Method in class com.evermind.sql.SerializableRowSet
 
setMapCredentials(Map) - Static method in class com.evermind.server.ApplicationClientInitialContextFactory
 
setMaxConnectionAttempts(int) - Method in class com.evermind.sql.OrionPooledDataSource
 
setMaxConnections(int) - Method in class com.evermind.sql.DriverManagerXADataSource
 
setMaxConnections(int) - Method in class com.evermind.sql.OrionCMTDataSource
 
setMaxConnections(int) - Method in class com.evermind.sql.OrionPooledDataSource
 
setMaxFieldSize(int) - Method in class com.evermind.sql.SerializableRowSet
 
setMaxRows(int) - Method in class com.evermind.sql.SerializableRowSet
 
setMinConnections(int) - Method in class com.evermind.sql.DriverManagerXADataSource
 
setMinConnections(int) - Method in class com.evermind.sql.OrionPooledDataSource
 
setName(String) - Method in class com.evermind.server.deployment.ContextScanningResourceProvider
 
setName(String) - Method in interface com.evermind.server.deployment.ResourceProvider
Sets the name of this provider instance.
setNonTXDataSource(ConnectionPoolDataSource, DataSourceConfig, Context, PrintWriter) - Method in class com.evermind.sql.OrionCMTDataSource
 
setNonTXDataSource(DataSource, DataSourceConfig, Context, PrintWriter) - Method in class com.evermind.sql.OrionCMTDataSource
 
setNull(int, int) - Method in class com.evermind.sql.SerializableRowSet
 
setNull(int, int, String) - Method in class com.evermind.sql.SerializableRowSet
 
setObject(int, Object) - Method in class com.evermind.sql.SerializableRowSet
 
setObject(int, Object, int) - Method in class com.evermind.sql.SerializableRowSet
 
setObject(int, Object, int, int) - Method in class com.evermind.sql.SerializableRowSet
 
setParent(UserManager) - Method in class com.evermind.security.AbstractUserManager
Sets this UserManagers parent.
setParent(UserManager) - Method in interface com.evermind.security.UserManager
Sets the parent UserManager if any.
setPassword(String) - Method in interface com.evermind.ejb.EJBUser
 
setPassword(String) - Method in class com.evermind.ejb.EJBUserBean
 
setPassword(String) - Method in interface com.evermind.security.User
Sets the user password, may result in an exception if it's not supported by the current UserManager.
setPassword(String) - Method in class com.evermind.sql.OrionPooledDataSource
 
setPassword(String) - Method in class com.evermind.sql.SerializableRowSet
 
setQueryTimeout(int) - Method in class com.evermind.sql.SerializableRowSet
 
setReadOnly(boolean) - Method in class com.evermind.sql.SerializableRowSet
 
setRef(int, Ref) - Method in class com.evermind.sql.SerializableRowSet
 
setRemoteDriver(String) - Method in class com.evermind.sql.DriverManagerDataSource
 
setRemoteURL(String) - Method in class com.evermind.sql.DriverManagerDataSource
 
setShort(int, short) - Method in class com.evermind.sql.SerializableRowSet
 
setStaleness(int) - Method in class com.evermind.sql.OrionPooledDataSource
 
setString(int, String) - Method in class com.evermind.sql.SerializableRowSet
 
setTime(int, Time) - Method in class com.evermind.sql.SerializableRowSet
 
setTime(int, Time, Calendar) - Method in class com.evermind.sql.SerializableRowSet
 
setTimeout(int) - Method in class com.evermind.sql.DriverManagerXADataSource
 
setTimeout(int) - Method in class com.evermind.sql.OrionCMTDataSource
 
setTimeout(int) - Method in class com.evermind.sql.OrionPooledDataSource
 
setTimestamp(int, Timestamp) - Method in class com.evermind.sql.SerializableRowSet
 
setTimestamp(int, Timestamp, Calendar) - Method in class com.evermind.sql.SerializableRowSet
 
setTransactionIsolation(int) - Method in class com.evermind.sql.SerializableRowSet
 
setType(int) - Method in class com.evermind.sql.SerializableRowSet
 
setTypeMap(Map) - Method in class com.evermind.sql.SerializableRowSet
 
setUnicodeStream(int, InputStream, int) - Method in class com.evermind.sql.SerializableRowSet
 
setURL(String) - Method in class com.evermind.sql.DriverManagerDataSource
 
setUrl(String) - Method in class com.evermind.sql.SerializableRowSet
 
setUsername(String) - Method in class com.evermind.sql.OrionPooledDataSource
 
setUsername(String) - Method in class com.evermind.sql.SerializableRowSet
 
setWaitTimeout(long) - Method in class com.evermind.sql.OrionPooledDataSource
 
setXADataSource(XADataSource) - Method in class com.evermind.sql.OrionCMTDataSource
 
SSLServerSocketFactory - Interface in com.evermind.ssl
Interface used by external SSL engines to hook up to the server
store() - Method in class com.evermind.security.AbstractUserManager
Default implementation, does nothing.
store() - Method in interface com.evermind.security.RoleManager
Stores the updates to persistent storage.
store() - Method in interface com.evermind.util.Config
Store the current settings to the persistent storage.

T

toCase(String) - Method in class com.evermind.sql.DataSourceUserManager
 
toString() - Method in class com.evermind.sql.DriverManagerConnectionPoolDataSource
 
toString() - Method in class com.evermind.sql.DriverManagerDataSource
 
toString() - Method in class com.evermind.sql.DriverManagerXADataSource
 
toString() - Method in class com.evermind.sql.OrionPooledDataSource
 
TunnelServlet - Class in com.evermind.server.http
TunnelServlet is used to pipe requests for certain url-patterns to another HTTP-server.
TunnelServlet() - Constructor for class com.evermind.server.http.TunnelServlet
 
TYPE_CRITICALERROR - Static variable in class com.evermind.util.LogEvent
An error causing server failure has occured.
TYPE_ERROR - Static variable in class com.evermind.util.LogEvent
An error has occured preventing certain functionality.
TYPE_NORMAL - Static variable in class com.evermind.util.LogEvent
Normal log text.
TYPE_WARNING - Static variable in class com.evermind.util.LogEvent
Something dangerous has occured that can lead to future errors.

U

unsetEntityContext() - Method in class com.evermind.ejb.EJBUserBean
 
update() - Method in class com.evermind.security.AbstractUserManager
Default implementation, does nothing.
update() - Method in interface com.evermind.util.Config
Update this config if needed (isUpdated() returns true), ie reload any cached data (if present).
updateArray(String, Array) - Method in class com.evermind.sql.SerializableRowSet
 
updateArray(int, Array) - Method in class com.evermind.sql.SerializableRowSet
 
updateAsciiStream(int, InputStream, int) - Method in class com.evermind.sql.SerializableRowSet
 
updateAsciiStream(String, InputStream, int) - Method in class com.evermind.sql.SerializableRowSet
 
updateBigDecimal(int, BigDecimal) - Method in class com.evermind.sql.SerializableRowSet
 
updateBigDecimal(String, BigDecimal) - Method in class com.evermind.sql.SerializableRowSet
 
updateBinaryStream(int, InputStream, int) - Method in class com.evermind.sql.SerializableRowSet
 
updateBinaryStream(String, InputStream, int) - Method in class com.evermind.sql.SerializableRowSet
 
updateBlob(String, Blob) - Method in class com.evermind.sql.SerializableRowSet
 
updateBlob(int, Blob) - Method in class com.evermind.sql.SerializableRowSet
 
updateBoolean(int, boolean) - Method in class com.evermind.sql.SerializableRowSet
 
updateBoolean(String, boolean) - Method in class com.evermind.sql.SerializableRowSet
 
updateByte(int, byte) - Method in class com.evermind.sql.SerializableRowSet
 
updateByte(String, byte) - Method in class com.evermind.sql.SerializableRowSet
 
updateBytes(int, byte[]) - Method in class com.evermind.sql.SerializableRowSet
 
updateBytes(String, byte[]) - Method in class com.evermind.sql.SerializableRowSet
 
updateCharacterStream(int, Reader, int) - Method in class com.evermind.sql.SerializableRowSet
 
updateCharacterStream(String, Reader, int) - Method in class com.evermind.sql.SerializableRowSet
 
updateClob(String, Clob) - Method in class com.evermind.sql.SerializableRowSet
 
updateClob(int, Clob) - Method in class com.evermind.sql.SerializableRowSet
 
updateDate(int, Date) - Method in class com.evermind.sql.SerializableRowSet
 
updateDate(String, Date) - Method in class com.evermind.sql.SerializableRowSet
 
updateDescription(String, String) - Method in class com.evermind.sql.DataSourceUserManager
 
updateDouble(int, double) - Method in class com.evermind.sql.SerializableRowSet
 
updateDouble(String, double) - Method in class com.evermind.sql.SerializableRowSet
 
updateFloat(int, float) - Method in class com.evermind.sql.SerializableRowSet
 
updateFloat(String, float) - Method in class com.evermind.sql.SerializableRowSet
 
updateInt(int, int) - Method in class com.evermind.sql.SerializableRowSet
 
updateInt(String, int) - Method in class com.evermind.sql.SerializableRowSet
 
updateLong(int, long) - Method in class com.evermind.sql.SerializableRowSet
 
updateLong(String, long) - Method in class com.evermind.sql.SerializableRowSet
 
updateNull(int) - Method in class com.evermind.sql.SerializableRowSet
 
updateNull(String) - Method in class com.evermind.sql.SerializableRowSet
 
updateObject(int, Object, int) - Method in class com.evermind.sql.SerializableRowSet
 
updateObject(int, Object) - Method in class com.evermind.sql.SerializableRowSet
 
updateObject(String, Object, int) - Method in class com.evermind.sql.SerializableRowSet
 
updateObject(String, Object) - Method in class com.evermind.sql.SerializableRowSet
 
updatePassword(String, String) - Method in class com.evermind.sql.DataSourceUserManager
 
updateRef(String, Ref) - Method in class com.evermind.sql.SerializableRowSet
 
updateRef(int, Ref) - Method in class com.evermind.sql.SerializableRowSet
 
updateRow() - Method in class com.evermind.sql.SerializableRowSet
 
updateShort(int, short) - Method in class com.evermind.sql.SerializableRowSet
 
updateShort(String, short) - Method in class com.evermind.sql.SerializableRowSet
 
updateString(int, String) - Method in class com.evermind.sql.SerializableRowSet
 
updateString(String, String) - Method in class com.evermind.sql.SerializableRowSet
 
updateTime(int, Time) - Method in class com.evermind.sql.SerializableRowSet
 
updateTime(String, Time) - Method in class com.evermind.sql.SerializableRowSet
 
updateTimestamp(int, Timestamp) - Method in class com.evermind.sql.SerializableRowSet
 
updateTimestamp(String, Timestamp) - Method in class com.evermind.sql.SerializableRowSet
 
updateUserInfo(String, String, BigInteger, Locale) - Method in class com.evermind.sql.DataSourceUserManager
 
User - Interface in com.evermind.security
 
UserAlreadyExistsException - Exception in com.evermind.security
Thrown if an attempt is made to add an already existing username to a realm/set of users.
UserAlreadyExistsException() - Constructor for exception com.evermind.security.UserAlreadyExistsException
 
UserAlreadyExistsException(String) - Constructor for exception com.evermind.security.UserAlreadyExistsException
 
UserManager - Interface in com.evermind.security
A UserManager is used to organize (add/find/remove users from) a resource.
username - Variable in class com.evermind.ejb.EJBUserBean
 

W

wasNull() - Method in class com.evermind.sql.SerializableRowSet
 

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