public class FormAuthFilter extends Object implements AuthFilter, groovy.lang.GroovyObject
Constructor and Description |
---|
FormAuthFilter() |
public Object getUserName()
public void setUserName(Object value)
public Object getPassword()
public void setPassword(Object value)
public FormAuthConfig getFormAuthConfig()
public void setFormAuthConfig(FormAuthConfig value)
public SessionConfig getSessionConfig()
public void setSessionConfig(SessionConfig value)
public Response filter(FilterableRequestSpecification requestSpec, FilterableResponseSpecification responseSpec, FilterContext ctx)
Filter
FilterContext.next(FilterableRequestSpecification, FilterableResponseSpecification)
when you're done otherwise the request will not be delivered.
It's of course possible to abort the filter chain execution by returning a Response
directly.filter
in interface Filter
requestSpec
- The incoming request specresponseSpec
- The incoming response specctx
- The filter context. You need to call FilterContext.next(FilterableRequestSpecification, FilterableResponseSpecification)
when you're done otherwise the request will not be delivered.public static void applySessionFilterFromOriginalRequestIfDefined(FilterableRequestSpecification requestSpec, RequestSpecification loginRequestSpec)
public static Object throwIfException(groovy.lang.Closure closure)
public static Object nullIfException(groovy.lang.Closure closure)
public groovy.lang.MetaClass getMetaClass()
getMetaClass
in interface groovy.lang.GroovyObject
public void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass
in interface groovy.lang.GroovyObject
public Object invokeMethod(String method, Object arguments)
invokeMethod
in interface groovy.lang.GroovyObject
public Object getProperty(String property)
getProperty
in interface groovy.lang.GroovyObject
Copyright © 2010–2019. All rights reserved.