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 com.evermind.security.AbstractUserManager.
UserManager with default implementation for common methods.
AbstractUserManager() - Constructor for 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.
addDefaultGroup(String) - Method in class com.evermind.security.AbstractUserManager
 
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(Group) - Method in interface com.evermind.security.User
Adds the user to the specified group (if possible), throws UnsupportedOperationException if not possible.
addToGroup(String) - Method in interface com.evermind.ejb.EJBUser
 
addToGroup(String) - Method in class com.evermind.ejb.EJBUserBean
 
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 com.evermind.server.AdministrationPermission.
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 com.evermind.server.ApplicationClientInitialContextFactory.
Context factory for application-client contexts.
ApplicationClientInitialContextFactory() - Constructor for class com.evermind.server.ApplicationClientInitialContextFactory
 
authenticate(String) - Method in interface com.evermind.security.User
Verify this user.
authenticate(String) - Method in interface com.evermind.ejb.EJBUser
 
authenticate(String) - Method in class com.evermind.ejb.EJBUserBean
 

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 com.evermind.server.http.CGIServlet.
Servlet used to execute legacy CGI applications.
Home directory will not be set in 1.2 due to 1.2 API limitations, the directory the Orion process was launched from will be used instead.
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
 
Config - interface com.evermind.util.Config.
Base interface for configurations.
containsDefaultGroup(String) - Method in class com.evermind.security.AbstractUserManager
Check if this manager contains the named default group.
create(String, String) - Method in interface com.evermind.ejb.EJBUserHome
 
create(URL) - Method in interface com.evermind.util.Config
Instantiate this config as a new Config with the persistence set to the specified URL.
create(URL) - Method in class com.evermind.security.AbstractUserManager
Default implementation, does nothing.
createGroup(String) - Method in interface com.evermind.security.UserManager
Creates a new Group.
createGroup(String) - Method in class com.evermind.security.AbstractUserManager
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 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.
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).

D

DataSourceUserManager - class com.evermind.sql.DataSourceUserManager.
UserManager that retrieves the userdata from a DataSource (database).

init-params are:
dataSource - the installed DataSource to use
table - the name of the table
usernameField - the name of the username field in the table
passwordField - the name of the password field in the table
certificateIssuerField - the certificate issuer identifier if any
certificateSerialField - the certificate serial ID if any
localeField - the locale field if any
defaultGroups - Comma-separated list of groups that these users are members of
groupMembershipTableName - The (optional) tablename if group-membership support besides defaultGroups is to be used.
groupMembershipUsernameFieldName - The username field in the membership table.
groupMembershipGroupFieldName - The group field in the membership table.
staleness - time in milliseconds that a fetched set of user info is valid (how long until it has to be refetched), the default is -1 (forever).
casing - how to case usernames, the modes are "sensitive", "toupper" and "tolower" where "sensitive" is the default.
DataSourceUserManager() - Constructor for class com.evermind.sql.DataSourceUserManager
 
DeadlockException - exception com.evermind.server.DeadlockException.
Exception that signals that a deadlock situation has been detected.
DeadlockException() - Constructor for class com.evermind.server.DeadlockException
Constructs a new DeadlockException without any message.
DeadlockException(String) - Constructor for class 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 com.evermind.sql.DriverManagerConnectionPoolDataSource.
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 com.evermind.sql.DriverManagerDataSource.
A DataSource implementation that pulls the connections from the java.sql.DriverManager (pre-datasource way of retrieving connections).
DriverManagerDataSource() - Constructor for class com.evermind.sql.DriverManagerDataSource
 
DriverManagerDataSource(String) - Constructor for class com.evermind.sql.DriverManagerDataSource
 
DriverManagerXADataSource - class com.evermind.sql.DriverManagerXADataSource.
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 com.evermind.ejb.EJBUser.
EJBUser
EJBUserBean - class com.evermind.ejb.EJBUserBean.
EJBUserBean
EJBUserBean() - Constructor for class com.evermind.ejb.EJBUserBean
 
EJBUserHome - interface com.evermind.ejb.EJBUserHome.
The home of EJBUsers.
EJBUserManager - class com.evermind.ejb.EJBUserManager.
UserManager that retrieves the userdata from an EJBHome.
EJBUserManager() - Constructor for class com.evermind.ejb.EJBUserManager
 
