public class HttpSecurityAutoWireSectionImpl extends AutoWireSectionImpl implements HttpSecurityAutoWireSection
HttpSecuritySource
.Modifier and Type | Field and Description |
---|---|
static long |
DEFAULT_HTTP_SECURITY_TIMEOUT
Default timeout is 10 seconds.
|
ENVIRONMENT_PROPERTIES_DIRECTORY
ENVIRONMENT_PROPERTIES_DIRECTORY
Constructor and Description |
---|
HttpSecurityAutoWireSectionImpl(OfficeFloorCompiler compiler,
AutoWireSection section,
Class<? extends HttpSecuritySource<?,?,?,?>> httpSecuritySourceClass)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends HttpSecuritySource<?,?,?,?>> |
getHttpSecuritySourceClass()
Obtains the
Class of the HttpSecuritySource . |
long |
getSecurityTimeout()
Obtains the time in milliseconds before timing out authentication.
|
void |
setSecurityTimeout(long timeout)
Specifies the time in milliseconds before timing out authentication.
|
getSectionLocation, getSectionName, getSectionSourceClassName, getSuperSection, setSuperSection
addProperty, getProperties, loadProperties
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSectionLocation, getSectionName, getSectionSourceClassName, getSuperSection, setSuperSection
getProperties, loadProperties
addProperty
public static final long DEFAULT_HTTP_SECURITY_TIMEOUT
public HttpSecurityAutoWireSectionImpl(OfficeFloorCompiler compiler, AutoWireSection section, Class<? extends HttpSecuritySource<?,?,?,?>> httpSecuritySourceClass)
compiler
- OfficeFloorCompiler
.section
- AutoWireSection
.httpSecuritySourceClass
- HttpSecuritySource
class.public Class<? extends HttpSecuritySource<?,?,?,?>> getHttpSecuritySourceClass()
HttpSecurityAutoWireSection
Class
of the HttpSecuritySource
.getHttpSecuritySourceClass
in interface HttpSecurityAutoWireSection
Class
of the HttpSecuritySource
.public long getSecurityTimeout()
HttpSecurityAutoWireSection
getSecurityTimeout
in interface HttpSecurityAutoWireSection
public void setSecurityTimeout(long timeout)
HttpSecurityAutoWireSection
setSecurityTimeout
in interface HttpSecurityAutoWireSection
timeout
- Time in milliseconds before timing out authentication.Copyright © 2005–2016. All rights reserved.