public class AccessInstance extends Object
WoofAccessModel
and its modelling of
HttpSecuritySource
.Constructor and Description |
---|
AccessInstance(String httpSecuritySourceClassName,
long authenticationTimeout)
Initiate for public use.
|
AccessInstance(WoofAccessModel model)
Initiate for public use from
WoofAccessModel . |
Modifier and Type | Method and Description |
---|---|
long |
getAuthenticationTimeout()
Obtains the authentication timeout.
|
String |
getHttpSecuritySourceClassName()
Obtains the
HttpSecuritySource class name. |
HttpSecurityType<?,?,?,?> |
getHttpSecurityType()
Obtains the
HttpSecurityType . |
Map<String,String> |
getInputNameMapping()
Obtains the input name mapping.
|
Map<String,String> |
getOutputNameMapping()
Obtains the output name mapping.
|
PropertyList |
getPropertylist()
Obtains the
PropertyList . |
WoofAccessModel |
getWoofAccessModel()
Obtains the
WoofAccessModel . |
public AccessInstance(String httpSecuritySourceClassName, long authenticationTimeout)
httpSecuritySourceClassName
- HttpSecuritySource
class name.authenticationTimeout
- Authentication timeout.public AccessInstance(WoofAccessModel model)
WoofAccessModel
.model
- WoofAccessInputModel
.public String getHttpSecuritySourceClassName()
HttpSecuritySource
class name.HttpSecuritySource
class name.public long getAuthenticationTimeout()
public PropertyList getPropertylist()
PropertyList
.PropertyList
.public HttpSecurityType<?,?,?,?> getHttpSecurityType()
HttpSecurityType
.HttpSecurityType
if obtained from
SectionSourceInstance
or null
if initiated
by public
constructor.public WoofAccessModel getWoofAccessModel()
WoofAccessModel
.WoofAccessModel
.public Map<String,String> getInputNameMapping()
Copyright © 2005–2016. All rights reserved.