org.picketlink.http.internal.authentication.schemes
public class FormAuthenticationScheme extends Object implements HttpAuthenticationScheme<FormAuthenticationConfiguration>
HttpAuthenticationScheme
that supports the Servlet Specification FORM Authentication SchemeModifier and Type | Field and Description |
---|---|
static String |
J_PASSWORD |
static String |
J_SECURITY_CHECK |
static String |
J_USERNAME |
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,
DefaultLoginCredentials creds) |
void |
initialize(FormAuthenticationConfiguration config) |
void |
onPostAuthentication(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
public static final String J_SECURITY_CHECK
public static final String J_USERNAME
public static final String J_PASSWORD
public void initialize(FormAuthenticationConfiguration config)
initialize
in interface HttpAuthenticationScheme<FormAuthenticationConfiguration>
public void extractCredential(javax.servlet.http.HttpServletRequest request, DefaultLoginCredentials creds)
extractCredential
in interface HttpAuthenticationScheme<FormAuthenticationConfiguration>
public void challengeClient(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
challengeClient
in interface HttpAuthenticationScheme<FormAuthenticationConfiguration>
public void onPostAuthentication(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
onPostAuthentication
in interface HttpAuthenticationScheme<FormAuthenticationConfiguration>
Copyright © 2015 JBoss by Red Hat. All rights reserved.