@Dependent public class FormAuthenticationScheme extends Object implements org.picketlink.authentication.web.HTTPAuthenticationScheme
Modifier and Type | Field and Description |
---|---|
static String |
HOST_PAGE_INIT_PARAM |
static String |
HTTP_FORM_PASSWORD_PARAM |
static String |
HTTP_FORM_SECURITY_CHECK_URI |
static String |
HTTP_FORM_USERNAME_PARAM |
static String |
LOGIN_ERROR_QUERY_PARAM |
static String |
LOGIN_PAGE_INIT_PARAM |
Constructor and Description |
---|
FormAuthenticationScheme() |
Modifier and Type | Method and Description |
---|---|
void |
challengeClient(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
extractCredential(javax.servlet.http.HttpServletRequest request,
org.picketlink.credential.DefaultLoginCredentials creds) |
void |
initialize(javax.servlet.FilterConfig filterConfig) |
boolean |
isProtected(javax.servlet.http.HttpServletRequest request) |
boolean |
postAuthentication(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
public static final String HOST_PAGE_INIT_PARAM
public static final String LOGIN_PAGE_INIT_PARAM
public static final String LOGIN_ERROR_QUERY_PARAM
public static final String HTTP_FORM_SECURITY_CHECK_URI
public static final String HTTP_FORM_USERNAME_PARAM
public static final String HTTP_FORM_PASSWORD_PARAM
public void initialize(javax.servlet.FilterConfig filterConfig)
initialize
in interface org.picketlink.authentication.web.HTTPAuthenticationScheme
public void extractCredential(javax.servlet.http.HttpServletRequest request, org.picketlink.credential.DefaultLoginCredentials creds)
extractCredential
in interface org.picketlink.authentication.web.HTTPAuthenticationScheme
public void challengeClient(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
challengeClient
in interface org.picketlink.authentication.web.HTTPAuthenticationScheme
IOException
public boolean postAuthentication(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
postAuthentication
in interface org.picketlink.authentication.web.HTTPAuthenticationScheme
IOException
public boolean isProtected(javax.servlet.http.HttpServletRequest request)
isProtected
in interface org.picketlink.authentication.web.HTTPAuthenticationScheme
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.