AbacProviderService, GoogleTokenService, HeaderAtnService, HttpBasicAuthService, HttpDigestAuthService, HttpSignService, JwtProviderServicepublic interface SecurityProviderService
| Modifier and Type | Method | Description |
|---|---|---|
Class<? extends SecurityProvider> |
getProviderClass() |
Class of the provider of this provider service.
|
SecurityProvider |
getProviderInstance(Config config) |
Create a new instance of the provider based on the configuration
provided.
|
String |
providerConfigKey() |
Key of the "root" of configuration of this provider.
|
String providerConfigKey()
Example - 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 definedClass<? extends SecurityProvider> getProviderClass()
SecurityProvider provided by this provider serviceSecurityProvider getProviderInstance(Config config)
config - Config with provider configurationConfig providedCopyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.