coldfusion.server
Interface SecurityService
- All Superinterfaces:
- Service
public interface SecurityService
- extends Service
getContexts
Map getContexts()
getCompiledCrossSiteScriptPatterns
HashMap getCompiledCrossSiteScriptPatterns()
crossSiteProtectString
String crossSiteProtectString(String arg0)
isJvmSecurityEnabled
boolean isJvmSecurityEnabled()
isSandboxSecurityEnabled
boolean isSandboxSecurityEnabled()
setSandboxSecurityEnabled
void setSandboxSecurityEnabled(boolean arg0)
checkPermission
void checkPermission(Permission arg0)
setJvmSecurityEnabled
void setJvmSecurityEnabled(boolean arg0)
authenticateAdmin
void authenticateAdmin()
setAdminPassword
void setAdminPassword(String arg0)
isAdminSecurityEnabled
boolean isAdminSecurityEnabled()
setAdminSecurityEnabled
void setAdminSecurityEnabled(boolean arg0)
checkAdminPassword
boolean checkAdminPassword(String arg0,
String arg1)
checkAdminPassword
boolean checkAdminPassword(String arg0)
getAdminHash
String getAdminHash(Object arg0)
setRdsPassword
void setRdsPassword(String arg0)
checkRdsPassword
boolean checkRdsPassword(String arg0)
isRdsSecurityEnabled
boolean isRdsSecurityEnabled()
setRdsSecurityEnabled
void setRdsSecurityEnabled(boolean arg0)
getSettings
Map getSettings()
setSettings
void setSettings(Map arg0)
throws ServiceException
- Throws:
ServiceException
registerWithWatchService
void registerWithWatchService()
setEnableWatch
void setEnableWatch(boolean arg0)
Copyright © 2012 Railo