public class DataSourceUserDatabaseFactory extends Object implements ObjectFactory
JNDI object creation factory for DataSourceUserDatabase
instances. This makes it convenient to configure a user database
in the global JNDI resources associated with this Catalina instance,
and then link to that resource for web applications that administer
the contents of the user database.
The DataSourceUserDatabase
instance is configured based
on the following parameter values:
Constructor and Description |
---|
DataSourceUserDatabaseFactory() |
Modifier and Type | Method and Description |
---|---|
Object |
getObjectInstance(Object obj,
Name name,
Context nameCtx,
Hashtable<?,?> environment)
Create and return a new
DataSourceUserDatabase instance
that has been configured according to the properties of the
specified Reference . |
public Object getObjectInstance(Object obj, Name name, Context nameCtx, Hashtable<?,?> environment) throws Exception
Create and return a new DataSourceUserDatabase
instance
that has been configured according to the properties of the
specified Reference
. If you instance can be created,
return null
instead.
getObjectInstance
in interface ObjectFactory
obj
- The possibly null object containing location or
reference information that can be used in creating an objectname
- The name of this object relative to nameCtx
nameCtx
- The context relative to which the name
parameter is specified, or null
if name
is relative to the default initial contextenvironment
- The possibly null environment that is used in
creating this objectException
Copyright © 2000-2022 Apache Software Foundation. All Rights Reserved.