equals(Object) - Method in class com.evermind.server.AdministrationPermission
 
equals(Object) - Method in class com.evermind.sql.OrionPooledDataSource.User
 
equals(Object, Object) - Method in class com.evermind.sql.DriverManagerXADataSource
 
execute() - Method in class com.evermind.sql.SerializableRowSet
 

F

FieldPersistenceManager - interface com.evermind.server.ejb.FieldPersistenceManager.
A FieldPersistenceManager handles persistence of one in a CMP entity.
FilePostParser - class com.evermind.io.FilePostParser.
FilePostParser
FilePostParser(InputStream, int) - Constructor for class com.evermind.io.FilePostParser
 
findAll() - Method in interface com.evermind.ejb.EJBUserHome
 
findByCertificate_query - Static variable in interface com.evermind.ejb.EJBUserHome
Orion specific definition of the findByCertificate finder.
findByCertificate(String, BigInteger) - Method in interface com.evermind.ejb.EJBUserHome
 
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 interface com.evermind.security.UserManager
Returns the "default" admin user or null if there is none.
getAdminUser() - 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.
getAnonymousUser() - Method in class com.evermind.security.AbstractUserManager
Delegates to parent manager if present, otherwise returns null.
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. (ie "Basic", "Form", ...)
getAutoCommitConnection(String, String) - 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.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.
getCertificateIssuerDN() - Method in interface com.evermind.ejb.EJBUser
 
getCertificateIssuerDN() - 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.
getCertificateSerial() - Method in interface com.evermind.ejb.EJBUser
 
getCertificateSerial() - Method in class com.evermind.ejb.EJBUserBean
 
getCharacterStream(int) - Method in class com.evermind.sql.SerializableRowSet
 
getCharacterStream(String) - 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() - Method in class com.evermind.sql.DriverManagerDataSource
 
getConnection() - Method in class com.evermind.sql.OrionCMTDataSource
 
getConnection() - Method in class com.evermind.sql.OrionPooledDataSource
 
getConnection(String, String) - Method in class com.evermind.sql.DriverManagerDataSource
 
getConnection(String, String) - Method in class com.evermind.sql.OrionCMTDataSource
 
getConnection(String, String) - 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(int, Calendar) - 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
 
getDefaultConnection() - Method in class com.evermind.sql.DriverManagerXADataSource
 
getDefaultGroups() - Method in interface com.evermind.security.UserManager
Gets the Set of default groups for this UserManager.
getDefaultGroups() - Method in class com.evermind.security.AbstractUserManager
 
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 interface com.evermind.security.Group
Returns a description of this group.
getDescription() - Method in interface com.evermind.ejb.EJBUser
 
getDescription() - Method in class com.evermind.ejb.EJBUserBean
 
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 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
 
getGroup(String) - Method in class com.evermind.security.AbstractUserManager
Delegates to parent manager if present, otherwise returns null.
getGroupCount() - Method in interface com.evermind.security.UserManager
Return the number of users contained in this manager.
getGroupCount() - 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() - Method in interface com.evermind.ejb.EJBUser
 
getGroups() - Method in class com.evermind.ejb.EJBUserBean
 
getGroups(int, int) - Method in interface com.evermind.security.UserManager
Returns a list of Groups (between the specified indexes) contained in this manager.
getGroups(int, int) - Method in class com.evermind.security.AbstractUserManager
 
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.security.User
Return this users Locale or null if none specified.
getLocale() - Method in interface com.evermind.ejb.EJBUser
 
getLocale() - Method in class com.evermind.ejb.EJBUserBean
 
getLocation() - Method in class com.evermind.sql.DriverManagerDataSource
 
getLocation() - Method in class com.evermind.sql.OrionPooledDataSource
 
getLoginTimeout() - Method in class com.evermind.sql.DriverManagerDataSource
 
getLoginTimeout() - Method in class com.evermind.sql.DriverManagerConnectionPoolDataSource
 
getLoginTimeout() - Method in class com.evermind.sql.DriverManagerXADataSource
 
getLoginTimeout() - Method in class com.evermind.sql.OrionPooledDataSource
 
getLogWriter() - Method in class com.evermind.sql.DriverManagerDataSource
 
getLogWriter() - Method in class com.evermind.sql.DriverManagerConnectionPoolDataSource
 
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
 
getMetaData() - Method in class com.evermind.sql.SerializableRowSet
 
