|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.esupportail.portal.channels.CWebdav.config.ChannelConfiguration
Field Summary | |
private boolean |
allowDelNonEmptyFolder
|
private java.util.Hashtable |
channelActions
|
private java.lang.String |
configFilePath
|
private boolean |
confirmDel
|
private java.util.Vector |
invisibleRegexp
|
private java.lang.String |
ldapPeople
|
private java.lang.String |
ldapServerUrl
|
private java.lang.String |
ldapUserDisplayNameAttribute
|
private java.lang.String |
ldapUserKeyAttribute
|
protected static org.apache.commons.logging.Log |
log
Logger object |
private java.util.Hashtable |
serverAccess
|
private java.util.ArrayList |
spaces
|
private java.lang.String |
usernameAttribute
|
Constructor Summary | |
ChannelConfiguration()
Constructor |
Method Summary | |
void |
addInvisibleRegexp(java.lang.String regexp)
|
boolean |
getAllowDelNonEmptyFolder()
|
java.util.Hashtable |
getChannelActions()
return the channel actions list |
boolean |
getConfirmDel()
|
java.util.Vector |
getInvisibleRegexp()
|
java.lang.String |
getLdapPeople()
|
java.lang.String |
getLdapServerUrl()
|
java.lang.String |
getLdapUserDisplayNameAttribute()
|
java.lang.String |
getLdapUserKeyAttribute()
|
java.util.Hashtable |
getServerAccess()
return the server access list |
java.util.ArrayList |
getSpaces()
return the spaces list |
java.lang.String |
getUsernameAttribute()
|
void |
setAllowDelNonEmptyFolder(java.lang.String allowDelNonEmptyFolder)
|
void |
setChannelActions(ChannelActionClass action)
add a new channel action to the list |
void |
setConfirmDel(java.lang.String confirmDel)
|
void |
setLdapPeople(java.lang.String ldapPeople)
|
void |
setLdapServerUrl(java.lang.String ldapServerUrl)
|
void |
setLdapUserDisplayNameAttribute(java.lang.String ldapUserDisplayNameAttribute)
|
void |
setLdapUserKeyAttribute(java.lang.String ldapUserKeyAttribute)
|
void |
setServerAccess(ServerAccessClass access)
add a new server access to the list |
void |
setSpaces(Space space)
add a new space to the list |
void |
setUsernameAttribute(java.lang.String usernameAttribute)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static final org.apache.commons.logging.Log log
private java.util.ArrayList spaces
private java.util.Hashtable serverAccess
private java.util.Hashtable channelActions
private java.lang.String ldapServerUrl
private java.lang.String ldapPeople
private java.lang.String ldapUserKeyAttribute
private java.lang.String ldapUserDisplayNameAttribute
private java.lang.String usernameAttribute
private boolean confirmDel
private boolean allowDelNonEmptyFolder
private java.util.Vector invisibleRegexp
private java.lang.String configFilePath
Constructor Detail |
public ChannelConfiguration() throws PropertiesException
Method Detail |
public java.util.ArrayList getSpaces() throws PropertiesException
PropertiesException
public void setSpaces(Space space)
space
- the space to addpublic java.util.Hashtable getServerAccess() throws PropertiesException
PropertiesException
public void setServerAccess(ServerAccessClass access)
access
- the server access to addpublic java.util.Hashtable getChannelActions() throws PropertiesException
PropertiesException
public void setChannelActions(ChannelActionClass action)
action
- the channel action to addpublic java.lang.String getLdapPeople()
public void setLdapPeople(java.lang.String ldapPeople)
ldapPeople
- The ldapPeople to set.public java.lang.String getLdapServerUrl()
public void setLdapServerUrl(java.lang.String ldapServerUrl)
ldapServerUrl
- The ldapServerUrl to set.public java.lang.String getLdapUserDisplayNameAttribute()
public void setLdapUserDisplayNameAttribute(java.lang.String ldapUserDisplayNameAttribute)
ldapUserDisplayNameAttribute
- The ldapUserDisplayNameAttribute to set.public java.lang.String getLdapUserKeyAttribute()
public void setLdapUserKeyAttribute(java.lang.String ldapUserKeyAttribute)
ldapUserKeyAttribute
- The ldapUserKeyAttribute to set.public boolean getAllowDelNonEmptyFolder()
public void setAllowDelNonEmptyFolder(java.lang.String allowDelNonEmptyFolder)
allowDelNonEmptyFolder
- The allowDelNonEmptyFolder to set.public boolean getConfirmDel()
public void setConfirmDel(java.lang.String confirmDel)
confirmDel
- The confirmDel to set.public java.lang.String getUsernameAttribute() throws PropertiesException
PropertiesException
public void setUsernameAttribute(java.lang.String usernameAttribute)
usernameAttribute
- The usernameAttribute to set.public java.util.Vector getInvisibleRegexp() throws PropertiesException
PropertiesException
public void addInvisibleRegexp(java.lang.String regexp)
regexp
- The invisibleRexexp to set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |