AuthenticationProvider, SecurityProviderpublic class HttpDigestAuthProvider extends SynchronousProvider implements AuthenticationProvider
| Modifier and Type | Class | Description |
|---|---|---|
static class |
HttpDigestAuthProvider.Builder |
HttpDigestAuthProvider fluent API builder. |
| Modifier and Type | Method | Description |
|---|---|---|
static HttpDigestAuthProvider.Builder |
builder() |
Get a builder instance to construct a new security provider.
|
static HttpDigestAuthProvider |
fromConfig(Config config) |
Load this provider from configuration.
|
protected AuthenticationResponse |
syncAuthenticate(ProviderRequest providerRequest) |
Synchronous authentication.
|
authenticateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsupportedAnnotations, supportedAttributes, supportedConfigKeys, supportedCustomObjectsauthenticate, authorize, outboundSecurity, syncAuthorize, syncOutboundpublic static HttpDigestAuthProvider.Builder builder()
fromConfig(Config) (or fromConfig(Config)).public static HttpDigestAuthProvider fromConfig(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.