Package io.helidon.webserver.security
Class SecurityFeatureProvider
java.lang.Object
io.helidon.webserver.security.SecurityFeatureProvider
- All Implemented Interfaces:
ConfiguredProvider<SecurityFeature>,ConfiguredProvider<SecurityFeature>,ServerFeatureProvider<SecurityFeature>
public class SecurityFeatureProvider
extends Object
implements ServerFeatureProvider<SecurityFeature>
ServiceLoader provider implementation of ServerFeatureProvider
for security.-
Constructor Details
-
SecurityFeatureProvider
public SecurityFeatureProvider()
-
-
Method Details
-
configKey
Description copied from interface:ConfiguredProviderKey this service implementation is stored under. This is also considered the service "type" when used in a list in configuration, to allow the same service defined more than once.- Specified by:
configKeyin interfaceConfiguredProvider<SecurityFeature>- Specified by:
configKeyin interfaceConfiguredProvider<SecurityFeature>- Returns:
- key of this implementation
-
create
Description copied from interface:ConfiguredProviderCreate a new instance from the configuration located on the provided node.API Note: the default method implementation is provided for backward compatibility and will be removed in the next major version
- Specified by:
createin interfaceConfiguredProvider<SecurityFeature>- Parameters:
config- located atConfiguredProvider.configKey()nodename- name of the configured implementation- Returns:
- a new instance created from this config node
-