| Package | Description |
|---|---|
| org.jahia.params.valves | |
| org.jahia.pipelines | |
| org.jahia.pipelines.impl | |
| org.jahia.services.workflow.jbpm |
| Modifier and Type | Class and Description |
|---|---|
class |
AutoRegisteredBaseAuthValve
Common class for authentication valves.
|
class |
BaseAuthValve
Common class for authentication valves.
|
class |
ContainerAuthValveImpl
This valve retrieves the authentification that was done on the container, if there is one.
|
class |
CookieAuthValveImpl
Title:
|
class |
HttpBasicAuthValveImpl
Valve that uses Basic authentication to authenticate the user.
|
class |
LoginEngineAuthValveImpl |
class |
SessionAuthValveImpl
Title:
|
class |
TokenAuthValveImpl
Valve that uses tokens to authenticate the user.
|
| Modifier and Type | Method and Description |
|---|---|
Valve |
Pipeline.getFirstValveOfClass(Class<Valve> c)
Return the first valve of the pipeline that is an instance
of a given class or interface.
|
Valve[] |
Pipeline.getValves()
Return the set of all Valves in the pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Pipeline.addValve(Valve valve)
Add a new Valve to the end of the pipeline.
|
void |
Pipeline.removeValve(Valve valve)
Remove the specified Valve from the pipeline, if it is found;
otherwise, do nothing.
|
| Modifier and Type | Method and Description |
|---|---|
Valve |
Pipeline.getFirstValveOfClass(Class<Valve> c)
Return the first valve of the pipeline that is an instance
of a given class or interface.
|
boolean |
Pipeline.hasValveOfClass(Class<Valve> c)
Tell if (at least) one of the valves of the pipeline is an instance
of a given class or interface.
|
| Modifier and Type | Method and Description |
|---|---|
Valve |
GenericPipeline.getFirstValveOfClass(Class<Valve> c) |
Valve[] |
GenericPipeline.getValves() |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericPipeline.addValve(int position,
Valve valve) |
void |
GenericPipeline.addValve(Valve valve) |
int |
GenericPipeline.indexOf(Valve valve) |
void |
GenericPipeline.removeValve(Valve valve) |
void |
GenericPipeline.setValves(Valve[] valves) |
| Modifier and Type | Method and Description |
|---|---|
Valve |
GenericPipeline.getFirstValveOfClass(Class<Valve> c) |
boolean |
GenericPipeline.hasValveOfClass(Class<Valve> c) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPeopleAssignmentValve
An abstract valve implementation for PeopleAssignment valves to share common constants and other things.
|
class |
AclPeopleAssignmentValve
A valved used at task creation to assign people to the task based on the permissions on the corresponding
JCR content node.
|
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.