public final class HttpDigestAuthProvider extends SynchronousProvider implements AuthenticationProvider
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpDigestAuthProvider.Builder
HttpDigestAuthProvider fluent API builder. |
| Modifier and Type | Method and Description |
|---|---|
static HttpDigestAuthProvider.Builder |
builder()
Get a builder instance to construct a new security provider.
|
static HttpDigestAuthProvider |
create(Config config)
Load this provider from configuration.
|
protected AuthenticationResponse |
syncAuthenticate(ProviderRequest providerRequest)
Synchronous authentication.
|
authenticate, authorize, outboundSecurity, syncAuthorize, syncOutboundclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitauthenticatesupportedAnnotations, supportedAttributes, supportedConfigKeys, supportedCustomObjectspublic static HttpDigestAuthProvider.Builder builder()
create(Config) (or create(Config)).public static HttpDigestAuthProvider create(Config config)
config - Configuration located at this provider's configuration (e.g. child is either http-basic-auth or
http-digest-auth)protected AuthenticationResponse syncAuthenticate(ProviderRequest providerRequest)
SynchronousProvidersyncAuthenticate in class SynchronousProviderproviderRequest - context with environment, subject(s) etc.AuthenticationProvider.authenticate(ProviderRequest)Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.