getName() - Method in interface com.evermind.security.User
Returns the username of this user
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 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) - Method in class com.evermind.sql.SerializableRowSet
 
getObject(String, Map) - Method in class com.evermind.sql.SerializableRowSet
 
getOpenConnections() - Method in class com.evermind.sql.OrionPooledDataSource
 
getParent() - Method in interface com.evermind.security.UserManager
Gets the parent manager of this UserManager if any.
getParent() - Method in class com.evermind.security.AbstractUserManager
Gets this UserManagers parent.
getParser(InputStream, int) - Static method in class com.evermind.io.FilePostParser
FilePostParser is used to handle HTTP file uploads from browsers.
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 interface com.evermind.ejb.EJBUser
 
getPassword() - Method in class com.evermind.ejb.EJBUserBean
 
getPassword() - Method in class com.evermind.sql.SerializableRowSet
 
getPermissions() - Method in interface com.evermind.security.Group
Get the permissions that this group holds.
getPooledConnection() - Method in class com.evermind.sql.DriverManagerConnectionPoolDataSource
 
getPooledConnection(String, String) - Method in class com.evermind.sql.DriverManagerConnectionPoolDataSource
 
getPooledInstance() - Method in class com.evermind.sql.OrionPooledDataSource
 
getPooledInstance(String, String) - 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).
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
 
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
 
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
 
getTime(int) - Method in class com.evermind.sql.SerializableRowSet
 
getTime(int, Calendar) - 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
 
getTimestamp(int) - 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
 
getTimestamp(String, Calendar) - Method in class com.evermind.sql.SerializableRowSet
 
getTransactionIsolation() - Method in class com.evermind.sql.SerializableRowSet
 
getType() - Method in class com.evermind.sql.SerializableRowSet
 
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() - Method in class com.evermind.sql.SerializableRowSet
 
getURL(int) - Method in class com.evermind.sql.SerializableRowSet
 
getURL(String) - 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 interface com.evermind.security.UserManager
Returns the user with the specified username or null if none exists.
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) - Method in class com.evermind.ejb.EJBUserManager
Gets (finds) the EJBUser if it exists.
getUser(String) - Method in class com.evermind.security.AbstractUserManager
Delegates to parent manager if present, otherwise returns null.
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(String, BigInteger) - Method in class com.evermind.sql.DataSourceUserManager
 
getUser(String, BigInteger) - Method in class com.evermind.ejb.EJBUserManager
Returns the user associated with this certificate if any.
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 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 class com.evermind.ejb.EJBUserManager
Returns the user associated with this certificate if any.
getUser(X509Certificate) - Method in class com.evermind.security.AbstractUserManager
Propagates the call to getUser(String issuer, BigDecimal serial)
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
 
getUserCount() - Method in class com.evermind.ejb.EJBUserManager
 
getUserCount() - Method in class com.evermind.security.AbstractUserManager
 
getUsername() - Method in class com.evermind.sql.SerializableRowSet
 
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
 
getUsers(int, int) - Method in class com.evermind.ejb.EJBUserManager
 
getUsers(int, int) - Method in class com.evermind.security.AbstractUserManager
 
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 com.evermind.security.Group.
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() - Method in class com.evermind.sql.OrionPooledDataSource.User
 
hashCode(Object) - Method in class com.evermind.sql.DriverManagerXADataSource
 
hasMoreElements() - Method in class com.evermind.io.FilePostParser
 
hasPermission(Permission) - Method in interface com.evermind.security.User
Check if this user has the named permission.
hasPermission(Permission) - Method in interface com.evermind.security.Group
See if this group has the specified Permission.
hasPermission(Permission) - Method in interface com.evermind.ejb.EJBUser
 
hasPermission(Permission) - Method in class com.evermind.ejb.EJBUserBean
 
HttpAuthenticator - interface com.evermind.server.http.HttpAuthenticator.
A HttpAuthenticator handles the authorization protocol of the incoming requests and supplies a way of authenticating the user making the request.
HttpSessionManager - interface com.evermind.server.http.HttpSessionManager.
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() - Method in class com.evermind.server.rmi.RMIHttpTunnelServlet
 
init() - Method in class com.evermind.server.http.TunnelServlet
 
