public abstract class AutoRegisteredBaseAuthValve extends BaseAuthValve implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
| Constructor and Description |
|---|
AutoRegisteredBaseAuthValve() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
void |
setAuthPipeline(GenericPipeline authPipeline) |
void |
setPosition(int position) |
void |
setPositionAfter(String positionAfter) |
void |
setPositionBefore(String positionBefore) |
equals, getId, hashCode, initialize, isEnabled, setBeanName, setEnabled, setIdpublic void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanpublic void destroy()
throws Exception
destroy in interface org.springframework.beans.factory.DisposableBeanExceptionpublic void setAuthPipeline(GenericPipeline authPipeline)
public void setPosition(int position)
public void setPositionAfter(String positionAfter)
public void setPositionBefore(String positionBefore)
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.