public final class UserConfig extends Object implements LifecycleListener
~xxxxx
, where
xxxxx is the username of the owning user for that web applicationConstructor and Description |
---|
UserConfig() |
Modifier and Type | Method and Description |
---|---|
String |
getAllow()
Return the regular expression used to test for user who deployment is allowed.
|
String |
getConfigClass()
Return the Context configuration class name.
|
String |
getContextClass()
Return the Context implementation class name.
|
String |
getDeny()
Return the regular expression used to test for user who deployment is denied.
|
String |
getDirectoryName()
Return the directory name for user web applications.
|
String |
getHomeBase()
Return the base directory containing user home directories.
|
String |
getUserClass()
Return the user database class name for this component.
|
void |
lifecycleEvent(LifecycleEvent event)
Process the START event for an associated Host.
|
void |
setAllow(String allow)
Set the regular expression used to test for user who deployment is allowed.
|
void |
setConfigClass(String configClass)
Set the Context configuration class name.
|
void |
setContextClass(String contextClass)
Set the Context implementation class name.
|
void |
setDeny(String deny)
Set the regular expression used to test for user who deployment is denied.
|
void |
setDirectoryName(String directoryName)
Set the directory name for user web applications.
|
void |
setHomeBase(String homeBase)
Set the base directory containing user home directories.
|
void |
setUserClass(String userClass)
Set the user database class name for this component.
|
public String getConfigClass()
public void setConfigClass(String configClass)
configClass
- The new Context configuration class name.public String getContextClass()
public void setContextClass(String contextClass)
contextClass
- The new Context implementation class name.public String getDirectoryName()
public void setDirectoryName(String directoryName)
directoryName
- The new directory namepublic String getHomeBase()
public void setHomeBase(String homeBase)
homeBase
- The new base directorypublic String getUserClass()
public void setUserClass(String userClass)
public String getAllow()
public void setAllow(String allow)
allow
- The new allow expressionpublic String getDeny()
public void setDeny(String deny)
deny
- The new deny expressionpublic void lifecycleEvent(LifecycleEvent event)
lifecycleEvent
in interface LifecycleListener
event
- The lifecycle event that has occurredCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.