Package io.helidon.webserver.security
Class SecurityHandlerConfig.BuilderBase.SecurityHandlerConfigImpl
java.lang.Object
io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase.SecurityHandlerConfigImpl
- All Implemented Interfaces:
Prototype.Api
,Prototype.Factory<SecurityHandler>
,SecurityHandlerConfig
,Supplier<SecurityHandler>
- Enclosing class:
SecurityHandlerConfig.BuilderBase<BUILDER extends SecurityHandlerConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends SecurityHandlerConfig>
protected static class SecurityHandlerConfig.BuilderBase.SecurityHandlerConfigImpl
extends Object
implements SecurityHandlerConfig, Supplier<SecurityHandler>
Generated implementation of the prototype, can be extended by descendant prototype implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.webserver.security.SecurityHandlerConfig
SecurityHandlerConfig.Builder, SecurityHandlerConfig.BuilderBase<BUILDER extends SecurityHandlerConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends SecurityHandlerConfig> -
Constructor Summary
ModifierConstructorDescriptionprotected
SecurityHandlerConfigImpl
(SecurityHandlerConfig.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
-
Constructor Details
-
SecurityHandlerConfigImpl
Create an instance providing a builder.- Parameters:
builder
- extending builder base of this prototype
-
-
Method Details
-
build
Description copied from interface:Prototype.Factory
Create a new instance of the runtime type from this config object.- Specified by:
build
in interfacePrototype.Factory<SecurityHandler>
- Returns:
- new configured runtime instance
-
get
- Specified by:
get
in interfaceSupplier<SecurityHandler>
-
rolesAllowed
-
authenticator
-
authorizer
-
authenticate
-
authenticationOptional
-
audit
-
authorize
-
auditEventType
-
auditMessageFormat
-
queryParams
-
customObjects
-
sockets
-
config
-
combined
public boolean combined() -
toString
-
equals
-
hashCode
public int hashCode()
-