org.ops4j.pax.web.service.spi
Interface Configuration
public interface Configuration
useNIO
Boolean useNIO()
getHttpPort
Integer getHttpPort()
isHttpEnabled
Boolean isHttpEnabled()
getHttpSecurePort
Integer getHttpSecurePort()
isHttpSecureEnabled
Boolean isHttpSecureEnabled()
isClientAuthNeeded
Boolean isClientAuthNeeded()
- Set the value of the needClientAuth property
- Returns:
- true if we require client certificate authentication
isClientAuthWanted
Boolean isClientAuthWanted()
- Set the value of the _wantClientAuth property. This property is used when opening server sockets.
- Returns:
- true if we want client certificate authentication
getSslKeystore
String getSslKeystore()
- Returns the path to the keystore.
- Returns:
- path to the keystore.
getSslKeystoreType
String getSslKeystoreType()
- Returns the keystore type.
- Returns:
- keystore type.
getSslPassword
String getSslPassword()
- Returns the password for keystore integrity check.
- Returns:
- the password for keystore integrity check
getSslKeyPassword
String getSslKeyPassword()
- Returns the password for keystore.
- Returns:
- the password for keystore
getTemporaryDirectory
File getTemporaryDirectory()
- Returns the temporary directory, directory that will be set as
javax.servlet.context.tempdir.
- Returns:
- the temporary directory
getSessionTimeout
Integer getSessionTimeout()
- Returns the time in minutes after which an incative settion times out.
If returned value is null then no time out will be set (in jetty this will mean that there will be no timeout)
- Returns:
- timeout in minutes
getSessionCookie
String getSessionCookie()
getSessionUrl
String getSessionUrl()
getWorkerName
String getWorkerName()
getListeningAddresses
String[] getListeningAddresses()
- Returns the addresses to bind to
- Returns:
- addresses
getConfigurationDir
File getConfigurationDir()
- Returns the directory containing the external configuration
- Returns:
getJspScratchDir
String getJspScratchDir()
getJspCheckInterval
Integer getJspCheckInterval()
getJspClassDebugInfo
Boolean getJspClassDebugInfo()
getJspDevelopment
Boolean getJspDevelopment()
getJspEnablePooling
Boolean getJspEnablePooling()
getJspIeClassId
String getJspIeClassId()
getJspJavaEncoding
String getJspJavaEncoding()
getJspKeepgenerated
Boolean getJspKeepgenerated()
getJspLogVerbosityLevel
String getJspLogVerbosityLevel()
getJspMappedfile
Boolean getJspMappedfile()
getJspTagpoolMaxSize
Integer getJspTagpoolMaxSize()
Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.