Uses of Interface
org.imixs.workflow.services.rest.RequestFilter
-
Packages that use RequestFilter Package Description org.imixs.workflow.services.rest -
-
Uses of RequestFilter in org.imixs.workflow.services.rest
Classes in org.imixs.workflow.services.rest that implement RequestFilter Modifier and Type Class Description class
BasicAuthenticator
Client Request Filter for basic authenticationclass
FormAuthenticator
This RequestFilter performs a form based authentication.class
JWTAuthenticator
Client request Filter for Imixs-JWTFields in org.imixs.workflow.services.rest with type parameters of type RequestFilter Modifier and Type Field Description protected List<RequestFilter>
RestClient. requestFilterList
Methods in org.imixs.workflow.services.rest with parameters of type RequestFilter Modifier and Type Method Description void
RestClient. registerRequestFilter(RequestFilter filter)
Register a ClientRequestFilter instance.
-