public class HttpDigestAuthService extends Object implements SecurityProviderService
| Constructor and Description |
|---|
HttpDigestAuthService() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends SecurityProvider> |
providerClass()
Class of the provider of this provider service.
|
String |
providerConfigKey()
Key of the "root" of configuration of this provider.
|
SecurityProvider |
providerInstance(Config config)
Create a new instance of the provider based on the configuration
provided.
|
public String providerConfigKey()
SecurityProviderServiceExample - Http Signature Provider may use "http-signatures", the configuration in yaml may then be:
security.providers:
- http-signatures:
inbound:
....
The name of the provider is the same string, unless explicitly definedproviderConfigKey in interface SecurityProviderServicepublic Class<? extends SecurityProvider> providerClass()
SecurityProviderServiceproviderClass in interface SecurityProviderServiceSecurityProvider provided by this provider servicepublic SecurityProvider providerInstance(Config config)
SecurityProviderServiceproviderInstance in interface SecurityProviderServiceconfig - Config with provider configurationConfig providedCopyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.