SecurityProviderServicepublic class GoogleTokenService extends java.lang.Object implements SecurityProviderService
SecurityProviderService) for google token provider.| Constructor | Description |
|---|---|
GoogleTokenService() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.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.
|
java.lang.String |
providerConfigKey() |
Key of the "root" of configuration of this provider.
|
public java.lang.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 java.lang.Class<? extends SecurityProvider> getProviderClass()
SecurityProviderServicegetProviderClass in interface SecurityProviderServiceSecurityProvider provided by this provider servicepublic SecurityProvider getProviderInstance(Config config)
SecurityProviderServicegetProviderInstance in interface SecurityProviderServiceconfig - Config with provider configurationConfig providedCopyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.