public abstract class BaseAuthValve extends Object implements Valve, org.springframework.beans.factory.BeanNameAware
| Constructor and Description |
|---|
BaseAuthValve() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addValve(Pipeline authPipeline,
Integer position,
String positionAfter,
String positionBefore) |
boolean |
equals(Object obj) |
String |
getId() |
int |
hashCode() |
protected static int |
indexOf(String id,
Pipeline authPipeline)
Returns the position of the specified valve by ID.
|
void |
initialize() |
protected boolean |
isEnabled() |
protected void |
removeValve(Pipeline authPipeline)
Removes the valve by its ID.
|
void |
setBeanName(String name) |
void |
setEnabled(boolean enabled) |
void |
setId(String id) |
protected static int indexOf(String id, Pipeline authPipeline)
id - the ID of the valve to search for-1 if the valve is not foundprotected void addValve(Pipeline authPipeline, Integer position, String positionAfter, String positionBefore)
protected void removeValve(Pipeline authPipeline)
public String getId()
public void initialize()
initialize in interface Valveprotected boolean isEnabled()
public void setBeanName(String name)
setBeanName in interface org.springframework.beans.factory.BeanNameAwarepublic void setEnabled(boolean enabled)
public void setId(String id)
Copyright © 2004–2021 Jahia Solutions Group SA. All rights reserved.