Uses of Interface
io.helidon.integrations.oci.SessionTokenMethodConfig
Packages that use SessionTokenMethodConfig
-
Uses of SessionTokenMethodConfig in io.helidon.integrations.oci
Classes in io.helidon.integrations.oci with type parameters of type SessionTokenMethodConfigModifier and TypeClassDescriptionstatic class
SessionTokenMethodConfig.BuilderBase<BUILDER extends SessionTokenMethodConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends SessionTokenMethodConfig> Fluent API builder base forSessionTokenMethodConfig
.Classes in io.helidon.integrations.oci that implement SessionTokenMethodConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.integrations.oci that return SessionTokenMethodConfigModifier and TypeMethodDescriptionSessionTokenMethodConfig.Builder.build()
SessionTokenMethodConfig.Builder.buildPrototype()
static SessionTokenMethodConfig
SessionTokenMethodConfig.create()
Create a new instance with default values.static SessionTokenMethodConfig
Create a new instance from configuration.Methods in io.helidon.integrations.oci that return types with arguments of type SessionTokenMethodConfigModifier and TypeMethodDescriptionOciConfig.BuilderBase.OciConfigImpl.sessionTokenMethodConfig()
OciConfig.BuilderBase.sessionTokenMethodConfig()
Session token method configuration (if provided and used).Methods in io.helidon.integrations.oci with parameters of type SessionTokenMethodConfigModifier and TypeMethodDescriptionSessionTokenMethodConfig.builder
(SessionTokenMethodConfig instance) Create a new fluent API builder from an existing instance.SessionTokenMethodConfig.BuilderBase.from
(SessionTokenMethodConfig prototype) Update this builder from an existing prototype instance.OciConfig.BuilderBase.sessionTokenMethodConfig
(SessionTokenMethodConfig sessionTokenMethodConfig) Session token method configuration (if provided and used).