public class DigestAuthenticator
extends org.jboss.com.sun.net.httpserver.Authenticator
Modifier and Type | Class and Description |
---|---|
static class |
DigestAuthenticator.DigestContext |
org.jboss.com.sun.net.httpserver.Authenticator.Failure, org.jboss.com.sun.net.httpserver.Authenticator.Result, org.jboss.com.sun.net.httpserver.Authenticator.Retry, org.jboss.com.sun.net.httpserver.Authenticator.Success
Constructor and Description |
---|
DigestAuthenticator(AuthenticationProvider authenticationProvider,
String realm,
boolean preDigested) |
Modifier and Type | Method and Description |
---|---|
org.jboss.com.sun.net.httpserver.Authenticator.Result |
authenticate(org.jboss.com.sun.net.httpserver.HttpExchange httpExchange) |
static String |
createChallenge(DigestAuthenticator.DigestContext context,
String realm,
boolean stale) |
static DigestAuthenticator.DigestContext |
getOrCreateNegotiationContext(org.jboss.com.sun.net.httpserver.HttpExchange httpExchange,
NonceFactory nonceFactory,
boolean forceCreate) |
static boolean |
requiredCallbacksSupported(Class[] callbacks) |
public DigestAuthenticator(AuthenticationProvider authenticationProvider, String realm, boolean preDigested)
public org.jboss.com.sun.net.httpserver.Authenticator.Result authenticate(org.jboss.com.sun.net.httpserver.HttpExchange httpExchange)
authenticate
in class org.jboss.com.sun.net.httpserver.Authenticator
public static String createChallenge(DigestAuthenticator.DigestContext context, String realm, boolean stale)
public static DigestAuthenticator.DigestContext getOrCreateNegotiationContext(org.jboss.com.sun.net.httpserver.HttpExchange httpExchange, NonceFactory nonceFactory, boolean forceCreate)
public static boolean requiredCallbacksSupported(Class[] callbacks)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.