public final class UserConfig extends java.lang.Object implements LifecycleListener
~xxxxx, where
xxxxx is the username of the owning user for that web application| Modifier and Type | Field and Description | 
|---|---|
| protected java.util.regex.Pattern | allowA regular expression defining user who deployment is allowed. | 
| protected java.util.regex.Pattern | denyA regular expression defining user who deployment is denied. | 
| Constructor and Description | 
|---|
| UserConfig() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getAllow()Return the regular expression used to test for user who deployment is allowed. | 
| java.lang.String | getConfigClass()Return the Context configuration class name. | 
| java.lang.String | getContextClass()Return the Context implementation class name. | 
| java.lang.String | getDeny()Return the regular expression used to test for user who deployment is denied. | 
| java.lang.String | getDirectoryName()Return the directory name for user web applications. | 
| java.lang.String | getHomeBase()Return the base directory containing user home directories. | 
| java.lang.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(java.lang.String allow)Set the regular expression used to test for user who deployment is allowed. | 
| void | setConfigClass(java.lang.String configClass)Set the Context configuration class name. | 
| void | setContextClass(java.lang.String contextClass)Set the Context implementation class name. | 
| void | setDeny(java.lang.String deny)Set the regular expression used to test for user who deployment is denied. | 
| void | setDirectoryName(java.lang.String directoryName)Set the directory name for user web applications. | 
| void | setHomeBase(java.lang.String homeBase)Set the base directory containing user home directories. | 
| void | setUserClass(java.lang.String userClass)Set the user database class name for this component. | 
protected java.util.regex.Pattern allow
protected java.util.regex.Pattern deny
public java.lang.String getConfigClass()
public void setConfigClass(java.lang.String configClass)
configClass - The new Context configuration class name.public java.lang.String getContextClass()
public void setContextClass(java.lang.String contextClass)
contextClass - The new Context implementation class name.public java.lang.String getDirectoryName()
public void setDirectoryName(java.lang.String directoryName)
directoryName - The new directory namepublic java.lang.String getHomeBase()
public void setHomeBase(java.lang.String homeBase)
homeBase - The new base directorypublic java.lang.String getUserClass()
public void setUserClass(java.lang.String userClass)
public java.lang.String getAllow()
public void setAllow(java.lang.String allow)
allow - The new allow expressionpublic java.lang.String getDeny()
public void setDeny(java.lang.String deny)
deny - The new deny expressionpublic void lifecycleEvent(LifecycleEvent event)
lifecycleEvent in interface LifecycleListenerevent - The lifecycle event that has occurredCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.