org.picketlink.http.internal.authentication.schemes
public class DigestAuthenticationScheme extends Object implements HttpAuthenticationScheme<DigestAuthenticationConfiguration>
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_REALM_NAME |
static String |
REALM_NAME_INIT_PARAM |
Constructor and Description |
---|
DigestAuthenticationScheme() |
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(DigestAuthenticationConfiguration config) |
void |
onPostAuthentication(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
public static final String REALM_NAME_INIT_PARAM
public static final String DEFAULT_REALM_NAME
public void initialize(DigestAuthenticationConfiguration config)
initialize
in interface HttpAuthenticationScheme<DigestAuthenticationConfiguration>
public void extractCredential(javax.servlet.http.HttpServletRequest request, DefaultLoginCredentials creds)
extractCredential
in interface HttpAuthenticationScheme<DigestAuthenticationConfiguration>
public void challengeClient(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
challengeClient
in interface HttpAuthenticationScheme<DigestAuthenticationConfiguration>
public void onPostAuthentication(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
onPostAuthentication
in interface HttpAuthenticationScheme<DigestAuthenticationConfiguration>
Copyright © 2015 JBoss by Red Hat. All rights reserved.