public class RequiredValidUntilFactoryBean extends org.springframework.beans.factory.config.AbstractFactoryBean<RequiredValidUntilFilter>
RequiredValidUntilFilter.| Modifier and Type | Field and Description |
|---|---|
private org.slf4j.Logger |
log
Logger.
|
private String |
maxValidityIntervalDuration
Where the (property replaced) value of maxValidityInterval goes.
|
| Constructor and Description |
|---|
RequiredValidUntilFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected RequiredValidUntilFilter |
createInstance() |
Class<RequiredValidUntilFilter> |
getObjectType() |
void |
setMaxValidityInterval(String s)
Deprecated.
|
@Nullable private String maxValidityIntervalDuration
@Nonnull private final org.slf4j.Logger log
@Deprecated public void setMaxValidityInterval(String s)
RequiredValidUntilFilter.setMaxValidityInterval(long).maxValidityIntervalDuration.s - what to set.public Class<RequiredValidUntilFilter> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<RequiredValidUntilFilter>getObjectType in class org.springframework.beans.factory.config.AbstractFactoryBean<RequiredValidUntilFilter>protected RequiredValidUntilFilter createInstance() throws Exception
createInstance in class org.springframework.beans.factory.config.AbstractFactoryBean<RequiredValidUntilFilter>ExceptionCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.