init(Properties) - Method in interface com.evermind.security.UserManager
Instantiates this UserManager with the specified settings.
init(Properties) - Method in class com.evermind.sql.DataSourceUserManager
Retrieves the specified datasource from the JNDI-context.
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.server.ejb.FieldPersistenceManager
Initializes the manager with the supplied properties.
init(ResultSet) - Method in class com.evermind.sql.SerializableRowSet
 
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(ServletConfig) - Method in class com.evermind.server.http.CGIServlet
 
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 interface com.evermind.util.Config
Invalidate the config, ie force a reload (make isUpdated() return true).
invalidate() - Method in class com.evermind.security.AbstractUserManager
Default implementation, does nothing.
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 interface com.evermind.util.Config
Check if an update is needed
isUpdated() - Method in class com.evermind.security.AbstractUserManager
Default implementation, always returns false.
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
 
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 com.evermind.sql.OrionCMTDataSource.
A DataSource implementation that handles distributed transactions and connection pooling.
OrionCMTDataSource() - Constructor for class com.evermind.sql.OrionCMTDataSource
 
OrionPooledDataSource - class com.evermind.sql.OrionPooledDataSource.
A DataSource the provides pooled connections.
OrionPooledDataSource.User - class com.evermind.sql.OrionPooledDataSource.User.
User
OrionPooledDataSource.User(OrionPooledDataSource, String, String) - Constructor for class com.evermind.sql.OrionPooledDataSource.User
 
OrionPooledDataSource() - Constructor for class com.evermind.sql.OrionPooledDataSource
 
OrionPooledDataSource(ConnectionPoolDataSource) - Constructor for class com.evermind.sql.OrionPooledDataSource
 
OrionPooledDataSource(DataSource) - Constructor for class com.evermind.sql.OrionPooledDataSource
 

P

password - Variable in class com.evermind.ejb.EJBUserBean
 
PostFileInputStream - class com.evermind.io.PostFileInputStream.
PostFileInputStream
previous() - Method in class com.evermind.sql.SerializableRowSet
 

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(Group) - Method in interface com.evermind.security.UserManager
Removes the specified group from this UserManager.
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(User) - Method in class com.evermind.sql.DataSourceUserManager
Removes the user (and the accompanying field in the database) from this UserManager.
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).
removeCache() - Method in class com.evermind.sql.OrionCMTDataSource
 
removeCache() - Method in class com.evermind.sql.OrionPooledDataSource
 
removeFromGroup(Group) - Method in interface com.evermind.security.User
Removes the user from the specified group, throws UnsupportedOperationException if not supported in this manager.
removeFromGroup(String) - Method in interface com.evermind.ejb.EJBUser
 
removeFromGroup(String) - Method in class com.evermind.ejb.EJBUserBean
 
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
 
RMIHttpTunnelServlet - class com.evermind.server.rmi.RMIHttpTunnelServlet.
Provides support for HTTP-tunnelling of RMI connections.
RMIHttpTunnelServlet() - Constructor for class com.evermind.server.rmi.RMIHttpTunnelServlet
 
RMIInitialContextFactory - class com.evermind.server.rmi.RMIInitialContextFactory.
Factory for creating RMI contexts.
RMIInitialContextFactory() - Constructor for class com.evermind.server.rmi.RMIInitialContextFactory
 
RoleManager - interface com.evermind.security.RoleManager.
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 com.evermind.sql.SerializableRowSet.
A serializable RowSet implementation
SerializableRowSet(ResultSet, String, String, Map) - Constructor for class com.evermind.sql.SerializableRowSet
 
serialVersionUID - Static variable in class com.evermind.sql.SerializableRowSet
 
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.
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.security.User
Sets the certificate associated with this user, may throw UnsupportedOperationException if certificates are not supported by this UserManager.
setCertificate(String, BigInteger) - Method in interface com.evermind.ejb.EJBUser
 
setCertificate(String, BigInteger) - Method in class com.evermind.ejb.EJBUserBean
 
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.
setCertificate(X509Certificate) - Method in interface com.evermind.ejb.EJBUser
 
setCertificate(X509Certificate) - Method in class com.evermind.ejb.EJBUserBean
 
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
 
setDataSource(ConnectionPoolDataSource) - Method in class com.evermind.sql.OrionPooledDataSource
 
setDataSource(DataSource) - Method in class com.evermind.sql.DriverManagerConnectionPoolDataSource
 
