|
CStockage 4.2_beta-RC-1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.esupportail.portal.channels.CStockage.config.ChannelConfiguration
Method Summary | |
void |
addInvisibleRegexp(java.lang.String regexp)
|
void |
addServer(Server server)
add a new server to the list |
boolean |
getAllowDelNonEmptyFolder()
|
java.lang.String |
getAllowedRegexp()
|
java.util.Hashtable |
getChannelActions()
return the channel actions list |
java.util.ArrayList |
getCheckedAttributes()
Return the list of checked attributes |
boolean |
getConfirmDel()
|
java.util.ArrayList |
getDefaultSpaces()
return the spaces list |
java.lang.String |
getDirectoriesList()
|
static ChannelConfiguration |
getInstance()
Get an instance of the channel configuration |
java.util.Vector |
getInvisibleRegexp()
|
java.lang.String |
getLdapBindDn()
|
java.lang.String |
getLdapBindPassword()
|
java.lang.String |
getLdapPeople()
|
java.lang.String |
getLdapServerUrl()
|
java.lang.String |
getLdapUserDisplayNameAttribute()
|
java.lang.String |
getLdapUserKeyAttribute()
|
org.esupportail.portal.utils.database.Database |
getPool()
return the pools list |
java.util.Hashtable |
getServerAccess()
return the server access list |
java.lang.String |
getUsernameAttribute()
|
boolean |
isHttpsRedirection()
|
boolean |
isSpacesPersonalization()
|
void |
setAllowDelNonEmptyFolder(java.lang.String allowDelNonEmptyFolder)
|
void |
setAllowedRegexp(java.lang.String allowedRegexp)
|
void |
setChannelActions(ChannelActionClass action)
add a new channel action to the list |
void |
setCheckedAttributes(CheckedAttribute checkedAttribute)
add a new checked attribute to the list |
void |
setConfirmDel(java.lang.String confirmDel)
|
void |
setDirectoriesList(java.lang.String directoriesList)
|
void |
setHttpsRedirection(java.lang.String httpsRedirection)
|
void |
setLdapBindDn(java.lang.String ldapBindDn)
|
void |
setLdapBindPassword(java.lang.String ldapBindPassword)
|
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 |
setPool(org.esupportail.portal.utils.database.Database pool)
set the database pool |
void |
setServerAccess(ServerAccessClass access)
add a new server access to the list |
void |
setSpacesPersonalization(java.lang.String spacesPersonalization)
|
void |
setUsernameAttribute(java.lang.String usernameAttribute)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static ChannelConfiguration getInstance() throws PropertiesException
PropertiesException
public java.util.ArrayList getDefaultSpaces() throws PropertiesException
PropertiesException
public void addServer(Server server)
server
- the server to addpublic org.esupportail.portal.utils.database.Database getPool() throws PropertiesException
PropertiesException
public void setPool(org.esupportail.portal.utils.database.Database pool)
pool
- the database poolpublic java.lang.String getDirectoriesList()
public void setDirectoriesList(java.lang.String directoriesList)
directoriesList
- The directoriesList to set.public boolean isSpacesPersonalization()
public void setSpacesPersonalization(java.lang.String spacesPersonalization)
spacesPersonalization
- The spacesPersonalization to set.public java.util.Hashtable getServerAccess() throws PropertiesException
PropertiesException
public void setServerAccess(ServerAccessClass access)
access
- the server access to addpublic void setCheckedAttributes(CheckedAttribute checkedAttribute)
checkedAttribute
- the checked attribute to addpublic java.util.ArrayList getCheckedAttributes()
public java.util.Hashtable getChannelActions() throws PropertiesException
PropertiesException
public void setChannelActions(ChannelActionClass action)
action
- the channel action to addpublic java.lang.String getLdapBindDn()
public void setLdapBindDn(java.lang.String ldapBindDn)
ldapBindDn
- The ldapBindDn to set.public java.lang.String getLdapBindPassword()
public void setLdapBindPassword(java.lang.String ldapBindPassword)
ldapBindPassword
- The ldapBindPassword to set.public 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 boolean isHttpsRedirection()
public void setHttpsRedirection(java.lang.String httpsRedirection)
httpsRedirection
- The httpsRedirection to set.public java.util.Vector getInvisibleRegexp() throws PropertiesException
PropertiesException
public void addInvisibleRegexp(java.lang.String regexp)
regexp
- The invisibleRexexp to set.public java.lang.String getAllowedRegexp()
public void setAllowedRegexp(java.lang.String allowedRegexp)
allowedRegexp
- The allowedRegexp to set.
|
CStockage 4.2_beta-RC-1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |