Package de.xima.fc.web.common.auth
Class FormAuthHttpActionAdapter
- java.lang.Object
 - 
- de.xima.fc.web.common.auth.FormAuthHttpActionAdapter
 
 
- 
- All Implemented Interfaces:
 org.pac4j.core.http.adapter.HttpActionAdapter
public class FormAuthHttpActionAdapter extends Object implements org.pac4j.core.http.adapter.HttpActionAdapter
- Author:
 - XIMA MEDIA GmbH, Dresden - Michael Kohlsche - 13.04.2020
 
 
- 
- 
Constructor Summary
Constructors Constructor Description FormAuthHttpActionAdapter(Mandant client, Projekt project, Locale locale, org.pac4j.core.context.session.SessionStore sessionStore)FormAuthHttpActionAdapter(Mandant client, Locale locale, org.pac4j.core.context.session.SessionStore sessionStore)Deprecated, for removal: This API element is subject to removal in a future version. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectadapt(org.pac4j.core.exception.http.HttpAction action, org.pac4j.core.context.WebContext context) 
 - 
 
- 
- 
Constructor Detail
- 
FormAuthHttpActionAdapter
@Deprecated(forRemoval=true) public FormAuthHttpActionAdapter(Mandant client, Locale locale, org.pac4j.core.context.session.SessionStore sessionStore)
Deprecated, for removal: This API element is subject to removal in a future version. 
 - 
 
- 
Method Detail
- 
adapt
public Object adapt(org.pac4j.core.exception.http.HttpAction action, org.pac4j.core.context.WebContext context)
- Specified by:
 adaptin interfaceorg.pac4j.core.http.adapter.HttpActionAdapter
 
 - 
 
 -