setDataSource(DataSource) - Method in class com.evermind.sql.DriverManagerXADataSource
 
setDataSource(OrionPooledDataSource) - Method in class com.evermind.sql.DriverManagerXADataSource
 
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.security.User
Sets the description of this user, throws UnsupportedOperationException if not possible.
setDescription(String) - Method in interface com.evermind.security.Group
Sets the description.
setDescription(String) - Method in interface com.evermind.ejb.EJBUser
 
setDescription(String) - Method in class com.evermind.ejb.EJBUserBean
 
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
 
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.DriverManagerDataSource
 
setLoginTimeout(int) - Method in class com.evermind.sql.DriverManagerConnectionPoolDataSource
 
setLoginTimeout(int) - Method in class com.evermind.sql.DriverManagerXADataSource
 
setLoginTimeout(int) - Method in class com.evermind.sql.OrionPooledDataSource
 
setLogWriter(PrintWriter) - Method in class com.evermind.sql.DriverManagerDataSource
 
setLogWriter(PrintWriter) - Method in class com.evermind.sql.DriverManagerConnectionPoolDataSource
 
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
 
setNonTXDataSource(ConnectionPoolDataSource) - Method in class com.evermind.sql.OrionCMTDataSource
 
setNonTXDataSource(DataSource) - 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 interface com.evermind.security.UserManager
Sets the parent UserManager if any.
setParent(UserManager) - Method in class com.evermind.security.AbstractUserManager
Sets this UserManagers parent.
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 interface com.evermind.ejb.EJBUser
 
setPassword(String) - Method in class com.evermind.ejb.EJBUserBean
 
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
 
setShort(int, short) - Method in class com.evermind.sql.SerializableRowSet
 
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.SerializableRowSet
 
setURL(String) - Method in class com.evermind.sql.DriverManagerDataSource
 
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 com.evermind.ssl.SSLServerSocketFactory.
Interface used by external SSL engines to hook up to the server
store() - Method in interface com.evermind.util.Config
Store the current settings to the persistent storage.
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.

T

toCase(String) - Method in class com.evermind.sql.DataSourceUserManager
 
toString() - Method in class com.evermind.sql.DriverManagerDataSource
 
toString() - Method in class com.evermind.sql.DriverManagerConnectionPoolDataSource
 
toString() - Method in class com.evermind.sql.DriverManagerXADataSource
 
toString() - Method in class com.evermind.sql.OrionPooledDataSource
 
TunnelServlet - class com.evermind.server.http.TunnelServlet.
TunnelServlet is used to pipe requests for certain url-patterns to another HTTP-server.
targetRoot - the URL of the server to pipe to (for instance http://www.somehost.com/somedir/).
TunnelServlet() - Constructor for class com.evermind.server.http.TunnelServlet
 

U

unsetEntityContext() - Method in class com.evermind.ejb.EJBUserBean
 
update() - Method in interface com.evermind.util.Config
Update this config if needed (isUpdated() returns true), ie reload any cached data (if present).
update() - Method in class com.evermind.security.AbstractUserManager
Default implementation, does nothing.
updateArray(int, Array) - Method in class com.evermind.sql.SerializableRowSet
 
updateArray(String, 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(int, Blob) - Method in class com.evermind.sql.SerializableRowSet
 
updateBlob(String, 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(int, Clob) - Method in class com.evermind.sql.SerializableRowSet
 
updateClob(String, 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
 
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) - Method in class com.evermind.sql.SerializableRowSet
 
updateObject(int, Object, int) - Method in class com.evermind.sql.SerializableRowSet
 
updateObject(String, Object) - Method in class com.evermind.sql.SerializableRowSet
 
updateObject(String, Object, int) - Method in class com.evermind.sql.SerializableRowSet
 
updateRef(int, Ref) - Method in class com.evermind.sql.SerializableRowSet
 
updateRef(String, 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 com.evermind.security.User.
 
UserAlreadyExistsException - exception com.evermind.security.UserAlreadyExistsException.
Thrown if an attempt is made to add an already existing username to a realm/set of users.
UserAlreadyExistsException() - Constructor for class com.evermind.security.UserAlreadyExistsException
 
UserAlreadyExistsException(String) - Constructor for class com.evermind.security.UserAlreadyExistsException
 
UserManager - interface com.evermind.security.UserManager.
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