Package | Description |
---|---|
coldfusion.server | |
lucee.runtime.config | |
lucee.runtime.security | |
lucee.runtime.services | |
lucee.runtime.tag |
Modifier and Type | Method and Description |
---|---|
DataSource |
DataSourceService.getDatasource(String arg0) |
Struct |
DataSourceService.getDatasources() |
Struct |
DataSourceService.getDrivers() |
Array |
DataSourceService.getNames() |
void |
DataSourceService.removeDatasource(String arg0) |
boolean |
DataSourceService.verifyDatasource(String arg0) |
Modifier and Type | Method and Description |
---|---|
static void |
ConfigWebUtil.checkGeneralReadAccess(ConfigImpl config,
String password) |
static void |
ConfigWebUtil.checkGeneralWriteAccess(ConfigImpl config,
String password) |
static Password |
ConfigWebUtil.checkPassword(ConfigImpl config,
String type,
String password) |
CFXTagPool |
ConfigImpl.getCFXTagPool() |
CFXTagPool |
ConfigWebImpl.getCFXTagPool() |
Password |
ConfigWebAdmin.getDefaultPassword() |
void |
ConfigWebAdmin.removeCacheConnection(String name) |
void |
ConfigWebAdmin.removeCFX(String name)
remove a CFX Tag
|
void |
ConfigWebAdmin.removeComponentMapping(String virtual) |
void |
ConfigWebAdmin.removeCustomTag(String virtual)
delete a customtagmapping on system
|
void |
ConfigWebAdmin.removeDataSource(String name)
remove a DataSource Connection
|
void |
ConfigWebAdmin.removeDebugEntry(String id) |
void |
ConfigWebAdmin.removeDefaultPassword() |
void |
ConfigWebAdmin.removeExtension(String provider,
String id) |
void |
ConfigWebAdmin.removeLogSetting(String name) |
void |
ConfigWebAdmin.removeMailServer(String hostName)
removes a mailserver from system
|
void |
ConfigWebAdmin.removeMapping(String virtual)
delete a mapping on system
|
void |
ConfigWebAdmin.removeRemoteClient(String url) |
void |
ConfigWebAdmin.removeRestMapping(String virtual) |
void |
ConfigWebAdmin.resetORMSetting() |
void |
ConfigWebAdmin.setMailSpoolEnable(Boolean spoolEnable)
sets if spool is enable or not
|
void |
ConfigWebAdmin.setMailTimeout(Integer timeout)
sets the timeout for the spooler for one job
|
void |
ConfigWebAdmin.setPassword(Password password) |
void |
ConfigWebAdmin.setTaskMaxThreads(Integer maxThreads) |
Object |
ConfigWebAdmin.storageGet(Config config,
String key) |
void |
ConfigWebAdmin.storageSet(Config config,
String key,
Object value) |
void |
ConfigWebAdmin.updateAllowCompression(Boolean value) |
void |
ConfigWebAdmin.updateAllowImplicidQueryCall(Boolean allow)
sets if allowed implicid query call
|
void |
ConfigWebAdmin.updateAllowURLRequestTimeout(Boolean allowURLRequestTimeout) |
void |
ConfigWebAdmin.updateAPIKey(String key) |
void |
ConfigWebAdmin.updateApplicationListener(String type,
String mode) |
void |
ConfigWebAdmin.updateApplicationTimeout(TimeSpan span)
updates request timeout value
|
void |
ConfigWebAdmin.updateBaseComponent(String baseComponent)
update the baseComponent
|
void |
ConfigWebAdmin.updateBufferOutput(Boolean value) |
void |
ConfigWebAdmin.updateCFMLWriterType(String writerType) |
void |
ConfigWebAdmin.updateCGIReadonly(Boolean cgiReadonly) |
void |
ConfigWebAdmin.updateClientCookies(Boolean clientCookies)
set if client cookies are enabled or not
|
void |
ConfigWebAdmin.updateClientManagement(Boolean clientManagement)
enable or desable client management
|
void |
ConfigWebAdmin.updateClientStorage(String storage) |
void |
ConfigWebAdmin.updateClientTimeout(TimeSpan span)
updates session timeout value
|
void |
ConfigWebAdmin.updateComponentDataMemberDefaultAccess(String strAccess)
update the Component Data Member default access type
|
void |
ConfigWebAdmin.updateComponentDeepSearch(Boolean deepSearch) |
void |
ConfigWebAdmin.updateComponentDefaultImport(String componentDefaultImport) |
void |
ConfigWebAdmin.updateComponentDumpTemplate(String template)
updates the DebugTemplate
|
void |
ConfigWebAdmin.updateComponentLocalSearch(Boolean componentLocalSearch) |
void |
ConfigWebAdmin.updateComponentMapping(String virtual,
String physical,
String archive,
String primary,
short inspect) |
void |
ConfigWebAdmin.updateComponentPathCache(Boolean componentPathCache) |
void |
ConfigWebAdmin.updateComponentUseShadow(Boolean useShadow) |
void |
ConfigWebAdmin.updateContentLength(Boolean value) |
void |
ConfigWebAdmin.updateCTPathCache(Boolean ctPathCache) |
void |
ConfigWebAdmin.updateCustomTag(String virtual,
String physical,
String archive,
String primary,
short inspect)
insert or update a mapping for Custom Tag
|
void |
ConfigWebAdmin.updateCustomTagDeepSearch(boolean customTagDeepSearch) |
void |
ConfigWebAdmin.updateCustomTagLocalSearch(boolean customTagLocalSearch) |
void |
ConfigWebAdmin.updateDataSource(String name,
String newName,
String clazzName,
String dsn,
String username,
String password,
String host,
String database,
int port,
int connectionLimit,
int connectionTimeout,
long metaCacheTimeout,
boolean blob,
boolean clob,
int allow,
boolean validate,
boolean storage,
String timezone,
Struct custom,
String dbdriver,
boolean literalTimestampWithTSOffset)
update or insert new database connection
|
void |
ConfigWebAdmin.updateDebug(Boolean debug,
Boolean database,
Boolean exception,
Boolean tracing,
Boolean dump,
Boolean timer,
Boolean implicitAccess,
Boolean queryUsage)
updates if debugging or not
|
void |
ConfigWebAdmin.updateDebugEntry(String type,
String iprange,
String label,
String path,
String fullname,
Struct custom) |
void |
ConfigWebAdmin.updateDebugSetting(int maxLogs) |
void |
ConfigWebAdmin.updateDebugTemplate(String template)
updates the DebugTemplate
|
void |
ConfigWebAdmin.updateDefaultPassword(String password) |
void |
ConfigWebAdmin.updateDefaultSecurity(short setting,
short file,
Resource[] fileAccess,
short directJavaAccess,
short mail,
short datasource,
short mapping,
short remote,
short customTag,
short cfxSetting,
short cfxUsage,
short debugging,
short search,
short scheduledTasks,
short tagExecute,
short tagImport,
short tagObject,
short tagRegistry,
short cache,
short gateway,
short orm,
short accessRead,
short accessWrite) |
void |
ConfigWebAdmin.updateDomaincookies(Boolean domainCookies)
set if domain cookies are enabled or not
|
void |
ConfigWebAdmin.updateErrorStatusCode(Boolean doStatusCode) |
void |
ConfigWebAdmin.updateErrorTemplate(int statusCode,
String template)
updates the ErrorTemplate
|
void |
ConfigWebAdmin.updateInspectTemplate(String str) |
void |
ConfigWebAdmin.updateLocale(String locale)
update the locale
|
void |
ConfigWebAdmin.updateLocalMode(String mode) |
void |
ConfigWebAdmin.updateMapping(String virtual,
String physical,
String archive,
String primary,
short inspect,
boolean toplevel)
insert or update a mapping on system
|
void |
ConfigWebAdmin.updateMergeFormAndUrl(Boolean merge) |
void |
ConfigWebAdmin.updateMonitorEnabled(boolean updateMonitorEnabled) |
void |
ConfigWebAdmin.updateORMSetting(ORMConfiguration oc) |
void |
ConfigWebAdmin.updateProxy(boolean enabled,
String server,
int port,
String username,
String password) |
void |
ConfigWebAdmin.updatePSQ(Boolean psq)
update PSQ State
|
void |
ConfigWebAdmin.updateQueue(Integer max,
Integer timeout,
Boolean enable) |
void |
ConfigWebAdmin.updateRequestTimeout(TimeSpan span)
updates request timeout value
|
void |
ConfigWebAdmin.updateRestList(Boolean list) |
void |
ConfigWebAdmin.updateRestMapping(String virtual,
String physical,
boolean _default) |
void |
ConfigWebAdmin.updateScopeCascadingType(short type)
sets the scope cascading type
|
void |
ConfigWebAdmin.updateScopeCascadingType(String type)
sets the scope cascading type
|
void |
ConfigWebAdmin.updateScriptProtect(int scriptProtect) |
void |
ConfigWebAdmin.updateScriptProtect(String strScriptProtect) |
void |
ConfigWebAdmin.updateSecurity(String id,
short setting,
short file,
Resource[] fileAccess,
short directJavaAccess,
short mail,
short datasource,
short mapping,
short remote,
short customTag,
short cfxSetting,
short cfxUsage,
short debugging,
short search,
short scheduledTasks,
short tagExecute,
short tagImport,
short tagObject,
short tagRegistry,
short cache,
short gateway,
short orm,
short accessRead,
short accessWrite)
update a security manager that match the given id
|
void |
ConfigWebAdmin.updateSessionManagement(Boolean sessionManagement)
enable or desable session management
|
void |
ConfigWebAdmin.updateSessionStorage(String storage) |
void |
ConfigWebAdmin.updateSessionTimeout(TimeSpan span)
updates session timeout value
|
void |
ConfigWebAdmin.updateSessionType(String type)
session type update
|
void |
ConfigWebAdmin.updateShowVersion(Boolean value) |
void |
ConfigWebAdmin.updateSuppressContent(Boolean value) |
void |
ConfigWebAdmin.updateTimeZone(String timeZone)
update the timeZone
|
void |
ConfigWebAdmin.updateTriggerDataMember(Boolean triggerDataMember)
update the Component Data Member default access type
|
void |
ConfigWebAdmin.updateTypeChecking(Boolean typeChecking) |
void |
ConfigWebAdmin.updateUpdate(String type,
String location)
updates update settingd for lucee
|
Modifier and Type | Method and Description |
---|---|
void |
SecurityManagerImpl.checkFileLocation(Config config,
Resource res,
String serverPassword) |
void |
SecurityManagerImpl.checkFileLocation(Resource res) |
short |
SecurityManagerImpl.getAccess(String access) |
static short |
SecurityManagerImpl.toShortAccessRWValue(String accessValue) |
static short |
SecurityManagerImpl.toShortAccessValue(String accessValue)
translate a string access value (all,local,none,no,yes) to int type
|
static String |
SecurityManagerImpl.toStringAccessRWValue(short accessValue) |
static String |
SecurityManagerImpl.toStringAccessValue(short accessValue)
translate a short access value (all,local,none,no,yes) to String type
|
Modifier and Type | Method and Description |
---|---|
DataSource |
DataSourceServiceImpl.getDatasource(String name) |
Struct |
DataSourceServiceImpl.getDatasources() |
Struct |
DataSourceServiceImpl.getDrivers() |
Array |
DataSourceServiceImpl.getNames() |
void |
DataSourceServiceImpl.removeDatasource(String name) |
boolean |
DataSourceServiceImpl.verifyDatasource(String name) |
Modifier and Type | Method and Description |
---|---|
void |
ThreadTag.setType(String strType) |
Copyright © 2015 Lucee