Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

A128CBC_HS256 - Enum constant in enum class io.inverno.mod.security.jose.jwa.OCTAlgorithm
A128CBC-HS256 encryption algorithm as defined by RFC7518 Section 5.2.6
A128GCM - Enum constant in enum class io.inverno.mod.security.jose.jwa.OCTAlgorithm
A128GCM encryption algorithm as defined by RFC7518 Section 5.3
A128GCMKW - Enum constant in enum class io.inverno.mod.security.jose.jwa.OCTAlgorithm
A128GCMKW key management algorithm as defined by RFC7518 Section 4.7
A128KW - Enum constant in enum class io.inverno.mod.security.jose.jwa.OCTAlgorithm
A128KW key management algorithm as defined by RFC7518 Section 4.4
A192CBC_HS384 - Enum constant in enum class io.inverno.mod.security.jose.jwa.OCTAlgorithm
A192CBC-HS384 encryption algorithm as defined by RFC7518 Section 5.2.6
A192GCM - Enum constant in enum class io.inverno.mod.security.jose.jwa.OCTAlgorithm
A192GCM encryption algorithm as defined by RFC7518 Section 5.3
A192GCMKW - Enum constant in enum class io.inverno.mod.security.jose.jwa.OCTAlgorithm
A192GCMKW key management algorithm as defined by RFC7518 Section 4.7
A192KW - Enum constant in enum class io.inverno.mod.security.jose.jwa.OCTAlgorithm
A192KW key management algorithm as defined by RFC7518 Section 4.4
A256CBC_HS512 - Enum constant in enum class io.inverno.mod.security.jose.jwa.OCTAlgorithm
A256CBC-HS512 encryption algorithm as defined by RFC7518 Section 5.2.6
A256GCM - Enum constant in enum class io.inverno.mod.security.jose.jwa.OCTAlgorithm
A256GCM encryption algorithm as defined by RFC7518 Section 5.3
A256GCMKW - Enum constant in enum class io.inverno.mod.security.jose.jwa.OCTAlgorithm
A256GCMKW key management algorithm as defined by RFC7518 Section 4.7
A256KW - Enum constant in enum class io.inverno.mod.security.jose.jwa.OCTAlgorithm
A256KW key management algorithm as defined by RFC7518 Section 4.4
ABORTED - Enum constant in enum class io.inverno.mod.grpc.base.GrpcStatus
The operation was aborted, typically due to a concurrency issue such as a sequencer check failure or transaction abort.
aboutURL(URI) - Method in interface io.inverno.tool.buildtools.PackageApplicationTask
Sets the application's home page URL.
AbstractAsyncResource - Class in io.inverno.mod.base.resource
Base implementation for AsyncResource.
AbstractAsyncResource() - Constructor for class io.inverno.mod.base.resource.AbstractAsyncResource
Creates an async resource.
AbstractAsyncResource(MediaTypeService) - Constructor for class io.inverno.mod.base.resource.AbstractAsyncResource
Creates an async resource with the specified media type service.
AbstractAsyncResource.EndOfFileException - Exception Class in io.inverno.mod.base.resource
Thrown when the end of the file is reached when reading a resource.
AbstractByteBufPublisherTemplateSet - Class in io.inverno.mod.irt
A TemplateSet base implementation template sets which renders data in a reactive way using a ByteBuf sink.
AbstractByteBufPublisherTemplateSet(Charset) - Constructor for class io.inverno.mod.irt.AbstractByteBufPublisherTemplateSet
Creates a ByteBuf publisher template set.
AbstractByteBufTemplateSet - Class in io.inverno.mod.irt
A TemplateSet base implementation template sets which renders data in a ByteBuf.
AbstractByteBufTemplateSet(Charset, ByteBuf) - Constructor for class io.inverno.mod.irt.AbstractByteBufTemplateSet
Creates a ByteBuf template set.
AbstractCompositeByteBufTemplateSet - Class in io.inverno.mod.irt
A TemplateSet base implementation template sets which renders data in a composite ByteBuf.
AbstractCompositeByteBufTemplateSet(Charset) - Constructor for class io.inverno.mod.irt.AbstractCompositeByteBufTemplateSet
Creates a composite ByteBuf template set.
AbstractConfigurationDiscoveryService<A,B,C,D> - Class in io.inverno.mod.discovery
Base configuration based discovery service implementation.
AbstractConfigurationDiscoveryService(Set<String>, String, ConfigurationSource) - Constructor for class io.inverno.mod.discovery.AbstractConfigurationDiscoveryService
Creates a configuration discovery service.
AbstractConfigurationLoader<A,B> - Class in io.inverno.mod.configuration
Base implementation for ConfigurationLoader.
AbstractConfigurationLoader() - Constructor for class io.inverno.mod.configuration.AbstractConfigurationLoader
 
AbstractConfigurationService<A,B,C,D> - Class in io.inverno.mod.discovery
A service resolved by configuration.
AbstractConfigurationService(ServiceID, Mono<D>) - Constructor for class io.inverno.mod.discovery.AbstractConfigurationService
Creates a configuration service.
AbstractDiscoveryService<A,B,C> - Class in io.inverno.mod.discovery
Base DiscoveryService implementation.
AbstractDiscoveryService(Set<String>) - Constructor for class io.inverno.mod.discovery.AbstractDiscoveryService
Creates a discovery service supporting the specified set of schemes.
AbstractDnsDiscoveryService<A,B,C> - Class in io.inverno.mod.discovery
Base DNS based discovery service.
AbstractDnsDiscoveryService(NetService, Set<String>) - Constructor for class io.inverno.mod.discovery.AbstractDnsDiscoveryService
Creates a DNS discovery service.
AbstractHeaderBuilder<A,B> - Class in io.inverno.mod.http.base.header
Base implementation for HeaderBuilder.
AbstractHeaderBuilder() - Constructor for class io.inverno.mod.http.base.header.AbstractHeaderBuilder
 
AbstractHeaderCodec<A,B> - Class in io.inverno.mod.http.base.header
Base implementation for HeaderCodec.
AbstractHeaderCodec(Supplier<B>, Set<String>) - Constructor for class io.inverno.mod.http.base.header.AbstractHeaderCodec
Creates a header codec with the specified builder supplier and supported header names.
AbstractPassword<A,B> - Class in io.inverno.mod.security.authentication.password
Base password implementation.
AbstractPassword(String, B) - Constructor for class io.inverno.mod.security.authentication.password.AbstractPassword
Creates a password with the specified value and encoder.
AbstractPrincipalAuthenticator<A,B,C> - Class in io.inverno.mod.security.authentication
Base principal authenticator implementation used to authenticate PrincipalCredentials.
AbstractPrincipalAuthenticator(CredentialsResolver<? extends B>, CredentialsMatcher<? super A, ? super B>) - Constructor for class io.inverno.mod.security.authentication.AbstractPrincipalAuthenticator
Creates a terminal principal authenticator with the specified credentials resolver and credentials matcher.
AbstractResource - Class in io.inverno.mod.base.resource
Base implementation for Resource.
AbstractResource() - Constructor for class io.inverno.mod.base.resource.AbstractResource
Creates a resource.
AbstractResource(MediaTypeService) - Constructor for class io.inverno.mod.base.resource.AbstractResource
Creates a resource with the specified media type service.
AbstractResourceProvider<A> - Class in io.inverno.mod.base.resource
Base implementation for ResourceProvider.
AbstractResourceProvider() - Constructor for class io.inverno.mod.base.resource.AbstractResourceProvider
 
AbstractRoute<A,B,C,D,E,F> - Class in io.inverno.mod.http.base.router
Base Route implementation
AbstractRoute(E, A, boolean) - Constructor for class io.inverno.mod.http.base.router.AbstractRoute
Creates a route.
AbstractRouteExtractor<A,B,C,D,E,F> - Class in io.inverno.mod.http.base.router
Base RouteExtractor implementation.
AbstractRouteExtractor(E) - Constructor for class io.inverno.mod.http.base.router.AbstractRouteExtractor
Creates a route extractor.
AbstractRouteExtractor(F) - Constructor for class io.inverno.mod.http.base.router.AbstractRouteExtractor
Creates a route extractor.
AbstractRouteManager<A,B,C,D,E,F> - Class in io.inverno.mod.http.base.router
Base RouteManager implementation.
AbstractRouteManager(E) - Constructor for class io.inverno.mod.http.base.router.AbstractRouteManager
Creates a route manager.
AbstractRouter<A,B,C,D,E,F> - Class in io.inverno.mod.http.base.router
Base Router implementation.
AbstractRouter(RoutingLink.ChainBuilder<A, B, C, F>) - Constructor for class io.inverno.mod.http.base.router.AbstractRouter
Creates a router.
AbstractRouter(RoutingLink<A, B, C, F>) - Constructor for class io.inverno.mod.http.base.router.AbstractRouter
Creates a router.
AbstractScanBuilder<A> - Interface in io.inverno.mod.redis.operations
 
AbstractScanResult - Interface in io.inverno.mod.redis.operations
 
AbstractService<A,B,C> - Class in io.inverno.mod.discovery
Base Service implementation.
AbstractService(ServiceID) - Constructor for class io.inverno.mod.discovery.AbstractService
Creates a service.
AbstractStreamTemplateSet<T> - Class in io.inverno.mod.irt
A TemplateSet base implementation template sets which renders data in an OutputStream.
AbstractStreamTemplateSet(Charset, T) - Constructor for class io.inverno.mod.irt.AbstractStreamTemplateSet
Creates a Stream template set.
AbstractStringPublisherTemplateSet - Class in io.inverno.mod.irt
A TemplateSet base implementation template sets which renders data in a reactive way using a String sink.
AbstractStringPublisherTemplateSet(Charset) - Constructor for class io.inverno.mod.irt.AbstractStringPublisherTemplateSet
Creates a String publisher template set.
AbstractStringTemplateSet - Class in io.inverno.mod.irt
A TemplateSet base implementation template sets which renders data in a StringBuilder
AbstractStringTemplateSet(Charset) - Constructor for class io.inverno.mod.irt.AbstractStringTemplateSet
Creates a String template set.
AbstractTemplateSet - Class in io.inverno.mod.irt
Base TemplateSet implementation.
AbstractTemplateSet(Charset) - Constructor for class io.inverno.mod.irt.AbstractTemplateSet
Creates a template set.
absttl() - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyRestoreBuilder
 
accept(String) - Method in interface io.inverno.mod.http.base.OutboundRequestHeaders
Sets the request accept header field value.
accept(String) - Method in interface io.inverno.mod.http.base.router.AcceptContentRoute.Extractor
Sets the extractor to extract routes defined with the specified accepted media type or media range.
accept(String) - Method in interface io.inverno.mod.http.base.router.AcceptContentRoute.Manager
Specifies the media type or media range matching the content accepted by an input.
accept(T) - Method in interface io.inverno.core.v1.Module.BeanBuilder.FallibleConsumer
Performs this operation on the given argument.
accept_backlog() - Method in interface io.inverno.mod.base.net.NetServerConfiguration
The accept backlog.
accept_backlog(Integer) - Method in class io.inverno.mod.boot.BootNetServerConfigurationLoader.Configurator
 
AcceptContentRoute<A> - Interface in io.inverno.mod.http.base.router
An accept content route.
AcceptContentRoute.Extractor<A,B,C> - Interface in io.inverno.mod.http.base.router
An accept content route extractor.
AcceptContentRoute.Manager<A,B,C,D,E> - Interface in io.inverno.mod.http.base.router
An accept content route manager.
ACCEPTED - Enum constant in enum class io.inverno.mod.http.base.Status
AcceptLanguageRoute<A> - Interface in io.inverno.mod.http.base.router
An accept language route.
AcceptLanguageRoute.Extractor<A,B,C> - Interface in io.inverno.mod.http.base.router
An accept language route extractor.
AcceptLanguageRoute.Manager<A,B,C,D,E> - Interface in io.inverno.mod.http.base.router
An accept language route manager.
AcceptLanguageRoutingLink<A,B,C,D> - Class in io.inverno.mod.http.base.router.link
A RoutingLink implementation resolving resources by matching languages accepted in an input.
AcceptLanguageRoutingLink() - Constructor for class io.inverno.mod.http.base.router.link.AcceptLanguageRoutingLink
Creates a terminal accept language routing link.
AcceptLanguageRoutingLink(Supplier<RoutingLink<A, B, C, D>>) - Constructor for class io.inverno.mod.http.base.router.link.AcceptLanguageRoutingLink
Creates an accept language routing link in a routing chain.
acceptMessageEncoding(List<String>) - Method in interface io.inverno.mod.grpc.base.GrpcOutboundRequestMetadata
Sets the list of message encodings accepted by a client.
acceptMessageEncoding(List<String>) - Method in interface io.inverno.mod.grpc.base.GrpcOutboundResponseMetadata
Sets the list of message encodings accepted by a server.
AccessControlException - Exception Class in io.inverno.mod.security.accesscontrol
Thrown to indicate unexpected errors during access control processing.
AccessControlException() - Constructor for exception class io.inverno.mod.security.accesscontrol.AccessControlException
Creates an access control exception.
AccessControlException(String) - Constructor for exception class io.inverno.mod.security.accesscontrol.AccessControlException
Creates an access control exception with the specified message.
AccessControlException(String, Throwable) - Constructor for exception class io.inverno.mod.security.accesscontrol.AccessControlException
Creates an access control exception with the specified message and cause.
AccessControlException(String, Throwable, boolean, boolean) - Constructor for exception class io.inverno.mod.security.accesscontrol.AccessControlException
Creates an access control exception with the specified message, cause, suppression enabled or disabled and writable stack trace enabled or disabled.
AccessControlException(Throwable) - Constructor for exception class io.inverno.mod.security.accesscontrol.AccessControlException
Creates an access control exception with the specified cause.
AccessControlInterceptor<A,B,C,D> - Class in io.inverno.mod.security.http
An access control interceptor verifies that the access to a resource is authorized.
accessController(B) - Method in class io.inverno.mod.security.context.SecurityContext.Builder
Specifies an access controller.
AccessController - Interface in io.inverno.mod.security.accesscontrol
An access controller is used to control the access to services and resources of an authenticated entity.
AccessControllerResolver<A,B> - Interface in io.inverno.mod.security.accesscontrol
An access controller resolver is used to resolve an access controller from an Authentication.
activate(int, ConfigurationKey.Parameter...) - Method in class io.inverno.mod.configuration.source.VersionedRedisConfigurationSource
Activates the specified revisions for the properties defined with the specified parameters.
activate(int, String, Object) - Method in class io.inverno.mod.configuration.source.VersionedRedisConfigurationSource
Activates the specified revisions for the properties defined with the specified parameter.
activate(int, String, Object, String, Object) - Method in class io.inverno.mod.configuration.source.VersionedRedisConfigurationSource
Activates the specified revisions for the properties defined with the two specified parameters.
activate(int, String, Object, String, Object, String, Object) - Method in class io.inverno.mod.configuration.source.VersionedRedisConfigurationSource
Activates the specified revisions for the properties defined with the three specified parameters.
activate(int, String, Object, String, Object, String, Object, String, Object) - Method in class io.inverno.mod.configuration.source.VersionedRedisConfigurationSource
Activates the specified revisions for the properties defined with the four specified parameters.
activate(int, String, Object, String, Object, String, Object, String, Object, String, Object) - Method in class io.inverno.mod.configuration.source.VersionedRedisConfigurationSource
Activates the specified revisions for the properties defined with the five specified parameters.
activate(int, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Method in class io.inverno.mod.configuration.source.VersionedRedisConfigurationSource
Activates the specified revisions for the properties defined with the six specified parameters.
activate(int, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Method in class io.inverno.mod.configuration.source.VersionedRedisConfigurationSource
Activates the specified revisions for the properties defined with the seven specified parameters.
activate(int, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Method in class io.inverno.mod.configuration.source.VersionedRedisConfigurationSource
Activates the specified revisions for the properties defined with the eight specified parameters.
activate(int, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Method in class io.inverno.mod.configuration.source.VersionedRedisConfigurationSource
Activates the specified revisions for the properties defined with the nine specified parameters.
activate(int, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Method in class io.inverno.mod.configuration.source.VersionedRedisConfigurationSource
Activates the specified revisions for the properties defined with the ten specified parameters.
activate(ConfigurationKey.Parameter...) - Method in class io.inverno.mod.configuration.source.VersionedRedisConfigurationSource
Activates the working revision for the properties defined with the specified parameters.
activate(String, Object) - Method in class io.inverno.mod.configuration.source.VersionedRedisConfigurationSource
Activates the working revision for the properties defined with the specified parameter.
activate(String, Object, String, Object) - Method in class io.inverno.mod.configuration.source.VersionedRedisConfigurationSource
Activates the working revision for the properties defined with the two specified parameters.
activate(String, Object, String, Object, String, Object) - Method in class io.inverno.mod.configuration.source.VersionedRedisConfigurationSource
Activates the working revision for the properties defined with the three specified parameters.
activate(String, Object, String, Object, String, Object, String, Object) - Method in class io.inverno.mod.configuration.source.VersionedRedisConfigurationSource
Activates the working revision for the properties defined with the four specified parameters.
activate(String, Object, String, Object, String, Object, String, Object, String, Object) - Method in class io.inverno.mod.configuration.source.VersionedRedisConfigurationSource
Activates the working revision for the properties defined with the five specified parameters.
activate(String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Method in class io.inverno.mod.configuration.source.VersionedRedisConfigurationSource
Activates the working revision for the properties defined with the six specified parameters.
activate(String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Method in class io.inverno.mod.configuration.source.VersionedRedisConfigurationSource
Activates the working revision for the properties defined with the seven specified parameters.
activate(String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Method in class io.inverno.mod.configuration.source.VersionedRedisConfigurationSource
Activates the working revision for the properties defined with the eight specified parameters.
activate(String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Method in class io.inverno.mod.configuration.source.VersionedRedisConfigurationSource
Activates the working revision for the properties defined with the nine specified parameters.
activate(String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Method in class io.inverno.mod.configuration.source.VersionedRedisConfigurationSource
Activates the working revision for the properties defined with the ten specified parameters.
ActiveDirectoryAuthenticator - Class in io.inverno.mod.security.ldap.authentication
Specialized LDAP authenticator that uses Active Directory semantic.
ActiveDirectoryAuthenticator(LDAPClient, String) - Constructor for class io.inverno.mod.security.ldap.authentication.ActiveDirectoryAuthenticator
Creates an Active Directory authenticator with the specified LDAP client and domain.
ActiveDirectoryAuthenticator(LDAPClient, String, String) - Constructor for class io.inverno.mod.security.ldap.authentication.ActiveDirectoryAuthenticator
Creates an Active Directory authenticator with the specified LDAP client, domain and base DN.
ActiveDirectoryAuthenticator(LDAPClient, String, String, String) - Constructor for class io.inverno.mod.security.ldap.authentication.ActiveDirectoryAuthenticator
Creates an Active Directory authenticator with the specified LDAP client, domain, base DN and search user filter.
add(E) - Method in class io.inverno.core.v1.Module.BeanAggregator
Appends the specified bean to the aggregate.
add(E[]) - Method in class io.inverno.core.v1.Module.BeanAggregator
Appends the specified array of beans to the aggregate.
add(Header...) - Method in interface io.inverno.mod.http.base.OutboundHeaders
Adds the specified headers.
add(CharSequence, CharSequence) - Method in interface io.inverno.mod.grpc.base.GrpcOutboundMetadata
Adds a metadata with the specified name and value.
add(CharSequence, CharSequence) - Method in interface io.inverno.mod.http.base.OutboundHeaders
Adds a header with the specified name and value.
add(Collection<? extends E>) - Method in class io.inverno.core.v1.Module.BeanAggregator
Appends the specified collection of beans to the aggregate.
addBinary(CharSequence, T) - Method in interface io.inverno.mod.grpc.base.GrpcOutboundMetadata
Adds a binary metadata with the specified name and value.
addCookie(String, String) - Method in interface io.inverno.mod.http.base.OutboundSetCookies
Adds a set-cookie with the specified name and value.
addCookie(String, T) - Method in interface io.inverno.mod.http.base.OutboundCookies
Adds a cookie.
addCookie(String, T, Class<T>) - Method in interface io.inverno.mod.http.base.OutboundCookies
Adds a cookie.
addCookie(String, T, Type) - Method in interface io.inverno.mod.http.base.OutboundCookies
Adds a cookie.
addCookie(Consumer<SetCookie.Configurator>) - Method in interface io.inverno.mod.http.base.OutboundSetCookies
Adds a set-cookie.
addCustomClaim(String, Object) - Method in interface io.inverno.mod.security.jose.jwt.JWTClaimsSet.Builder
Specifies a custom claim.
addCustomParameter(String, Object) - Method in interface io.inverno.mod.security.jose.JOSEHeaderConfigurator
Specifies a custom parameter to add to the header.
additionalAuthenticationData(String) - Method in interface io.inverno.mod.security.jose.jwe.JsonJWEBuilder
Specifies the additional authentication data to use when encrypting the payload.
addModules(String) - Method in interface io.inverno.tool.buildtools.BuildRuntimeTask
Specifies the modules to add to the runtime image.
addOptions(String) - Method in interface io.inverno.tool.buildtools.BuildRuntimeTask
Specifies the options to prepend before any other options when invoking the JVM of the runtime image.
addParameter(CharSequence, T) - Method in interface io.inverno.mod.http.base.OutboundHeaders
Encodes and adds a header with the specified name and value
addParameter(CharSequence, T, Class<T>) - Method in interface io.inverno.mod.http.base.OutboundHeaders
Encodes and adds a header with the specified name and value
addParameter(CharSequence, T, Type) - Method in interface io.inverno.mod.http.base.OutboundHeaders
Encodes and adds a header with the specified name and value
address_resolver() - Method in interface io.inverno.mod.boot.BootConfiguration
Address resolver configuration.
address_resolver(BootNetAddressResolverConfiguration) - Method in class io.inverno.mod.boot.BootConfigurationLoader.Configurator
 
address_resolver(Consumer<BootNetAddressResolverConfigurationLoader.Configurator>) - Method in class io.inverno.mod.boot.BootConfigurationLoader.Configurator
 
addRoute(C) - Method in class io.inverno.mod.http.base.router.AbstractRouteExtractor
Stored the specified route in the list of extracted routes.
addUnnamedModules(boolean) - Method in interface io.inverno.tool.buildtools.BuildRuntimeTask
Specifies whether unnamed modules should be added to the runtime image.
addUnnamedModules(boolean) - Method in interface io.inverno.tool.buildtools.ExecTask
Sets whether unnamed modules should be added when executing the application.
addUserToGroups(String, String...) - Method in class io.inverno.mod.security.authentication.user.InMemoryUserRepository
 
addUserToGroups(String, String...) - Method in class io.inverno.mod.security.authentication.user.RedisUserRepository
 
addUserToGroups(String, String...) - Method in interface io.inverno.mod.security.authentication.user.UserRepository
Adds the user identified by the specified username to the specified groups.
admin_credentials() - Method in interface io.inverno.mod.ldap.LDAPClientConfiguration
The admin user credentials.
admin_credentials(String) - Method in class io.inverno.mod.ldap.LDAPClientConfigurationLoader.Configurator
 
admin_dn() - Method in interface io.inverno.mod.ldap.LDAPClientConfiguration
The admin user DN;
admin_dn(String) - Method in class io.inverno.mod.ldap.LDAPClientConfigurationLoader.Configurator
 
algorithm(String) - Method in interface io.inverno.mod.security.jose.JOSEHeaderConfigurator
specifies the cryptographic algorithm to use to secure the JOSE object.
algorithm(String) - Method in interface io.inverno.mod.security.jose.jwk.JWKBuilder
Specifies the algorithm intended for use with the key.
algorithm(String) - Method in interface io.inverno.mod.security.jose.jwk.JWKGenerator
Specifies the algorithm intended for use with the key.
ALGORITHM_MD5 - Static variable in class io.inverno.mod.security.http.digest.DigestAuthenticationErrorInterceptor
MD5 algorithm (default).
ALGORITHM_SHA_256 - Static variable in class io.inverno.mod.security.http.digest.DigestAuthenticationErrorInterceptor
SHA-256 algorithm.
ALGORITHM_SHA_512_256 - Static variable in class io.inverno.mod.security.http.digest.DigestAuthenticationErrorInterceptor
SHA-512-256 algorithm.
ALL - Static variable in interface io.inverno.mod.http.base.header.Headers.Accept
Accept all header: */*
ALL - Static variable in interface io.inverno.mod.http.base.header.Headers.AcceptLanguage
Accept all header: *
allowCredentials - Variable in class io.inverno.mod.security.http.cors.CORSInterceptor
Flag indicating whether credentials must be allowed.
allowCredentials - Variable in class io.inverno.mod.security.http.cors.CORSInterceptor.Builder
The allow credentials flag.
allowCredentials(boolean) - Method in class io.inverno.mod.security.http.cors.CORSInterceptor.Builder
Specifies the allow credentials flag.
allowedHeaders - Variable in class io.inverno.mod.security.http.cors.CORSInterceptor
The allowed headers.
allowedHeaders - Variable in class io.inverno.mod.security.http.cors.CORSInterceptor.Builder
The set of allowed headers.
allowedMethods - Variable in class io.inverno.mod.security.http.cors.CORSInterceptor
The allowed methods.
allowedMethods - Variable in class io.inverno.mod.security.http.cors.CORSInterceptor.Builder
The set of allowed methods.
allowedOrigins - Variable in class io.inverno.mod.security.http.cors.CORSInterceptor
The set of allowed origins.
allowedOrigins - Variable in class io.inverno.mod.security.http.cors.CORSInterceptor.Builder
The set of allowed origins.
allowedOriginsPattern - Variable in class io.inverno.mod.security.http.cors.CORSInterceptor
The set of allowed origins patterns.
allowedOriginsPattern - Variable in class io.inverno.mod.security.http.cors.CORSInterceptor.Builder
The set of allowed origins patterns.
allowHeader(String) - Method in class io.inverno.mod.security.http.cors.CORSInterceptor.Builder
Specifies an allowed header.
allowMethod(Method) - Method in class io.inverno.mod.security.http.cors.CORSInterceptor.Builder
Specifies an allowed method.
allowOrigin(String) - Method in class io.inverno.mod.security.http.cors.CORSInterceptor.Builder
Specifies an allowed origin.
allowOriginPattern(String) - Method in class io.inverno.mod.security.http.cors.CORSInterceptor.Builder
Specifies an allowed origin pattern.
allowPrivateNetwork - Variable in class io.inverno.mod.security.http.cors.CORSInterceptor
Flag indicating whether private network must be allowed.
allowPrivateNetwork - Variable in class io.inverno.mod.security.http.cors.CORSInterceptor.Builder
The allow private network flag.
allowPrivateNetwork(boolean) - Method in class io.inverno.mod.security.http.cors.CORSInterceptor.Builder
Specifies the allow private network flag.
alpha() - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.AbstractKeySortBuilder
 
ALREADY_EXISTS - Enum constant in enum class io.inverno.mod.grpc.base.GrpcStatus
The entity that a client attempted to create (e.g., file or directory) already exists.
and() - Method in interface io.inverno.mod.base.reflect.ArrayTypeArgumentBuilder
Finalizes this builder and returns the parent builder.
and() - Method in class io.inverno.mod.base.reflect.GenericTypeVariableBuilder
 
and() - Method in interface io.inverno.mod.base.reflect.TypeArgumentBuilder
Finalizes this builder and returns the parent builder.
and() - Method in interface io.inverno.mod.base.reflect.TypeVariableBuilder
Finalizes this builder and returns the parent builder.
and() - Method in interface io.inverno.mod.base.reflect.WildcardTypeArgumentBuilder
Finalizes this builder and returns the parent builder.
and() - Method in interface io.inverno.mod.configuration.ExecutableConfigurationQuery
Chains another query.
and() - Method in interface io.inverno.mod.configuration.ExecutableConfigurationUpdate
Chains another update.
and() - Method in class io.inverno.mod.configuration.source.CompositeConfigurationSource.CompositeExecutableConfigurationQuery
 
and() - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource.RedisExecutableConfigurationQuery
 
and() - Method in class io.inverno.mod.configuration.source.RedisConfigurationSource.RedisExecutableConfigurationUpdate
 
and() - Method in class io.inverno.mod.configuration.source.VersionedRedisConfigurationSource.VersionedRedisExecutableConfigurationQuery
 
and() - Method in class io.inverno.mod.configuration.source.VersionedRedisConfigurationSource.VersionedRedisExecutableConfigurationUpdate
 
and() - Method in interface io.inverno.mod.sql.PreparedStatement
Appends current arguments binding to the batch and creates another binding.
and(Pipe<U, V>) - Method in interface io.inverno.mod.irt.Pipe
Chains the specified pipe after this pipe.
and(PublisherPipe<U, V>) - Method in interface io.inverno.mod.irt.PublisherPipe
Chains the specified publisher pipe after this pipe.
and(StreamPipe<U, V>) - Method in interface io.inverno.mod.irt.StreamPipe
Chains the specified stream pipe after this pipe.
and(String) - Method in interface io.inverno.mod.sql.Statement
Adds the specified SQL to the statement.
andThen(ExchangeInterceptor<? super A, B>) - Method in interface io.inverno.mod.http.client.ExchangeInterceptor
Returns a composed interceptor that invokes this interceptor first and then invokes the specified interceptor.
andThen(ExchangeInterceptor<? super A, B>) - Method in interface io.inverno.mod.http.server.ExchangeInterceptor
Returns a composed interceptor that invokes this interceptor first and then invokes the specified interceptor.
andThen(LoginFailureHandler<? super A, ? super B>) - Method in interface io.inverno.mod.security.http.login.LoginFailureHandler
Invokes this login failure handler and then invokes the specified login failure handler.
andThen(LoginSuccessHandler<? super A, ? super B, ? super C>) - Method in interface io.inverno.mod.security.http.login.LoginSuccessHandler
Invokes this login success handler and then invokes the specified login success handler.
andThen(LogoutSuccessHandler<? super A, ? super B, ? super C, ? super D, ? super E>) - Method in interface io.inverno.mod.security.http.login.LogoutSuccessHandler
Invokes this logout success handler and then invokes the specified logout success handler.
AnnotationSelector - Annotation Interface in io.inverno.core.annotation
An AnnotationSelector is used to filter beans annotated with a particular annotation during dependency injection.
anonymous() - Static method in interface io.inverno.mod.security.authentication.Authentication
Returns an anonymous authentication.
anonymous() - Static method in class io.inverno.mod.security.http.AccessControlInterceptor
Returns an access control interceptor that verifies the requester is anonymous (i.e. not authenticated).
appContents(Set<Path>) - Method in interface io.inverno.tool.buildtools.PackageApplicationTask
Sets paths to files and/or directories to add to the application package.
append(A, B) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
APPEND key value
Application<T> - Class in io.inverno.core.v1
A module wrapper which starts a module as an application and stops it when the application is gracefully shutdown.
Application(Module.ModuleBuilder<T>) - Constructor for class io.inverno.core.v1.Application
Creates a new Application for the module created with the specified builder.
APPLICATION_GRPC - Static variable in class io.inverno.mod.base.resource.MediaTypes
application/grpc
APPLICATION_GRPC_JSON - Static variable in class io.inverno.mod.base.resource.MediaTypes
application/grpc+json
APPLICATION_GRPC_PROTO - Static variable in class io.inverno.mod.base.resource.MediaTypes
application/grpc+proto
APPLICATION_JOSE - Static variable in class io.inverno.mod.base.resource.MediaTypes
application/jose
APPLICATION_JOSE_JSON - Static variable in class io.inverno.mod.base.resource.MediaTypes
application/jose+json
APPLICATION_JSON - Static variable in class io.inverno.mod.base.resource.MediaTypes
application/json
APPLICATION_JWK_JSON - Static variable in class io.inverno.mod.base.resource.MediaTypes
application/jwk+json
APPLICATION_JWK_SET_JSON - Static variable in class io.inverno.mod.base.resource.MediaTypes
application/jwk-set+json
APPLICATION_JWT - Static variable in class io.inverno.mod.base.resource.MediaTypes
application/jwt
APPLICATION_OCTET_STREAM - Static variable in class io.inverno.mod.base.resource.MediaTypes
application/octet-stream
APPLICATION_X_NDJSON - Static variable in class io.inverno.mod.base.resource.MediaTypes
application/x-ndjson
APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class io.inverno.mod.base.resource.MediaTypes
application/x-www-form-urlencoded
APPLICATION_XML - Static variable in class io.inverno.mod.base.resource.MediaTypes
application/xml
ApplicationRuntime - Enum Class in io.inverno.mod.base
The runtime where the application is running.
apply(T, Pipe<T, U>) - Static method in interface io.inverno.mod.irt.Pipe
Applies the specified pipe to the specified source value.
applyTemplate(Iterable<T>) - Method in class io.inverno.mod.irt.AbstractTemplateSet
 
applyTemplate(Iterable<T>) - Method in interface io.inverno.mod.irt.TemplateSet
Invokes a template defined in the template set implementation on each element of the specified iterable.
applyTemplate(Stream<T>) - Method in class io.inverno.mod.irt.AbstractTemplateSet
 
applyTemplate(Stream<T>) - Method in interface io.inverno.mod.irt.TemplateSet
Invokes a template defined in the template set implementation on each element of the specified stream.
applyTemplate(Publisher<T>) - Method in class io.inverno.mod.irt.AbstractTemplateSet
 
applyTemplate(Publisher<T>) - Method in interface io.inverno.mod.irt.TemplateSet
Invokes a template defined in the template set implementation on each element emitted in the specified publisher until the publisher completes.
applyTemplate(T) - Method in class io.inverno.mod.irt.AbstractTemplateSet
 
applyTemplate(T) - Method in interface io.inverno.mod.irt.TemplateSet
Invokes a template defined in the template set implementation on the specified object.
applyTemplate(T[]) - Method in class io.inverno.mod.irt.AbstractTemplateSet
 
applyTemplate(T[]) - Method in interface io.inverno.mod.irt.TemplateSet
Invokes a template defined in the template set implementation on each element of the specified array.
approximate() - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXaddBuilder
 
approximate() - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXtrimBuilder
 
archive() - Method in interface io.inverno.tool.buildtools.BuildRuntimeTask
Creates an archive task.
archive() - Method in interface io.inverno.tool.buildtools.PackageApplicationTask
Creates an archive task.
archive(Consumer<ArchiveTask>) - Method in interface io.inverno.tool.buildtools.BuildRuntimeTask
Creates and configures an archive task.
archive(Consumer<ArchiveTask>) - Method in interface io.inverno.tool.buildtools.PackageApplicationTask
Creates and configures an archive task.
ArchiveTask - Interface in io.inverno.tool.buildtools
A task for archiving project delivrables.
Argon2Password - Class in io.inverno.mod.security.authentication.password
A password that uses Argon2 key derivation function to encode password.
Argon2Password(String, Argon2Password.Encoder) - Constructor for class io.inverno.mod.security.authentication.password.Argon2Password
Creates an Argon2 password with the specified value and encoder.
Argon2Password.Encoder - Class in io.inverno.mod.security.authentication.password
An Argon2 password encoder implementation.
Argon2Password.Encoder.HashType - Enum Class in io.inverno.mod.security.authentication.password
The type of hash.
arguments(String) - Method in interface io.inverno.tool.buildtools.ExecTask
Sets the arguments to pass to the application.
arrayType() - Method in interface io.inverno.mod.base.reflect.TypeArgumentBuilder
Specifies an array type as the next argument of the parameterized type.
arrayType() - Method in interface io.inverno.mod.base.reflect.TypeBuilder
Specifies an array type as the next argument of the parameterized type.
arrayType() - Static method in class io.inverno.mod.base.reflect.Types
Creates an array type builder.
ArrayTypeArgumentBuilder<A> - Interface in io.inverno.mod.base.reflect
An array type argument builder is used to specify the component type of an array type.
ArrayTypeBuilder - Interface in io.inverno.mod.base.reflect
An array type builder is used to build array types.
Artifact - Interface in io.inverno.tool.buildtools
Represents a build component.
as(Class<T>) - Method in interface io.inverno.mod.base.converter.Convertible
Converts the value to the specified type.
as(Class<T>) - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Converts the property value to the specified type.
as(Class<T>, T) - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Returns the converted value or the specified default value.
as(Class<T>, T) - Method in interface io.inverno.mod.configuration.ConfigurationQueryResult
Returns the configuration property value converted to the specified type or a default value.
as(Type) - Method in interface io.inverno.mod.base.converter.Convertible
Converts the value to the specified type.
as(Type) - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Converts the property value to the specified type.
as(Type, T) - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Returns the converted value or the specified default value.
as(Type, T) - Method in interface io.inverno.mod.configuration.ConfigurationQueryResult
Returns the configuration property value converted to the specified type or a default value.
asArrayOf(Class<T>) - Method in interface io.inverno.mod.base.converter.Convertible
Converts the value to an array of the specified type.
asArrayOf(Class<T>) - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Converts the property value to an array of the specified type.
asArrayOf(Class<T>, T[]) - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Returns the converted value or the specified default array.
asArrayOf(Class<T>, T[]) - Method in interface io.inverno.mod.configuration.ConfigurationQueryResult
Returns the configuration property value converted to an array of the specified type or a default array.
asArrayOf(Type) - Method in interface io.inverno.mod.base.converter.Convertible
Converts the value to an array of the specified type.
asArrayOf(Type) - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Converts the property value to an array of the specified type.
asArrayOf(Type, T[]) - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Returns the converted value or the specified default array.
asArrayOf(Type, T[]) - Method in interface io.inverno.mod.configuration.ConfigurationQueryResult
Returns the configuration property value converted to an array of the specified type or a default array.
asBigDecimal() - Method in interface io.inverno.mod.base.converter.Convertible
Converts the value to a big decimal.
asBigDecimal() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Converts the property value to a big decimal.
asBigDecimal(BigDecimal) - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Returns the converted value or the specified default value.
asBigDecimal(BigDecimal) - Method in interface io.inverno.mod.configuration.ConfigurationQueryResult
Returns the configuration property value as a big decimal or a default value.
asBigInteger() - Method in interface io.inverno.mod.base.converter.Convertible
Converts the value to a big integer.
asBigInteger() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Converts the property value to a big integer.
asBigInteger(BigInteger) - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Returns the converted value or the specified default value.
asBigInteger(BigInteger) - Method in interface io.inverno.mod.configuration.ConfigurationQueryResult
Returns the configuration property value as a big integer or a default value.
asBoolean() - Method in interface io.inverno.mod.base.converter.Convertible
Converts the value to a boolean.
asBoolean() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Converts the property value to a boolean.
asBoolean(boolean) - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Returns the converted value or the specified default value.
asBoolean(boolean) - Method in interface io.inverno.mod.configuration.ConfigurationQueryResult
Returns the configuration property value as a boolean or a default value.
asByte() - Method in interface io.inverno.mod.base.converter.Convertible
Converts the value to a byte.
asByte() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Converts the property value to a byte.
asByte(byte) - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Returns the converted value or the specified default value.
asByte(byte) - Method in interface io.inverno.mod.configuration.ConfigurationQueryResult
Returns the configuration property value as a byte or a default value.
asc() - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.AbstractGeoradiusBuilder
 
asc() - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.AbstractGeosearchBuilder
 
asc() - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.AbstractKeySortBuilder
 
asCharacter() - Method in interface io.inverno.mod.base.converter.Convertible
Converts the value to a character.
asCharacter() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Converts the property value to a character.
asCharacter(char) - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Returns the converted value or the specified default value.
asCharacter(char) - Method in interface io.inverno.mod.configuration.ConfigurationQueryResult
Returns the configuration property value as a character or a default value.
asClass() - Method in interface io.inverno.mod.base.converter.Convertible
Converts the value to a class.
asClass() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Converts the property value to a class.
asClass(Class<T>) - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Returns the converted value or the specified default value.
asClass(Class<T>) - Method in interface io.inverno.mod.configuration.ConfigurationQueryResult
Returns the configuration property value as a class or a default value.
asCurrency() - Method in interface io.inverno.mod.base.converter.Convertible
Converts the value to a currency.
asCurrency() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Converts the property value to a currency.
asCurrency(Currency) - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Returns the converted value or the specified default value.
asCurrency(Currency) - Method in interface io.inverno.mod.configuration.ConfigurationQueryResult
Returns the configuration property value as a currency or a default value.
asDouble() - Method in interface io.inverno.mod.base.converter.Convertible
Converts the value to a double.
asDouble() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Converts the property value to a double.
asDouble(double) - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Returns the converted value or the specified default value.
asDouble(double) - Method in interface io.inverno.mod.configuration.ConfigurationQueryResult
Returns the configuration property value as a double or a default value.
asFile() - Method in interface io.inverno.mod.base.converter.Convertible
Converts the value to a file.
asFile() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Converts the property value to a file.
asFile(File) - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Returns the converted value or the specified default value.
asFile(File) - Method in interface io.inverno.mod.configuration.ConfigurationQueryResult
Returns the configuration property value as a file or a default value.
asFloat() - Method in interface io.inverno.mod.base.converter.Convertible
Converts the value to a float.
asFloat() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Converts the property value to a float.
asFloat(float) - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Returns the converted value or the specified default value.
asFloat(float) - Method in interface io.inverno.mod.configuration.ConfigurationQueryResult
Returns the configuration property value as a float or a default value.
asInetAddress() - Method in interface io.inverno.mod.base.converter.Convertible
Converts the value to an inet address.
asInetAddress() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Converts the property value to an inet address.
asInetAddress(InetAddress) - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Returns the converted value or the specified default value.
asInetAddress(InetAddress) - Method in interface io.inverno.mod.configuration.ConfigurationQueryResult
Returns the configuration property value as an inet address or a default value.
asInetSocketAddress() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Converts the property value to an inet socket address.
asInetSocketAddress(InetSocketAddress) - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Returns the converted value or the specified default value.
asInetSocketAddress(InetSocketAddress) - Method in interface io.inverno.mod.configuration.ConfigurationQueryResult
Returns the configuration property value as an inet socket address or a default value.
asInteger() - Method in interface io.inverno.mod.base.converter.Convertible
Converts the value to an integer.
asInteger() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Converts the property value to an integer.
asInteger(int) - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Returns the converted value or the specified default value.
asInteger(int) - Method in interface io.inverno.mod.configuration.ConfigurationQueryResult
Returns the configuration property value as an integer or a default value.
asListOf(Class<T>) - Method in interface io.inverno.mod.base.converter.Convertible
Converts the value to a list of the specified type.
asListOf(Class<T>) - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Converts the property value to a list of the specified type.
asListOf(Class<T>, List<T>) - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Returns the converted value or the specified default list.
asListOf(Class<T>, List<T>) - Method in interface io.inverno.mod.configuration.ConfigurationQueryResult
Returns the configuration property value converted to a list of the specified type or a default list.
asListOf(Type) - Method in interface io.inverno.mod.base.converter.Convertible
Converts the value to a list of the specified type.
asListOf(Type) - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Converts the property value to a list of the specified type.
asListOf(Type, List<T>) - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Returns the converted value or the specified default list.
asListOf(Type, List<T>) - Method in interface io.inverno.mod.configuration.ConfigurationQueryResult
Returns the property value converted to a list of the specified type or a default list.
asLocalDate() - Method in interface io.inverno.mod.base.converter.Convertible
Converts the value to a local date.
asLocalDate() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Converts the property value to a local date.
asLocalDate(LocalDate) - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Returns the converted value or the specified default value.
asLocalDate(LocalDate) - Method in interface io.inverno.mod.configuration.ConfigurationQueryResult
Returns the configuration property value as a local date or a default value.
asLocalDateTime() - Method in interface io.inverno.mod.base.converter.Convertible
Converts the value to a local date time.
asLocalDateTime() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Converts the property value to a local date time.
asLocalDateTime(LocalDateTime) - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Returns the converted value or the specified default value.
asLocalDateTime(LocalDateTime) - Method in interface io.inverno.mod.configuration.ConfigurationQueryResult
Returns the configuration property value as a local date time or a default value.
asLocale() - Method in interface io.inverno.mod.base.converter.Convertible
Converts the value to a locale.
asLocale() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Converts the property value to a locale.
asLocale(Locale) - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Returns the converted value or the specified default value.
asLocale(Locale) - Method in interface io.inverno.mod.configuration.ConfigurationQueryResult
Returns the configuration property value as a locale or a default value.
asLong() - Method in interface io.inverno.mod.base.converter.Convertible
Converts the value to a long.
asLong() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Converts the property value to a long.
asLong(long) - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Returns the converted value or the specified default value.
asLong(long) - Method in interface io.inverno.mod.configuration.ConfigurationQueryResult
Returns the configuration property value as a long or a default value.
asPath() - Method in interface io.inverno.mod.base.converter.Convertible
Converts the value to a path.
asPath() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Converts the property value to a path.
asPath(Path) - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Returns the converted value or the specified default value.
asPath(Path) - Method in interface io.inverno.mod.configuration.ConfigurationQueryResult
Returns the configuration property value as a path or a default value.
asPattern() - Method in interface io.inverno.mod.base.converter.Convertible
Converts the value to a pattern.
asPattern() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Converts the property value to a pattern.
asPattern(Pattern) - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Returns the converted value or the specified default value.
asPattern(Pattern) - Method in interface io.inverno.mod.configuration.ConfigurationQueryResult
Returns the configuration property value as a pattern or a default value.
asSetOf(Class<T>) - Method in interface io.inverno.mod.base.converter.Convertible
Converts the value to a set of the specified type.
asSetOf(Class<T>) - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Converts the property value to a set of the specified type.
asSetOf(Class<T>, Set<T>) - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Returns the converted value or the specified default set.
asSetOf(Class<T>, Set<T>) - Method in interface io.inverno.mod.configuration.ConfigurationQueryResult
Returns the configuration property value converted to a set of the specified type or a default set.
asSetOf(Type) - Method in interface io.inverno.mod.base.converter.Convertible
Converts the value to a set of the specified type.
asSetOf(Type) - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Converts the property value to a set of the specified type.
asSetOf(Type, Set<T>) - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Returns the converted value or the specified default set.
asSetOf(Type, Set<T>) - Method in interface io.inverno.mod.configuration.ConfigurationQueryResult
Returns the configuration property value converted to a set of the specified type or a default set.
asShort() - Method in interface io.inverno.mod.base.converter.Convertible
Converts the value to a short.
asShort() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Converts the property value to a short.
asShort(short) - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Returns the converted value or the specified default value.
asShort(short) - Method in interface io.inverno.mod.configuration.ConfigurationQueryResult
Returns the configuration property value as a short or a default value.
asString() - Method in interface io.inverno.mod.base.converter.Convertible
Converts the value to a string.
asString() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Converts the property value to a string.
asString(String) - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Returns the converted value or the specified default value.
asString(String) - Method in interface io.inverno.mod.configuration.ConfigurationQueryResult
Returns the configuration property value as a string or a default value.
asURI() - Method in interface io.inverno.mod.base.converter.Convertible
Converts the value to a URI.
asURI() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Converts the property value to a URI.
asURI(URI) - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Returns the converted value or the specified default value.
asURI(URI) - Method in interface io.inverno.mod.configuration.ConfigurationQueryResult
Returns the configuration property value as a URI or a default value.
asURL() - Method in interface io.inverno.mod.base.converter.Convertible
Converts the value to a URL.
asURL() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Converts the property value to a URL.
asURL(URL) - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Returns the converted value or the specified default value.
asURL(URL) - Method in interface io.inverno.mod.configuration.ConfigurationQueryResult
Returns the configuration property value as a URL or a default value.
AsymmetricJWK<A,B> - Interface in io.inverno.mod.security.jose.jwk
An asymmetric JSON Web Key based on asymmetric public and private keys.
ASYNC - Enum constant in enum class io.inverno.mod.redis.operations.RedisScriptingReactiveOperations.ScriptFlushMode
 
AsyncResource - Interface in io.inverno.mod.base.resource
An async resource uses an executor service to be read and written asynchronously.
AsyncResourceProvider<A> - Interface in io.inverno.mod.base.resource
A resource provider providing async resources.
asZonedDateTime() - Method in interface io.inverno.mod.base.converter.Convertible
Converts the value to a zoned date time.
asZonedDateTime() - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Converts the property value to a zoned date time.
asZonedDateTime(ZonedDateTime) - Method in interface io.inverno.mod.configuration.ConfigurationProperty
Returns the converted value or the specified default value.
asZonedDateTime(ZonedDateTime) - Method in interface io.inverno.mod.configuration.ConfigurationQueryResult
Returns the configuration property value as a zoned date time or a default value.
atRevision(int) - Method in class io.inverno.mod.configuration.source.VersionedRedisConfigurationSource.VersionedRedisExecutableConfigurationQuery
Specifies the revision (inclusive) up to which properties should be searched.
ATTRIBUTE_CAR_LICENSE - Static variable in interface io.inverno.mod.security.ldap.identity.LDAPIdentity
Values of the license or registration plate associated with an individual.
ATTRIBUTE_CN - Static variable in interface io.inverno.mod.security.ldap.identity.LDAPIdentity
Names of an object.
ATTRIBUTE_DEPARTMENT_NUMBER - Static variable in interface io.inverno.mod.security.ldap.identity.LDAPIdentity
Department to which a person belongs.
ATTRIBUTE_DESCRIPTION - Static variable in interface io.inverno.mod.security.ldap.identity.LDAPIdentity
Human-readable descriptive phrases about the object.
ATTRIBUTE_DESTINATION_INDICATOR - Static variable in interface io.inverno.mod.security.ldap.identity.LDAPIdentity
Country and city strings associated with the object (the addressee) needed to provide the Public Telegram Service.
ATTRIBUTE_DISPLAY_NAME - Static variable in interface io.inverno.mod.security.ldap.identity.LDAPIdentity
Preferred name of a person to be used when displaying entries.
ATTRIBUTE_EMPLOYEE_NUMBER - Static variable in interface io.inverno.mod.security.ldap.identity.LDAPIdentity
Numeric or alphanumeric identifier assigned to a person.
ATTRIBUTE_EMPLOYEE_TYPE - Static variable in interface io.inverno.mod.security.ldap.identity.LDAPIdentity
Used to identify the employer to employee relationship.
ATTRIBUTE_FACSIMILE_TELEPHONE_NUMBER - Static variable in interface io.inverno.mod.security.ldap.identity.LDAPIdentity
Telephone numbers (and, optionally, the parameters) for facsimile terminals.
ATTRIBUTE_GIVEN_NAME - Static variable in interface io.inverno.mod.security.ldap.identity.LDAPIdentity
Strings that are the part of a person's name that is not their surname.
ATTRIBUTE_HOME_PHONE - Static variable in interface io.inverno.mod.security.ldap.identity.LDAPIdentity
A home telephone number associated with a person.
ATTRIBUTE_HOME_POSTAL_ADDRESS - Static variable in interface io.inverno.mod.security.ldap.identity.LDAPIdentity
A home postal address for an object.
ATTRIBUTE_INITIALS - Static variable in interface io.inverno.mod.security.ldap.identity.LDAPIdentity
Strings of initials of some or all of an individual's names, except the surname(s).
ATTRIBUTE_JPEG_PHOTO - Static variable in interface io.inverno.mod.security.ldap.identity.LDAPIdentity
Images of a person using the JPEG File Interchange Format
ATTRIBUTE_L - Static variable in interface io.inverno.mod.security.ldap.identity.LDAPIdentity
Names of a locality or place, such as a city, county, or other geographic region.
ATTRIBUTE_LABELED_URI - Static variable in interface io.inverno.mod.security.ldap.identity.LDAPIdentity
Uniform Resource Identifiers with optional label.
ATTRIBUTE_MAIL - Static variable in interface io.inverno.mod.security.ldap.identity.LDAPIdentity
An electronic mailbox.
ATTRIBUTE_MANAGER - Static variable in interface io.inverno.mod.security.ldap.identity.LDAPIdentity
The manager of an object represented by an entry.
ATTRIBUTE_MOBILE - Static variable in interface io.inverno.mod.security.ldap.identity.LDAPIdentity
A mobile telephone number associated with a person.
ATTRIBUTE_O - Static variable in interface io.inverno.mod.security.ldap.identity.LDAPIdentity
Names of an organization.
ATTRIBUTE_OU - Static variable in interface io.inverno.mod.security.ldap.identity.LDAPIdentity
Names of an organizational unit.
ATTRIBUTE_PASSWORD - Static variable in class io.inverno.mod.security.ldap.authentication.LDAPAuthenticator
The user password attribute as defined by RFC2256 Section 5.36.
ATTRIBUTE_PHYSICAL_DELIVERY_OFFICE_NAME - Static variable in interface io.inverno.mod.security.ldap.identity.LDAPIdentity
Names that a Postal Service uses to identify a post office.
ATTRIBUTE_POST_OFFICE_BOX - Static variable in interface io.inverno.mod.security.ldap.identity.LDAPIdentity
Postal box identifiers that a Postal Service uses when a customer arranges to receive mail at a box on the premises of the Postal Service.
ATTRIBUTE_POSTAL_ADDRESS - Static variable in interface io.inverno.mod.security.ldap.identity.LDAPIdentity
Addresses used by a Postal Service to perform services for the object.
ATTRIBUTE_POSTAL_CODE - Static variable in interface io.inverno.mod.security.ldap.identity.LDAPIdentity
Codes used by a Postal Service to identify postal service zones.
ATTRIBUTE_PREFERRED_DELIVERY_METHOD - Static variable in interface io.inverno.mod.security.ldap.identity.LDAPIdentity
An indication of the preferred method of getting a message to the object.
ATTRIBUTE_PREFERRED_LANGUAGE - Static variable in interface io.inverno.mod.security.ldap.identity.LDAPIdentity
Preferred written or spoken language.
ATTRIBUTE_REGISTERED_ADDRESS - Static variable in interface io.inverno.mod.security.ldap.identity.LDAPIdentity
Postal addresses suitable for reception of telegrams or expedited documents, where it is necessary to have the recipient accept delivery.
ATTRIBUTE_ROOM_NUMBER - Static variable in interface io.inverno.mod.security.ldap.identity.LDAPIdentity
The room number of an object.
ATTRIBUTE_SECRETARY - Static variable in interface io.inverno.mod.security.ldap.identity.LDAPIdentity
The secretary of a person.
ATTRIBUTE_SN - Static variable in interface io.inverno.mod.security.ldap.identity.LDAPIdentity
Strings for the family names of a person.
ATTRIBUTE_ST - Static variable in interface io.inverno.mod.security.ldap.identity.LDAPIdentity
Full names of states or provinces.
ATTRIBUTE_STREET - Static variable in interface io.inverno.mod.security.ldap.identity.LDAPIdentity
Site information from a postal address (i.e., the street name, place, avenue, and the house number).
ATTRIBUTE_TELEPHONE_NUMBER - Static variable in interface io.inverno.mod.security.ldap.identity.LDAPIdentity
Telephone numbers that comply with the ITU Recommendation E.123.
ATTRIBUTE_TITLE - Static variable in interface io.inverno.mod.security.ldap.identity.LDAPIdentity
Title of a person in their organizational context.
ATTRIBUTE_UID - Static variable in interface io.inverno.mod.security.ldap.identity.LDAPIdentity
Computer system login names associated with the object.
ATTRIBUTE_USER_CERTIFICATE - Static variable in interface io.inverno.mod.security.ldap.identity.LDAPIdentity
The certificate (public key) of a person.
audience(String) - Method in interface io.inverno.mod.security.jose.jwt.JWTClaimsSet.Builder
Specifies the audience claim.
audience(Set<String>) - Static method in interface io.inverno.mod.security.jose.jwt.JWTClaimsSetValidator
Returns a JWT claims set validator that validates that the JWT audience corresponds to trusted audiences.
auth(String) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyMigrateBuilder
 
auth(String, String) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyMigrateBuilder
 
AUTH_SCHEME_BASIC - Static variable in interface io.inverno.mod.http.base.header.Headers.Authorization
Designates the basic authentication scheme as defined by RFC 7617 Section 2.
AUTH_SCHEME_BEARER - Static variable in interface io.inverno.mod.http.base.header.Headers.Authorization
Designates the bearer authentication scheme as defined by RFC 6750 Section 2.1
AUTH_SCHEME_DIGEST - Static variable in interface io.inverno.mod.http.base.header.Headers.Authorization
Designates the digest authentication scheme as defined by RFC 7616 Section 3.4.
AUTH_SCHEME_NEGOTIATE - Static variable in interface io.inverno.mod.http.base.header.Headers.Authorization
Designates the negotiate authentication scheme as defined by RFC 4559 Section 4.
authenticate(A) - Method in class io.inverno.mod.security.authentication.AbstractPrincipalAuthenticator
 
authenticate(A) - Method in interface io.inverno.mod.security.authentication.Authenticator
Authenticates the specified credentials and returns an authentication.
authenticate(A) - Method in interface io.inverno.mod.security.SecurityManager
Authenticates the specified credentials and returns the corresponding security context.
authenticate(LoginCredentials) - Method in class io.inverno.mod.security.ldap.authentication.ActiveDirectoryAuthenticator
 
authenticate(LoginCredentials) - Method in class io.inverno.mod.security.ldap.authentication.LDAPAuthenticator
 
authenticate(TokenCredentials) - Method in class io.inverno.mod.security.jose.jwe.JWEAuthenticator
 
authenticate(TokenCredentials) - Method in class io.inverno.mod.security.jose.jws.JWSAuthenticator
 
authenticate(TokenCredentials) - Method in class io.inverno.mod.security.jose.jwt.JWTEAuthenticator
 
authenticate(TokenCredentials) - Method in class io.inverno.mod.security.jose.jwt.JWTSAuthenticator
 
authenticated() - Static method in class io.inverno.mod.security.http.AccessControlInterceptor
Returns an access control interceptor that verifies the requester is authenticated.
authentication() - Method in interface io.inverno.mod.ldap.LDAPClientConfiguration
The authentication choice.
authentication(String) - Method in class io.inverno.mod.ldap.LDAPClientConfigurationLoader.Configurator
 
Authentication - Interface in io.inverno.mod.security.authentication
An authentication represents a proof that the credentials of an entity have been authenticated.
AuthenticationErrorInterceptor<A,B> - Class in io.inverno.mod.security.http
Base implementation for authentication error interceptors.
AuthenticationErrorInterceptor() - Constructor for class io.inverno.mod.security.http.AuthenticationErrorInterceptor
Creates a non-terminating authentication error interceptor.
AuthenticationErrorInterceptor(boolean) - Constructor for class io.inverno.mod.security.http.AuthenticationErrorInterceptor
Creates an authentication error interceptor.
AuthenticationException - Exception Class in io.inverno.mod.security.authentication
Thrown to indicate that an authentication has failed.
AuthenticationException() - Constructor for exception class io.inverno.mod.security.authentication.AuthenticationException
Creates an authentication exception.
AuthenticationException(String) - Constructor for exception class io.inverno.mod.security.authentication.AuthenticationException
Creates an authentication exception with the specified message.
AuthenticationException(String, Throwable) - Constructor for exception class io.inverno.mod.security.authentication.AuthenticationException
Creates an authentication exception with the specified message and cause.
AuthenticationException(String, Throwable, boolean, boolean) - Constructor for exception class io.inverno.mod.security.authentication.AuthenticationException
Creates an authentication exception with the specified message, cause, suppression enabled or disabled and writable stack trace enabled or disabled.
AuthenticationException(Throwable) - Constructor for exception class io.inverno.mod.security.authentication.AuthenticationException
Creates an authentication exception with the specified cause.
AuthenticationReleaser<A> - Interface in io.inverno.mod.security.authentication
An authentication releaser is used to invalidate or release any resources involved when terminating an authentication.
Authenticator<A,B> - Interface in io.inverno.mod.security.authentication
An authenticator is used to authenticate the Credentials of an entity that wants to access protected services or resources.
authority(String) - Method in interface io.inverno.mod.base.net.URIBuilder
Sets the authority component as defined by RFC 3986 Section 3.2.
authority(String) - Method in interface io.inverno.mod.http.base.router.AuthorityRoute.Extractor
Sets the extractor to extract routes defined with the specified authority.
authority(String) - Method in interface io.inverno.mod.http.base.router.AuthorityRoute.Manager
Specifies the authority matching the authority in an input.
authority(String) - Method in interface io.inverno.mod.http.client.InterceptedRequest
Sets the request authority.
authority(String) - Method in interface io.inverno.mod.http.client.Request
Sets the request authority.
authority(String) - Method in interface io.inverno.mod.web.client.InterceptedWebRequest
 
authority(String) - Method in interface io.inverno.mod.web.client.WebRequest
 
authority(String) - Method in interface io.inverno.mod.web.client.WebRouteInterceptorManager.UriConfigurator
Specifies the URI authority that must be matched by a Web exchange URI to be intercepted.
authorityPattern(Pattern) - Method in interface io.inverno.mod.http.base.router.AuthorityRoute.Extractor
Sets the extractor to extract routes defined with the specified authority pattern.
authorityPattern(Pattern) - Method in interface io.inverno.mod.http.base.router.AuthorityRoute.Manager
Specifies the authority pattern matching the authority in an input.
AuthorityRoute<A> - Interface in io.inverno.mod.http.base.router
An authority route.
AuthorityRoute.Extractor<A,B,C> - Interface in io.inverno.mod.http.base.router
An authority route extractor.
AuthorityRoute.Manager<A,B,C,D,E> - Interface in io.inverno.mod.http.base.router
An authority route manager.
AuthorityRoutingLink<A,B,C,D> - Class in io.inverno.mod.http.base.router.link
A RoutingLink implementation resolving resources by matching the authority in an input.
AuthorityRoutingLink() - Constructor for class io.inverno.mod.http.base.router.link.AuthorityRoutingLink
Creates a terminal authority routing link.
AuthorityRoutingLink(Supplier<RoutingLink<A, B, C, D>>) - Constructor for class io.inverno.mod.http.base.router.link.AuthorityRoutingLink
Creates an authority routing link in a routing chain.
automaticLaunchers(boolean) - Method in interface io.inverno.tool.buildtools.PackageApplicationTask
Sets whether the task should automatically generate launchers based on the main classes extracted from the application module.

B

BAD_GATEWAY - Enum constant in enum class io.inverno.mod.http.base.Status
BAD_GATEWAY - Enum constant in enum class io.inverno.mod.http.base.ws.WebSocketStatus
The server was acting as a gateway or proxy and received an invalid response from the upstream server.
BAD_REQUEST - Enum constant in enum class io.inverno.mod.http.base.Status
BadRequestException - Exception Class in io.inverno.mod.http.base
A HTTP exception that indicates a Bad Request (400).
BadRequestException() - Constructor for exception class io.inverno.mod.http.base.BadRequestException
Creates a bad request exception.
BadRequestException(String) - Constructor for exception class io.inverno.mod.http.base.BadRequestException
Creates a bad request exception with the specified message.
BadRequestException(String, Throwable) - Constructor for exception class io.inverno.mod.http.base.BadRequestException
Creates a bad request exception with the specified message and cause.
BadRequestException(Throwable) - Constructor for exception class io.inverno.mod.http.base.BadRequestException
Creates a bad request exception with the specified cause.
banner(Banner) - Method in class io.inverno.core.v1.Application
Sets the application banner.
Banner - Interface in io.inverno.core.v1
A Banner prints information to a stream when a root module is starting.
base() - Method in interface io.inverno.mod.grpc.client.GrpcClientConfiguration
The gRPC base module configuration.
base() - Method in interface io.inverno.mod.grpc.server.GrpcServerConfiguration
The gRPC base module configuration.
base(GrpcBaseConfiguration) - Method in class io.inverno.mod.grpc.client.GrpcClientConfigurationLoader.Configurator
 
base(GrpcBaseConfiguration) - Method in class io.inverno.mod.grpc.server.GrpcServerConfigurationLoader.Configurator
 
base(Consumer<GrpcBaseConfigurationLoader.Configurator>) - Method in class io.inverno.mod.grpc.client.GrpcClientConfigurationLoader.Configurator
 
base(Consumer<GrpcBaseConfigurationLoader.Configurator>) - Method in class io.inverno.mod.grpc.server.GrpcServerConfigurationLoader.Configurator
 
Base - Class in io.inverno.mod.grpc.base
 
Base - Class in io.inverno.mod.http.base
 
Base - Class in io.inverno.mod.web.base
 
BASE_OBJECT - Enum constant in enum class io.inverno.mod.ldap.LDAPOperations.SearchScope
The scope is constrained to the entry named by baseObject.
Base.Builder - Class in io.inverno.mod.grpc.base
 
Base.Builder - Class in io.inverno.mod.http.base
 
Base.Builder - Class in io.inverno.mod.web.base
 
Base.Linker - Class in io.inverno.mod.grpc.base
 
Base.Linker - Class in io.inverno.mod.http.base
 
Base.Linker - Class in io.inverno.mod.web.base
 
base64EncodePayload(Boolean) - Method in interface io.inverno.mod.security.jose.jws.JWSHeaderConfigurator
Specifies whether the payload should be encoded as Base64URL or processed unencoded.
BaseExchange<A,B,C> - Interface in io.inverno.mod.http.base
Base HTTP exchange (request/response) for representing server or client exchanges.
BaseRequest - Interface in io.inverno.mod.http.base
Base HTTP request for representing client or server requests.
BaseResponse - Interface in io.inverno.mod.http.base
Base HTTP response for representing client or server responses.
BaseWeb2SocketExchange<A> - Interface in io.inverno.mod.web.base.ws
Base Web WebSocket exchange supporting message encoding and decoding.
BaseWeb2SocketExchange.Inbound - Interface in io.inverno.mod.web.base.ws
Extends BaseWebSocketExchange.Inbound to support WebSocket message decoding.
BaseWeb2SocketExchange.Outbound - Interface in io.inverno.mod.web.base.ws
Extends BaseWebSocketExchange.Outbound to support WebSocket message encoding.
BaseWebRoute<A,B> - Interface in io.inverno.mod.web.server
Base Web route representing WebRoute, WebSocketRoute and ErrorWebRoute.
BaseWebRouteManager<A,B,C,D> - Interface in io.inverno.mod.web.server
Base Web route manager.
BaseWebRouter - Interface in io.inverno.mod.web.server
Marker interface indicating Web routers.
BaseWebSocketExchange<A> - Interface in io.inverno.mod.http.base.ws
Represents a WebSocket exchange between a client and a server.
BaseWebSocketExchange.Inbound - Interface in io.inverno.mod.http.base.ws
Represents the inbound part of a WebSocket exchange.
BaseWebSocketExchange.Outbound - Interface in io.inverno.mod.http.base.ws
Represents the outbound part of a WebSocket exchange.
BasicAuthenticationErrorInterceptor<A,B> - Class in io.inverno.mod.security.http.basic
An HTTP authentication error interceptor that implements RFC 7617 The 'Basic' HTTP Authentication Scheme.
BasicAuthenticationErrorInterceptor(String) - Constructor for class io.inverno.mod.security.http.basic.BasicAuthenticationErrorInterceptor
Creates a basic authentication error interceptor.
BasicCredentialsExtractor - Class in io.inverno.mod.security.http.basic
A credentials extractor that extracts basic login credentials as defined by RFC 7617 Section 2.
BasicCredentialsExtractor() - Constructor for class io.inverno.mod.security.http.basic.BasicCredentialsExtractor
 
batch(Function<RedisOperations<A, B>, Publisher<Publisher<T>>>) - Method in interface io.inverno.mod.redis.RedisClient
Executes multiple queries in a batch on a single connection.
batchQueries(Function<SqlOperations, Publisher<Publisher<T>>>) - Method in interface io.inverno.mod.sql.UnsafeSqlOperations
Executes multiple queries in a batch.
batchUpdate(String, List<Object[]>) - Method in interface io.inverno.mod.sql.SqlOperations
Executes multiple update operations in a batch using the specified list of arguments and returns the number rows affected by the operation.
batchUpdate(String, Stream<Object[]>) - Method in interface io.inverno.mod.sql.SqlOperations
Executes multiple update operations in a batch using the specified stream of arguments and returns the number rows affected by the operation.
BCryptPassword - Class in io.inverno.mod.security.authentication.password
A password that uses Bcrypt hashing function to encode password.
BCryptPassword(String, BCryptPassword.Encoder) - Constructor for class io.inverno.mod.security.authentication.password.BCryptPassword
Creates a Bcrypt password with the specified value and encoder.
BCryptPassword.Encoder - Class in io.inverno.mod.security.authentication.password
A Bcrypt password encoder implementation.
Bean - Annotation Interface in io.inverno.core.annotation
Indicates that an annotated class or interface is a bean.
Bean() - Constructor for class io.inverno.mod.boot.BootConfigurationLoader.Bean
 
Bean() - Constructor for class io.inverno.mod.discovery.http.k8s.K8sHttpDiscoveryConfigurationLoader.Bean
 
Bean() - Constructor for class io.inverno.mod.discovery.http.meta.HttpMetaDiscoveryConfigurationLoader.Bean
 
Bean() - Constructor for class io.inverno.mod.grpc.base.GrpcBaseConfigurationLoader.Bean
 
Bean() - Constructor for class io.inverno.mod.grpc.client.GrpcClientConfigurationLoader.Bean
 
Bean() - Constructor for class io.inverno.mod.grpc.server.GrpcServerConfigurationLoader.Bean
 
Bean() - Constructor for class io.inverno.mod.http.client.HttpClientConfigurationLoader.Bean
 
Bean() - Constructor for class io.inverno.mod.http.server.HttpServerConfigurationLoader.Bean
 
Bean() - Constructor for class io.inverno.mod.ldap.LDAPClientConfigurationLoader.Bean
 
Bean() - Constructor for class io.inverno.mod.redis.lettuce.LettuceRedisClientConfigurationLoader.Bean
 
Bean() - Constructor for class io.inverno.mod.security.jose.JOSEConfigurationLoader.Bean
 
Bean() - Constructor for class io.inverno.mod.sql.vertx.VertxSqlClientConfigurationLoader.Bean
 
Bean() - Constructor for class io.inverno.mod.web.client.WebClientConfigurationLoader.Bean
 
Bean() - Constructor for class io.inverno.mod.web.server.WebServerConfigurationLoader.Bean
 
Bean(String) - Constructor for class io.inverno.core.v1.Module.Bean
Creates a bean with the specified name.
Bean.Strategy - Enum Class in io.inverno.core.annotation
Indicates the strategy to use to instantiate the bean.
Bean.Visibility - Enum Class in io.inverno.core.annotation
Indicates the visibility of a bean in a module.
BeanAggregator() - Constructor for class io.inverno.core.v1.Module.BeanAggregator
Creates an aggregator.
beans() - Element in annotation interface io.inverno.core.annotation.Wire
Indicates the names of the beans to wire.
BeanSocket - Annotation Interface in io.inverno.core.annotation
A bean socket represents a bean dependency, a bean required or desirable by a bean to operate properly.
BearerTokenCredentialsExtractor - Class in io.inverno.mod.security.http.token
A credentials extractor that extracts a token credentials from a bearer in the authorization HTTP header as defined by RFC 6750 Section 2.1.
BearerTokenCredentialsExtractor() - Constructor for class io.inverno.mod.security.http.token.BearerTokenCredentialsExtractor
 
bestMatchingRoutingLink(List<RoutingLink<A, B, C, D>>) - Method in class io.inverno.mod.http.base.router.RoutingLink
Returns a routing link wrapper that returns the best matching link from a list of matching links.
bidirectionalStreaming(B, GrpcServiceName, String, C, D) - Method in interface io.inverno.mod.grpc.client.GrpcClient
Converts an client HTTP exchange in a bidirectional streaming client gRPC exchange.
bidirectionalStreaming(C, D, GrpcExchangeHandler<A, C, D, GrpcRequest.Streaming<C>, GrpcResponse.Streaming<D>, E>) - Method in interface io.inverno.mod.grpc.server.GrpcServer
Adapts the specified bidirectional streaming gRPC exchange handler in an HTTP exchange handler.
binary(ByteBuf) - Method in interface io.inverno.mod.http.base.ws.WebSocketFrame.Factory
Creates a final binary frame with the specified payload data.
binary(ByteBuf) - Method in interface io.inverno.mod.http.base.ws.WebSocketMessage.Factory
Creates a binary message with the specified payload data.
binary(ByteBuf, boolean) - Method in interface io.inverno.mod.http.base.ws.WebSocketFrame.Factory
Creates a binary frame with the specified payload data.
binary(Publisher<ByteBuf>) - Method in interface io.inverno.mod.http.base.ws.WebSocketMessage.Factory
Creates a binary message with the specified payload data stream.
BINARY - Enum constant in enum class io.inverno.mod.http.base.ws.WebSocketFrame.Kind
Indicates a BINARY data frame.
BINARY - Enum constant in enum class io.inverno.mod.http.base.ws.WebSocketMessage.Kind
Indicates a BINARY message.
binaryMessages() - Method in interface io.inverno.mod.http.base.ws.BaseWebSocketExchange.Inbound
Returns the received binary messages.
bind(Endpoint<? super A>) - Method in interface io.inverno.mod.http.client.UnboundExchange
Binds the exchange to the specified endpoint.
bind(UnboundExchange<T>) - Method in interface io.inverno.mod.discovery.http.HttpServiceInstance
Binds the exchange to the underlying HTTP Endpoint connecting to the service instance.
bind(Object...) - Method in interface io.inverno.mod.sql.PreparedStatement
Sets the specified list of values as the current arguments binding.
bind(String, Object[], String, Function<LDAPOperations, Publisher<T>>) - Method in interface io.inverno.mod.ldap.LDAPClient
Authenticates to the server and executes a set of operations.
bind(String, String, Function<LDAPOperations, Publisher<T>>) - Method in interface io.inverno.mod.ldap.LDAPClient
Authenticates to the server and executes a set of operations.
bind(List<Object>) - Method in interface io.inverno.mod.sql.PreparedStatement
Sets the specified list of values as the current arguments binding.
bindAt(int, Object) - Method in interface io.inverno.mod.sql.PreparedStatement
Binds the specified value at the specified index in the current arguments binding
bindNullAt(int, Class<?>) - Method in interface io.inverno.mod.sql.PreparedStatement
Binds a null value of the specified type at the specified index in the current arguments binding.
bindServices(boolean) - Method in interface io.inverno.tool.buildtools.BuildRuntimeTask
Specifies whether to link in service provider modules must and their dependencies.
bitcount(A) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
bitcount(A, long, long) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
BITCOUT key start end
bitfield() - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
BITFIELD key [GET encoding offset] [SET encoding offset value] [INCRBY encoding offset increment] [OVERFLOW WRAP|SAT|FAIL]
bitfield(A) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
bitopAnd(A, A) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
BITOP AND destkey key
bitopAnd(A, Consumer<Keys<A>>) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
BITOP AND destkey key [key ...]
bitopNot(A, A) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
BITOP NOT destkey key
bitopNot(A, Consumer<Keys<A>>) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
BITOP NOT destkey key [key ...]
bitopOr(A, A) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
BITOP OR destkey key
bitopOr(A, Consumer<Keys<A>>) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
BITOP OR destkey key [key ...]
bitopXor(A, A) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
BITOP XOR destkey key
bitopXor(A, Consumer<Keys<A>>) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
BITOP XOR destkey key [key ...]
bitpos(A, boolean) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
BITPOS key bit [start [end [BYTE|BIT]]]
bitpos(A, boolean, long) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
BITPOS key bit [start [end [BYTE|BIT]]]
bitpos(A, boolean, long, long) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
BITPOS key bit [start [end [BYTE|BIT]]]
blmove() - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations
BLMOVE source destination LEFT|RIGHT LEFT|RIGHT timeout
blmpop() - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations
BLMPOP timeout numkeys key [key ...]
block(long) - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXreadBuilder
 
block(long) - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXreadgroupBuilder
 
blpop(A, double) - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations
BLPOP key timeout
blpop(Consumer<Keys<A>>, double) - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations
BLPOP key [key ...] timeout
body() - Method in interface io.inverno.mod.http.client.InterceptedRequest
Returns the request body when the request method allows it.
body() - Method in interface io.inverno.mod.http.client.InterceptedResponse
Returns the response body.
body() - Method in interface io.inverno.mod.http.client.Request
Returns the request body when the request method allows it.
body() - Method in interface io.inverno.mod.http.client.Response
Returns the response body used to consume response payload received from the server.
body() - Method in interface io.inverno.mod.http.server.Request
Returns the request body used to consume request payload.
body() - Method in interface io.inverno.mod.http.server.Response
Returns the response body used to produce response payload.
body() - Method in interface io.inverno.mod.web.client.InterceptedWebResponse
 
body() - Method in interface io.inverno.mod.web.client.WebRequest
 
body() - Method in interface io.inverno.mod.web.client.WebResponse
 
body() - Method in interface io.inverno.mod.web.server.WebRequest
 
body() - Method in interface io.inverno.mod.web.server.WebResponse
 
Body - Annotation Interface in io.inverno.mod.web.base.annotation
Binds a request body to a Web route method parameter.
BOOLEAN - Enum constant in enum class io.inverno.mod.redis.operations.RedisScriptingReactiveOperations.ScriptOutput
 
Boot - Class in io.inverno.mod.boot
 
Boot.Builder - Class in io.inverno.mod.boot
 
Boot.Linker - Class in io.inverno.mod.boot
 
BootConfiguration - Interface in io.inverno.mod.boot
Boot module configuration.
BootConfigurationLoader - Class in io.inverno.mod.boot
 
BootConfigurationLoader() - Constructor for class io.inverno.mod.boot.BootConfigurationLoader
 
BootConfigurationLoader.Bean - Class in io.inverno.mod.boot
 
BootConfigurationLoader.Configurator - Class in io.inverno.mod.boot
 
BootNetAddressResolverConfiguration - Interface in io.inverno.mod.boot
The Boot module net address resolver configuration.
BootNetAddressResolverConfigurationLoader - Class in io.inverno.mod.boot
 
BootNetAddressResolverConfigurationLoader() - Constructor for class io.inverno.mod.boot.BootNetAddressResolverConfigurationLoader
 
BootNetAddressResolverConfigurationLoader.Configurator - Class in io.inverno.mod.boot
 
BootNetClientConfiguration - Interface in io.inverno.mod.boot
The Boot module net client configuration.
BootNetClientConfigurationLoader - Class in io.inverno.mod.boot
 
BootNetClientConfigurationLoader() - Constructor for class io.inverno.mod.boot.BootNetClientConfigurationLoader
 
BootNetClientConfigurationLoader.Configurator - Class in io.inverno.mod.boot
 
BootNetServerConfiguration - Interface in io.inverno.mod.boot
The Boot module net server configuration.
BootNetServerConfigurationLoader - Class in io.inverno.mod.boot
 
BootNetServerConfigurationLoader() - Constructor for class io.inverno.mod.boot.BootNetServerConfigurationLoader
 
BootNetServerConfigurationLoader.Configurator - Class in io.inverno.mod.boot
 
BootstrapConfigurationSource - Class in io.inverno.mod.configuration.source
A configuration source that considers multiple local sources to load the bootstrap configuration of an application.
BootstrapConfigurationSource(Module, String...) - Constructor for class io.inverno.mod.configuration.source.BootstrapConfigurationSource
Creates a bootstrap configuration source for the specified application module and with the specified command line arguments.
Bound<A> - Class in io.inverno.mod.redis.operations
 
BOUNDARY - Static variable in interface io.inverno.mod.http.base.header.Headers.ContentType
Boundary parameter
boundDNToBaseDN(String) - Method in class io.inverno.mod.security.ldap.authentication.ActiveDirectoryAuthenticator
Extracts the base DN from bind operation DN.
boundType(Class<?>) - Method in class io.inverno.mod.base.reflect.GenericTypeVariableBuilder
 
boundType(Class<?>) - Method in interface io.inverno.mod.base.reflect.TypeVariableBuilder
Specifies the bound type of the type variable.
boxType(Class<?>) - Static method in class io.inverno.mod.base.reflect.Types
Returns the boxed type corresponding to the specified primitive type.
brpop(A, double) - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations
BRPOP key timeout
brpop(Consumer<Keys<A>>, double) - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations
BRPOP key [key ...] timeout
brpoplpush(A, A, double) - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations
BRPOPLPUSH source destination timeout
build() - Method in interface io.inverno.core.v1.Module.ModuleBeanBuilder
Builds the bean.
build() - Method in class io.inverno.core.v1.Module.ModuleBuilder
Builds the module.
build() - Method in interface io.inverno.core.v1.Module.WrapperBeanBuilder
Builds the bean.
build() - Method in interface io.inverno.mod.base.reflect.ArrayTypeBuilder
Builds the array type.
build() - Method in interface io.inverno.mod.base.reflect.TypeBuilder
Builds the type.
build() - Method in class io.inverno.mod.discovery.http.HttpTrafficPolicy.Builder
Builds and returns the HTTP traffic policy.
build() - Method in interface io.inverno.mod.http.base.header.HeaderBuilder
Builds the header.
build() - Method in interface io.inverno.mod.http.client.HttpClient.EndpointBuilder
Builds the endpoint.
build() - Method in class io.inverno.mod.security.authentication.user.InMemoryUserRepository.Builder
Builds an in-memory user repository.
build() - Method in class io.inverno.mod.security.authentication.user.User.Builder
Builds the user.
build() - Method in class io.inverno.mod.security.context.SecurityContext.Builder
Builds the security context.
build() - Method in class io.inverno.mod.security.http.cors.CORSInterceptor.Builder
Builds and returns a CORS interceptor.
build() - Method in class io.inverno.mod.security.http.csrf.CSRFDoubleSubmitCookieInterceptor.Builder
Builds a CSRF double submit cookie interceptor.
build() - Method in interface io.inverno.mod.security.jose.JOSEObjectBuilder
Builds the JOSE object.
build() - Method in interface io.inverno.mod.security.jose.JsonJOSEObjectBuilder
Builds the JSON JOSE object.
build() - Method in interface io.inverno.mod.security.jose.jwk.JWKBuilder
Returns a single publisher that builds the key.
build() - Method in interface io.inverno.mod.security.jose.jwt.JWTClaimsSet.Builder
Builds the JWT Claims set.
build() - Method in interface io.inverno.mod.web.client.WebClient.WebExchangeBuilder
Builds the Web exchange.
build(double, A) - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations.ListBlmpopBuilder
 
build(double, A) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetBzmpopBuilder
 
build(double, Consumer<Keys<A>>) - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations.ListBlmpopBuilder
 
build(double, Consumer<Keys<A>>) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetBzmpopBuilder
 
build(A) - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.GeosearchBuilder
 
build(A) - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.GeosearchExtendedBuilder
 
build(A) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeySortBuilder
 
build(A) - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations.ListLmpopBuilder
 
build(A) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZinterBuilder
 
build(A) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZinterWithScoresBuilder
 
build(A) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZmpopBuilder
 
build(A) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZunionBuilder
 
build(A) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZunionWithScoresBuilder
 
build(A) - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXtrimBuilder
 
build(A) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations.StringBitfieldBuilder
 
build(A) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations.StringGetexBuilder
 
build(A, double, double, double, RedisGeoReactiveOperations.GeoUnit) - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.GeoradiusBuilder
 
build(A, double, double, double, RedisGeoReactiveOperations.GeoUnit) - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.GeoradiusExtendedBuilder
 
build(A, double, double, B) - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.GeoaddBuilder
 
build(A, double, B) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZaddBuilder
 
build(A, double, B) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZaddIncrBuilder
 
build(A, long) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyExpireatBuilder
 
build(A, long) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyExpireBuilder
 
build(A, long) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyPexpireatBuilder
 
build(A, long) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyPexpireBuilder
 
build(A, long, byte[]) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyRestoreBuilder
 
build(A, A) - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.GeosearchstoreBuilder
 
build(A, A) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyCopyBuilder
 
build(A, A) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeySortStoreBuilder
 
build(A, A) - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations.ListLmoveBuilder
 
build(A, A) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZinterstoreBuilder
 
build(A, A) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZunionstoreBuilder
 
build(A, A, double) - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations.ListBlmoveBuilder
 
build(A, A, double, double, double, RedisGeoReactiveOperations.GeoUnit) - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.GeoradiusStoreBuilder
 
build(A, A, A, long, String) - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXautoclaimBuilder
 
build(A, A, A, long, String) - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXclaimBuilder
 
build(A, A, A, long, Consumer<RedisStreamReactiveOperations.StreamMessageIds>) - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXclaimBuilder
 
build(A, A, A, String) - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXreadgroupBuilder
 
build(A, A, B) - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXaddBuilder
 
build(A, A, B, double, RedisGeoReactiveOperations.GeoUnit) - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.GeoradiusbymemberStoreBuilder
 
build(A, A, Bound<T>, Bound<T>) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZrangestoreBuilder
 
build(A, A, String) - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXgroupCreateBuilder
 
build(A, A, String, String, long) - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXpendingExtendedBuilder
 
build(A, A, Consumer<RedisStreamReactiveOperations.StreamStreams<A>>) - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXreadgroupBuilder
 
build(A, B) - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations.ListLposBuilder
 
build(A, B) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations.StringSetBuilder
 
build(A, B) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations.StringSetGetBuilder
 
build(A, B, double, RedisGeoReactiveOperations.GeoUnit) - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.GeoradiusbymemberBuilder
 
build(A, B, double, RedisGeoReactiveOperations.GeoUnit) - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.GeoradiusbymemberExtendedBuilder
 
build(A, B, long) - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations.ListLposBuilder
 
build(A, Bound<T>, Bound<T>) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZrangeBuilder
 
build(A, Bound<T>, Bound<T>) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZrangeWithScoresBuilder
 
build(A, String) - Method in interface io.inverno.mod.redis.operations.RedisHashReactiveOperations.HashScanBuilder
 
build(A, String) - Method in interface io.inverno.mod.redis.operations.RedisSetReactiveOperations.SetScanBuilder
 
build(A, String) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetScanBuilder
 
build(A, String) - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXreadBuilder
 
build(A, Duration) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyExpireBuilder
 
build(A, Duration) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyPexpireBuilder
 
build(A, Instant) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyExpireatBuilder
 
build(A, Instant) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyPexpireatBuilder
 
build(A, ZonedDateTime) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyExpireatBuilder
 
build(A, ZonedDateTime) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyPexpireatBuilder
 
build(A, Consumer<Keys<A>>) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZinterstoreBuilder
 
build(A, Consumer<Keys<A>>) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZunionstoreBuilder
 
build(A, Consumer<RedisGeoReactiveOperations.GeoItems<B>>) - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.GeoaddBuilder
 
build(A, Consumer<RedisSortedSetReactiveOperations.SortedSetScoredMembers<B>>) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZaddBuilder
 
build(A, Consumer<RedisStreamReactiveOperations.StreamEntries<A, B>>) - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXaddBuilder
 
build(Object...) - Method in interface io.inverno.mod.base.net.URIBuilder
Builds the URI from the builder's URI components after replacing the parameters with the string representation of the specified values escaping slash in the path segment components.
build(String) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyScanBuilder
 
build(String) - Method in interface io.inverno.mod.security.jose.JOSEObjectBuilder
Builds the JOSE object using the specified payload media type.
build(String) - Method in interface io.inverno.mod.security.jose.JsonJOSEObjectBuilder
Builds the JSON JOSE object using the specified payload media type.
build(String, int, A, int, long) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyMigrateBuilder
 
build(String, String) - Method in interface io.inverno.mod.ldap.LDAPOperations.SearchBuilder
Executes a search operation in the specified base context using the specified filter.
build(String, String[], String) - Method in interface io.inverno.mod.ldap.LDAPOperations.SearchBuilder
Executes a search operation in the specified base context using the specified filter returning the specified list of attributes.
build(String, String[], String, Object...) - Method in interface io.inverno.mod.ldap.LDAPOperations.SearchBuilder
Executes a search operation in the specified base context using the specified filter and arguments returning the specified list of attributes.
build(String, String, Object...) - Method in interface io.inverno.mod.ldap.LDAPOperations.SearchBuilder
Executes a search operation in the specified base context using the specified filter and arguments.
build(Consumer<Keys<A>>) - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations.ListLmpopBuilder
 
build(Consumer<Keys<A>>) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZinterBuilder
 
build(Consumer<Keys<A>>) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZinterWithScoresBuilder
 
build(Consumer<Keys<A>>) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZmpopBuilder
 
build(Consumer<Keys<A>>) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZunionBuilder
 
build(Consumer<Keys<A>>) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZunionWithScoresBuilder
 
build(Consumer<RedisStreamReactiveOperations.StreamStreams<A>>) - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXreadBuilder
 
build(Function<A, Mono<String>>) - Method in interface io.inverno.mod.security.jose.JOSEObjectBuilder
Builds the JOSE object using the specified payload encoder.
build(Function<A, Mono<String>>) - Method in interface io.inverno.mod.security.jose.JsonJOSEObjectBuilder
Builds the JSON JOSE object using the specified payload encoder.
build(List<Object>) - Method in interface io.inverno.mod.base.net.URIBuilder
Builds the URI from the builder's URI components after replacing the parameters with the string representation of the specified values escaping slash in the path segment components.
build(List<Object>, boolean) - Method in interface io.inverno.mod.base.net.URIBuilder
Builds the URI from the builder's URI components after replacing the parameters with the string representation of the specified values escaping or not slash in the path segment components.
build(Map<String, ?>) - Method in interface io.inverno.mod.base.net.URIBuilder
Builds the URI from the builder's URI components after replacing the parameters with the string representation of the specified values.
build(Map<String, ?>, boolean) - Method in interface io.inverno.mod.base.net.URIBuilder
Builds the URI from the builder's URI components after replacing the parameters with the string representation of the specified values escaping or not slash in the path segment components.
builder() - Static method in class io.inverno.mod.discovery.http.HttpTrafficPolicy
Returns an HTTP traffic policy builder.
builder() - Static method in class io.inverno.mod.security.http.csrf.CSRFDoubleSubmitCookieInterceptor
Creates a CSRF double submit cookie interceptor builder.
builder() - Method in interface io.inverno.mod.security.jose.JOSEObjectService
Returns a new JOSE object builder.
builder() - Method in interface io.inverno.mod.security.jose.jwe.JWEService
 
builder() - Method in interface io.inverno.mod.security.jose.jwk.JWKFactory
Returns a new JWK builder for the key type supported by the factory.
builder() - Method in interface io.inverno.mod.security.jose.jws.JWSService
 
builder(HttpTrafficPolicy) - Static method in class io.inverno.mod.discovery.http.HttpTrafficPolicy
Returns an HTTP traffic policy builder from an original traffic policy.
builder(Authentication) - Static method in interface io.inverno.mod.security.context.SecurityContext
Creates a security context builder with the specified authentication.
builder(Class<T>) - Method in interface io.inverno.mod.security.jose.JOSEObjectService
Returns a new JOSE object builder with the specified payload type.
builder(Class<T>) - Method in interface io.inverno.mod.security.jose.jwe.JWEService
 
builder(Class<T>) - Method in interface io.inverno.mod.security.jose.jws.JWSService
 
builder(Class<T>, Publisher<? extends JWK>) - Method in interface io.inverno.mod.security.jose.JOSEObjectService
Returns a new JOSE object builder with the specified payload type and using the specified keys.
builder(Class<T>, Publisher<? extends JWK>) - Method in interface io.inverno.mod.security.jose.jwe.JWEService
 
builder(Class<T>, Publisher<? extends JWK>) - Method in interface io.inverno.mod.security.jose.jws.JWSService
 
builder(Type) - Method in interface io.inverno.mod.security.jose.JOSEObjectService
Returns a new JOSE object builder with the specified payload type.
builder(Type) - Method in interface io.inverno.mod.security.jose.jwe.JWEService
 
builder(Type) - Method in interface io.inverno.mod.security.jose.jws.JWSService
 
builder(Type, Publisher<? extends JWK>) - Method in interface io.inverno.mod.security.jose.JOSEObjectService
Returns a new JOSE object builder with the specified payload type and using the specified keys.
builder(Type, Publisher<? extends JWK>) - Method in interface io.inverno.mod.security.jose.jwe.JWEService
 
builder(Type, Publisher<? extends JWK>) - Method in interface io.inverno.mod.security.jose.jws.JWSService
 
builder(String...) - Static method in class io.inverno.mod.security.http.cors.CORSInterceptor
Returns a CORS interceptor builder for the specified allowed origins.
builder(Publisher<? extends JWK>) - Method in interface io.inverno.mod.security.jose.JOSEObjectService
Returns a new JOSE object builder using the specified keys.
builder(Publisher<? extends JWK>) - Method in interface io.inverno.mod.security.jose.jwe.JWEService
 
builder(Publisher<? extends JWK>) - Method in interface io.inverno.mod.security.jose.jws.JWSService
 
Builder() - Constructor for class io.inverno.mod.boot.Boot.Builder
 
Builder() - Constructor for class io.inverno.mod.http.base.Base.Builder
 
Builder() - Constructor for class io.inverno.mod.ldap.Ldap.Builder
 
Builder() - Constructor for class io.inverno.mod.redis.lettuce.Lettuce.Builder
 
Builder() - Constructor for class io.inverno.mod.security.http.cors.CORSInterceptor.Builder
Creates a CORS interceptor builder.
Builder() - Constructor for class io.inverno.mod.security.http.csrf.CSRFDoubleSubmitCookieInterceptor.Builder
Creates a CSRF double submit cookie interceptor builder.
Builder(Reactor) - Constructor for class io.inverno.mod.sql.vertx.Vertx.Builder
 
Builder(NetService) - Constructor for class io.inverno.mod.grpc.base.Base.Builder
 
Builder(NetService) - Constructor for class io.inverno.mod.grpc.client.Client.Builder
 
Builder(NetService) - Constructor for class io.inverno.mod.grpc.server.Server.Builder
 
Builder(NetService, Reactor, ResourceService) - Constructor for class io.inverno.mod.http.client.Client.Builder
 
Builder(NetService, Reactor, ResourceService) - Constructor for class io.inverno.mod.http.server.Server.Builder
 
Builder(ConfigurationSource) - Constructor for class io.inverno.mod.discovery.http.meta.Meta.Builder
 
Builder(HttpClient) - Constructor for class io.inverno.mod.discovery.http.k8s.K8s.Builder
 
Builder(HttpClient, NetService) - Constructor for class io.inverno.mod.discovery.http.Http.Builder
 
Builder(List<? extends HttpDiscoveryService>, HttpClient, List<MediaTypeConverter<ByteBuf>>, Reactor) - Constructor for class io.inverno.mod.web.client.Client.Builder
 
Builder(List<MediaTypeConverter<ByteBuf>>) - Constructor for class io.inverno.mod.web.base.Base.Builder
 
Builder(List<MediaTypeConverter<ByteBuf>>, NetService, Reactor, ResourceService) - Constructor for class io.inverno.mod.web.server.Server.Builder
 
Builder(List<MediaTypeConverter<String>>) - Constructor for class io.inverno.mod.security.jose.Jose.Builder
 
builderSupplier - Variable in class io.inverno.mod.http.base.header.AbstractHeaderCodec
The header builder supplier.
buildFragment(Object...) - Method in interface io.inverno.mod.base.net.URIBuilder
Builds the fragment component string from the builder's URI fragment component after replacing the parameters with the string representation of the specified values.
buildFragment(List<Object>) - Method in interface io.inverno.mod.base.net.URIBuilder
Builds the fragment component string from the builder's URI fragment component after replacing the parameters with the string representation of the specified values.
buildFragment(Map<String, ?>) - Method in interface io.inverno.mod.base.net.URIBuilder
Builds the fragment component string from the builder's URI fragment component after replacing the parameters with the string representation of the specified values.
buildJmod() - Method in interface io.inverno.tool.buildtools.ModularizeDependenciesTask
Creates a jmod build task.
buildJmod(Consumer<BuildJmodTask>) - Method in interface io.inverno.tool.buildtools.ModularizeDependenciesTask
Creates and configures a jmod build task.
BuildJmodTask - Interface in io.inverno.tool.buildtools
A task for building a JMOD archive for the project module.
buildPath(Object...) - Method in interface io.inverno.mod.base.net.URIBuilder
Builds the path component string from the builder's URI path segment components after replacing the parameters with the string representation of the specified values escaping slash in path segment components.
buildPath(List<Object>) - Method in interface io.inverno.mod.base.net.URIBuilder
Builds the path component string from the builder's URI path segment components after replacing the parameters with the string representation of the specified values escaping slash in path segment components.
buildPath(List<Object>, boolean) - Method in interface io.inverno.mod.base.net.URIBuilder
Builds the path component string from the builder's URI path segment components after replacing the parameters with the string representation of the specified values escaping or not slash in the path segment components.
buildPath(Map<String, ?>) - Method in interface io.inverno.mod.base.net.URIBuilder
Builds the path component string from the builder's URI path segment components after replacing the parameters with the string representation of the specified values escaping slash in path segment components.
buildPath(Map<String, ?>, boolean) - Method in interface io.inverno.mod.base.net.URIBuilder
Builds the path component string from the builder's URI path segment components after replacing the parameters with the string representation of the specified values escaping or not slash in the path segment components.
buildPathPattern() - Method in interface io.inverno.mod.base.net.URIBuilder
Builds a URI pattern to exactly match builder's URI path component.
buildPathPattern(boolean) - Method in interface io.inverno.mod.base.net.URIBuilder
Builds a URI pattern to match builder's URI path component including trailing slash or not.
buildPattern() - Method in interface io.inverno.mod.base.net.URIBuilder
Builds a URI pattern to exactly match builder's URI.
buildPattern(boolean) - Method in interface io.inverno.mod.base.net.URIBuilder
Builds a URI pattern to match builder's URI including trailing slash or not.
buildQuery(Object...) - Method in interface io.inverno.mod.base.net.URIBuilder
Builds the query component string from the builder's URI query parameter components after replacing the parameters with the string representation of the specified values.
buildQuery(List<Object>) - Method in interface io.inverno.mod.base.net.URIBuilder
Builds the query component string from the builder's URI query parameter components after replacing the parameters with the string representation of the specified values.
buildQuery(Map<String, ?>) - Method in interface io.inverno.mod.base.net.URIBuilder
Builds the query component string from the builder's URI query parameter components after replacing the parameters with the string representation of the specified values.
buildRawFragment() - Method in interface io.inverno.mod.base.net.URIBuilder
Builds the fragment component raw string from the builder's fragment component.
buildRawPath() - Method in interface io.inverno.mod.base.net.URIBuilder
Builds the path component raw string from the builder's path segment components.
buildRawQuery() - Method in interface io.inverno.mod.base.net.URIBuilder
Builds the query component raw string from the builder's query parameter components.
buildRawString() - Method in interface io.inverno.mod.base.net.URIBuilder
Builds the raw string representation of the URI from the builder's URI components.
buildRuntime() - Method in interface io.inverno.tool.buildtools.BuildJmodTask
Creates a build runtime task.
buildRuntime(Consumer<BuildRuntimeTask>) - Method in interface io.inverno.tool.buildtools.BuildJmodTask
Creates and configures a build runtime task.
BuildRuntimeTask - Interface in io.inverno.tool.buildtools
A task for building a custom Java runtime image for the project.
BuildRuntimeTask.Launcher - Interface in io.inverno.tool.buildtools
Parameters describing a runtime image launcher.
buildString(Object...) - Method in interface io.inverno.mod.base.net.URIBuilder
Builds the string representation of the URI from the builder's URI components after replacing the parameters with the string representation of the specified values escaping slash in path segment components.
buildString(List<Object>) - Method in interface io.inverno.mod.base.net.URIBuilder
Builds the string representation of the URI from the builder's URI components after replacing the parameters with the string representation of the specified values escaping slash in path segment components.
buildString(List<Object>, boolean) - Method in interface io.inverno.mod.base.net.URIBuilder
Builds the string representation of the URI from the builder's URI components after replacing the parameters with the string representation of the specified values escaping or not slash in the path segment components.
buildString(Map<String, ?>) - Method in interface io.inverno.mod.base.net.URIBuilder
Builds the string representation of the URI from the builder's URI components after replacing the parameters with the string representation of the specified values escaping slash in path segment components.
buildString(Map<String, ?>, boolean) - Method in interface io.inverno.mod.base.net.URIBuilder
Builds the string representation of the URI from the builder's URI components after replacing the parameters with the string representation of the specified values escaping or not slash in the path segment components.
by(String) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.AbstractKeySortBuilder
 
byBox(double, double, RedisGeoReactiveOperations.GeoUnit) - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.AbstractGeosearchBuilder
 
byLex() - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZrangeBuilder
 
byLex() - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZrangestoreBuilder
 
byLex() - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZrangeWithScoresBuilder
 
byRadius(double, RedisGeoReactiveOperations.GeoUnit) - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.AbstractGeosearchBuilder
 
byScore() - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZrangeBuilder
 
byScore() - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZrangestoreBuilder
 
byScore() - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZrangeWithScoresBuilder
 
bytebuf() - Static method in class io.inverno.mod.security.http.form.LoginView
 
bytebuf(Supplier<ByteBuf>) - Static method in class io.inverno.mod.security.http.form.LoginView
 
ByteBufConverter - Class in io.inverno.mod.base.converter
A Converter that encodes objects to ByteBuf and decodes ByteBuf to objects.
ByteBufConverter(ObjectConverter<String>) - Constructor for class io.inverno.mod.base.converter.ByteBufConverter
Creates a ByteBuf converter backed by the specified string converter, with default charset and array/list separator.
ByteBufConverter(ObjectConverter<String>, Charset, byte) - Constructor for class io.inverno.mod.base.converter.ByteBufConverter
Creates a ByteBuf converter backed by the specified string converter, with specified charset and array/list separator.
ByteBufTemplateSet - Interface in io.inverno.mod.irt
A TemplateSet which can render ByteBuf.
bzmpop() - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations
BZMPOP timeout numkeys key [key ...]
bzpopmax(double, A) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations
BZPOPMAX key timeout
bzpopmax(double, Consumer<Keys<A>>) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations
BZPOPMAX key [key ...] timeout
bzpopmin(double, A) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations
BZPOPMIN key timeout
bzpopmin(double, Consumer<Keys<A>>) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations
BZPOPMIN key [key ...] timeout

C

cache_max_ttl() - Method in interface io.inverno.mod.base.net.NetAddressResolverConfiguration
The maximum TTL of the cached DNS resource records (in seconds).
cache_max_ttl(int) - Method in class io.inverno.mod.boot.BootNetAddressResolverConfigurationLoader.Configurator
 
cache_min_ttl() - Method in interface io.inverno.mod.base.net.NetAddressResolverConfiguration
The minimum TTL of the cached DNS resource records (in seconds).
cache_min_ttl(int) - Method in class io.inverno.mod.boot.BootNetAddressResolverConfigurationLoader.Configurator
 
cache_negative_ttl() - Method in interface io.inverno.mod.base.net.NetAddressResolverConfiguration
The TTL of the cache for the failed DNS queries (in seconds).
cache_negative_ttl(int) - Method in class io.inverno.mod.boot.BootNetAddressResolverConfigurationLoader.Configurator
 
CachingDiscoveryService<A,B,C> - Class in io.inverno.mod.discovery
A discovery service wrapper that caches services by service ID and traffic policy.
CachingDiscoveryService(Reactor, DiscoveryService<A, B, C>) - Constructor for class io.inverno.mod.discovery.CachingDiscoveryService
Creates a caching discovery service wrapping the specified discovery service.
CachingDiscoveryService(Reactor, DiscoveryService<A, B, C>, long) - Constructor for class io.inverno.mod.discovery.CachingDiscoveryService
Creates a caching discovery service wrapping the specified discovery service refreshing services after the specified time to live.
cancel() - Method in interface io.inverno.mod.grpc.base.GrpcBaseExchange
Cancels the exchange.
CANCELLED - Enum constant in enum class io.inverno.mod.grpc.base.GrpcStatus
The operation was cancelled, typically by the caller.
CANCELLED_REQUEST - Enum constant in enum class io.inverno.mod.http.base.Status
Indicates that a request was cancelled during processing by the server.
canConvert(String) - Method in interface io.inverno.mod.base.converter.MediaTypeConverter
Determines whether the converter can convert the specified media type.
canConvert(String) - Method in class io.inverno.mod.boot.converter.JsonByteBufMediaTypeConverter
 
canConvert(String) - Method in class io.inverno.mod.boot.converter.JsonStringMediaTypeConverter
 
canConvert(String) - Method in class io.inverno.mod.boot.converter.NdJsonByteBufMediaTypeConverter
 
canConvert(String) - Method in class io.inverno.mod.boot.converter.NdJsonStringMediaTypeConverter
 
canConvert(String) - Method in class io.inverno.mod.boot.converter.TextByteBufMediaTypeConverter
 
canConvert(String) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
canDecode(Class<T>) - Method in interface io.inverno.mod.base.converter.CompoundDecoder
Determines whether the decoder can decode the type represented by the specified class.
canDecode(Type) - Method in interface io.inverno.mod.base.converter.CompoundDecoder
Determines whether the decoder can decode the specified type.
canEncode(Class<T>) - Method in interface io.inverno.mod.base.converter.CompoundEncoder
Determines whether the encoder can encode the type represented by the specified class.
canEncode(Type) - Method in interface io.inverno.mod.base.converter.CompoundEncoder
Determines whether the encoder can encode the specified type.
canLink(C) - Method in class io.inverno.mod.http.base.router.link.AcceptLanguageRoutingLink
 
canLink(C) - Method in class io.inverno.mod.http.base.router.link.AuthorityRoutingLink
 
canLink(C) - Method in class io.inverno.mod.http.base.router.link.ContentRoutingLink
 
canLink(C) - Method in class io.inverno.mod.http.base.router.link.ErrorRoutingLink
 
canLink(C) - Method in class io.inverno.mod.http.base.router.link.HeadersRoutingLink
 
canLink(C) - Method in class io.inverno.mod.http.base.router.link.InboundAcceptContentRoutingLink
 
canLink(C) - Method in class io.inverno.mod.http.base.router.link.MethodRoutingLink
 
canLink(C) - Method in class io.inverno.mod.http.base.router.link.OutboundAcceptContentRoutingLink
 
canLink(C) - Method in class io.inverno.mod.http.base.router.link.PathRoutingLink
 
canLink(C) - Method in class io.inverno.mod.http.base.router.link.QueryParametersRoutingLink
 
canLink(C) - Method in class io.inverno.mod.http.base.router.link.URIRoutingLink
 
canLink(C) - Method in class io.inverno.mod.http.base.router.link.WebSocketSubprotocolRoutingLink
 
canLink(C) - Method in class io.inverno.mod.http.base.router.RoutingLink
Determines whether the link can link the specified route.
ch() - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.GeoaddBuilder
 
ch() - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZaddBuilder
 
ch() - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.SortedSetZaddIncrBuilder
 
changePassword(LoginCredentials, String) - Method in class io.inverno.mod.security.authentication.user.InMemoryUserRepository
 
changePassword(LoginCredentials, String) - Method in class io.inverno.mod.security.authentication.user.RedisUserRepository
 
changePassword(LoginCredentials, String) - Method in interface io.inverno.mod.security.authentication.user.UserRepository
Changes the password of the user identified by the specified credentials.
charset - Variable in class io.inverno.mod.irt.AbstractTemplateSet
The charset to use to encode rendered data.
CHARSET - Static variable in interface io.inverno.mod.http.base.header.Headers.ContentType
Charset parameter
Charsets - Class in io.inverno.mod.base
Utility methods and constants for charsets.
check() - Method in interface io.inverno.mod.configuration.ConfigurationUpdateResult
Checks that the update was successful.
checkOrigin(CORSInterceptor.Origin) - Method in class io.inverno.mod.security.http.cors.CORSInterceptor
Determines whether the origin is a valid origin.
checkUri(URI) - Static method in class io.inverno.mod.base.resource.ClasspathResource
Checks that the specified URI is a classpath resource URI.
checkUri(URI) - Static method in class io.inverno.mod.base.resource.FileResource
Checks that the specified URI is a file resource URI.
checkUri(URI) - Static method in class io.inverno.mod.base.resource.JarResource
Checks that the specified URI is a jar resource URI.
checkUri(URI) - Static method in class io.inverno.mod.base.resource.ModuleResource
Checks that the specified URI is a module resource URI.
checkUri(URI) - Static method in class io.inverno.mod.base.resource.NativeResource
Checks that the specified URI is a module resource URI.
checkUri(URI) - Static method in class io.inverno.mod.base.resource.ZipResource
Checks that the specified URI is a zip resource URI.
cipher() - Method in interface io.inverno.mod.security.jose.jwk.JWK
Returns a cipher using this JWK.
cipher(String) - Method in interface io.inverno.mod.security.jose.jwk.JWK
Returns a cipher using this JWK and the specified algorithm.
className() - Element in annotation interface io.inverno.core.annotation.Module
Indicates the name of the generated module class, defaults to the name of the module.
ClasspathResource - Class in io.inverno.mod.base.resource
A Resource implementation that identifies resources by a URI of the form classpath:/path/to/resource and looks up data on the classpath.
ClasspathResource(URI) - Constructor for class io.inverno.mod.base.resource.ClasspathResource
Creates a classpath resource with the specified URI.
ClasspathResource(URI, MediaTypeService) - Constructor for class io.inverno.mod.base.resource.ClasspathResource
Creates a classpath resource with the specified URI and media type service.
ClasspathResource(URI, Class<?>) - Constructor for class io.inverno.mod.base.resource.ClasspathResource
Creates a classpath resource with the specified URI that looks up data from the specified class.
ClasspathResource(URI, Class<?>, MediaTypeService) - Constructor for class io.inverno.mod.base.resource.ClasspathResource
Creates a classpath resource with the specified URI and media type service that looks up data from the specified class.
ClasspathResource(URI, ClassLoader) - Constructor for class io.inverno.mod.base.resource.ClasspathResource
Creates a classpath resource with the specified URI that looks up data from the specified class loader.
ClasspathResource(URI, ClassLoader, MediaTypeService) - Constructor for class io.inverno.mod.base.resource.ClasspathResource
Creates a classpath resource with the specified URI and media type service that looks up data from the specified class loader.
clearPath() - Method in interface io.inverno.mod.base.net.URIBuilder
Clears the path component.
clearQuery() - Method in interface io.inverno.mod.base.net.URIBuilder
Clears the query component.
Client - Class in io.inverno.mod.grpc.client
 
Client - Class in io.inverno.mod.http.client
 
Client - Class in io.inverno.mod.web.client
 
CLIENT_ERROR - Enum constant in enum class io.inverno.mod.http.base.Status.Category
client_event_loop_group_size() - Method in interface io.inverno.mod.http.client.HttpClientConfiguration
The number of event loops to allocate to the client.
client_event_loop_group_size(Integer) - Method in class io.inverno.mod.http.client.HttpClientConfigurationLoader.Configurator
 
client_name() - Method in interface io.inverno.mod.redis.lettuce.LettuceRedisClientConfiguration
The Redis client name.
client_name(String) - Method in class io.inverno.mod.redis.lettuce.LettuceRedisClientConfigurationLoader.Configurator
 
Client.Builder - Class in io.inverno.mod.grpc.client
 
Client.Builder - Class in io.inverno.mod.http.client
 
Client.Builder - Class in io.inverno.mod.web.client
 
Client.Linker - Class in io.inverno.mod.grpc.client
 
Client.Linker - Class in io.inverno.mod.http.client
 
Client.Linker - Class in io.inverno.mod.web.client
 
clientGenerator() - Static method in class io.inverno.tool.grpc.protocplugin.InvernoGrpcProtocPlugin
Creates generator that generates client classes only.
clientStreaming(B, GrpcServiceName, String, C, D) - Method in interface io.inverno.mod.grpc.client.GrpcClient
Converts an client HTTP exchange in a client streaming client gRPC exchange.
clientStreaming(C, D, GrpcExchangeHandler<A, C, D, GrpcRequest.Streaming<C>, GrpcResponse.Unary<D>, E>) - Method in interface io.inverno.mod.grpc.server.GrpcServer
Adapts the specified client streaming gRPC exchange handler in an HTTP exchange handler.
clone() - Method in interface io.inverno.mod.base.net.URIBuilder
Clones the URI builder.
clone() - Method in interface io.inverno.mod.web.client.WebClient.WebExchangeBuilder
Clones the Web exchange builder.
close() - Method in class io.inverno.mod.base.resource.ClasspathResource
 
close() - Method in class io.inverno.mod.base.resource.FileResource
 
close() - Method in class io.inverno.mod.base.resource.ModuleResource
 
close() - Method in class io.inverno.mod.base.resource.NativeResource
 
close() - Method in class io.inverno.mod.base.resource.PathResource
 
close() - Method in interface io.inverno.mod.base.resource.Resource
 
close() - Method in class io.inverno.mod.base.resource.URLResource
 
close() - Method in class io.inverno.mod.base.resource.ZipResource
 
close() - Method in interface io.inverno.mod.grpc.client.GrpcClient.CloseableStub
Subscribes to GrpcClient.CloseableStub.shutdownGracefully() in order to eventually close the underlying endpoint.
close() - Method in interface io.inverno.mod.http.base.ws.BaseWebSocketExchange
Closes the WebSocket with the normal status (1000).
close() - Method in interface io.inverno.mod.ldap.LDAPClient
Closes the LDAP client and free resources.
close() - Method in interface io.inverno.mod.redis.RedisClient
Closes the Redis client and free resources.
close() - Method in interface io.inverno.mod.sql.SqlClient
Closes the SQL client and free resources.
close(short) - Method in interface io.inverno.mod.http.base.ws.BaseWebSocketExchange
Closes the WebSocket with the specified status code.
close(short, String) - Method in interface io.inverno.mod.http.base.ws.BaseWebSocketExchange
Closes the WebSocket with specified status code and reason.
close(WebSocketStatus) - Method in interface io.inverno.mod.http.base.ws.BaseWebSocketExchange
Closes the WebSocket with the specified status.
close(WebSocketStatus, String) - Method in interface io.inverno.mod.http.base.ws.BaseWebSocketExchange
Closes the WebSocket with specified status and reason.
close(String) - Method in interface io.inverno.mod.http.base.ws.BaseWebSocketExchange
Closes the WebSocket with the normal status (1000) and the specified reason.
CLOSE - Enum constant in enum class io.inverno.mod.http.base.ws.WebSocketFrame.Kind
Indicates a CLOSE control frame.
CLOSED_ABNORMALLY - Enum constant in enum class io.inverno.mod.http.base.ws.WebSocketStatus
Designated for use in applications expecting a status code to indicate that the connection was closed abnormally, e.g., without sending or receiving a Close control frame.
ClosedResourceException - Exception Class in io.inverno.mod.base.resource
Thrown when a read, write or delete operation is performed on closed resource
ClosedResourceException() - Constructor for exception class io.inverno.mod.base.resource.ClosedResourceException
Creates a closed resource exception.
closeOnComplete() - Element in annotation interface io.inverno.mod.web.client.annotation.WebSocketRoute
Specifies whether the WebSocket exchange should be closed when the outbound frames publisher completes successfully.
closeOnComplete() - Element in annotation interface io.inverno.mod.web.server.annotation.WebSocketRoute
Specifies whether the WebSocket exchange should be closed when the outbound frames publisher completes successfully.
closeOnComplete(boolean) - Method in interface io.inverno.mod.http.base.ws.BaseWebSocketExchange.Outbound
Specifies whether the WebSocket exchange should be closed when the frames publisher completes successfully.
closeOnComplete(boolean) - Method in interface io.inverno.mod.web.base.ws.BaseWeb2SocketExchange.Outbound
 
CODE_ADMIN_LIMIT_EXCEEDED - Static variable in interface io.inverno.mod.ldap.LDAPClient
Indicates that an administrative limit has been exceeded.
CODE_AFFECTS_MULTIPLE_DSAS - Static variable in interface io.inverno.mod.ldap.LDAPClient
Indicates that the operation cannot be performed as it would affect multiple servers (DSAs).
CODE_ALIAS_DEREFERENCING_PROBLEM - Static variable in interface io.inverno.mod.ldap.LDAPClient
Indicates that a problem occurred while dereferencing an alias.
CODE_ALIAS_PROBLEM - Static variable in interface io.inverno.mod.ldap.LDAPClient
Indicates that an alias problem has occurred.
CODE_ATTRIBUTE_OR_VALUE_EXISTS - Static variable in interface io.inverno.mod.ldap.LDAPClient
Indicates that the client supplied an attribute or value to be added to an entry, but the attribute or value already exists.
CODE_AUTH_METHOD_NOT_SUPPORTED - Static variable in interface io.inverno.mod.ldap.LDAPClient
Indicates that the authentication method or mechanism is not supported.
CODE_BUSY - Static variable in interface io.inverno.mod.ldap.LDAPClient
Indicates that the server is too busy to service the operation.
CODE_COMPARE_FALSE - Static variable in interface io.inverno.mod.ldap.LDAPClient
Indicates that the Compare operation has successfully completed and the assertion has evaluated to FALSE or Undefined.
CODE_COMPARE_TRUE - Static variable in interface io.inverno.mod.ldap.LDAPClient
Indicates that the Compare operation has successfully completed and the assertion has evaluated to TRUE.
CODE_CONFIDENTIALITY_REQUIRED - Static variable in interface io.inverno.mod.ldap.LDAPClient
Indicates that data confidentiality protections are required.
CODE_CONSTRAINT_VIOLATION - Static variable in interface io.inverno.mod.ldap.LDAPClient
Indicates that the client supplied an attribute value that does not conform to the constraints placed upon it by the data model.
CODE_ENTRY_ALREADY_EXISTS - Static variable in interface io.inverno.mod.ldap.LDAPClient
Indicates that the request cannot be fulfilled (added, moved, or renamed) as the target entry already exists.
CODE_INAPPROPRIATE_AUTHENTICATION - Static variable in interface io.inverno.mod.ldap.LDAPClient
Indicates the server requires the client that had attempted to bind anonymously or without supplying credentials to provide some form of credentials.
CODE_INAPPROPRIATE_MATCHING - Static variable in interface io.inverno.mod.ldap.LDAPClient
Indicates that an attempt was made (e.g., in an assertion) to use a matching rule not defined for the attribute type concerned.
CODE_INSUFFICIENT_ACCESS_RIGHTS - Static variable in interface io.inverno.mod.ldap.LDAPClient
Indicates that the client does not have sufficient access rights to perform the operation.
CODE_INVALID_ATTRIBUTE_SYNTAX - Static variable in interface io.inverno.mod.ldap.LDAPClient
Indicates that a purported attribute value does not conform to the syntax of the attribute.
CODE_INVALID_CREDENTIALS - Static variable in interface io.inverno.mod.ldap.LDAPClient
Indicates that the provided credentials (e.g., the user's name and password) are invalid.
CODE_INVALID_DN_SYNTAX - Static variable in interface io.inverno.mod.ldap.LDAPClient
Indicates that an LDAPDN or RelativeLDAPDN field (e.g., search base, target entry, ModifyDN newrdn, etc.) of a request does not conform to the required syntax or contains attribute values that do not conform to the syntax of the attribute's type.
CODE_IS_LEAF - Static variable in interface io.inverno.mod.ldap.LDAPClient
Indicates that the specified operation cannot be performed on a leaf entry.
CODE_LOOP_DETECT - Static variable in interface io.inverno.mod.ldap.LDAPClient
Indicates that the server has detected an internal loop (e.g., while dereferencing aliases or chaining an operation).
CODE_NAMING_VIOLATION - Static variable in interface io.inverno.mod.ldap.LDAPClient
Indicates that the entry's name violates naming restrictions.
CODE_NO_SUCH_ATTRIBUTE - Static variable in interface io.inverno.mod.ldap.LDAPClient
Indicates that the named entry does not contain the specified attribute or attribute value.
CODE_NO_SUCH_OBJECT - Static variable in interface io.inverno.mod.ldap.LDAPClient
Indicates that the object does not exist in the DIT.
CODE_NOT_ALLOWED_ON_NON_LEAF - Static variable in interface io.inverno.mod.ldap.LDAPClient
Indicates that the operation is inappropriately acting upon a non-leaf entry.
CODE_NOT_ALLOWED_ON_RDN - Static variable in interface io.inverno.mod.ldap.LDAPClient
Indicates that the operation is inappropriately attempting to remove a value that forms the entry's relative distinguished name.
CODE_OBJECT_CLASS_MODS_PROHIBITED - Static variable in interface io.inverno.mod.ldap.LDAPClient
Indicates that an attempt to modify the object class(es) of an entry's 'objectClass' attribute is prohibited.
CODE_OBJECT_CLASS_VIOLATION - Static variable in interface io.inverno.mod.ldap.LDAPClient
Indicates that the entry violates object class restrictions.
CODE_OPERATIONS_ERROR - Static variable in interface io.inverno.mod.ldap.LDAPClient
Indicates that the operation is not properly sequenced with relation to other operations (of same or different type).
CODE_OTHER - Static variable in interface io.inverno.mod.ldap.LDAPClient
Indicates the server has encountered an internal error.
CODE_PROTOCOL_ERROR - Static variable in interface io.inverno.mod.ldap.LDAPClient
Indicates the server received data that is not well-formed.
CODE_REFERRAL - Static variable in interface io.inverno.mod.ldap.LDAPClient
Indicates that a referral needs to be chased to complete the operation
CODE_SASL_BIND_IN_PROGRESS - Static variable in interface io.inverno.mod.ldap.LDAPClient
Indicates the server requires the client to send a new bind request, with the same SASL mechanism, to continue the authentication process.
CODE_SIZE_LIMIT_EXCEEDED - Static variable in interface io.inverno.mod.ldap.LDAPClient
Indicates that the size limit specified by the client was exceeded before the operation could be completed.
CODE_STRONG_AUTH_REQUIRED - Static variable in interface io.inverno.mod.ldap.LDAPClient
Indicates the server requires strong(er) authentication in order to complete the operation.
CODE_SUCCESS - Static variable in interface io.inverno.mod.ldap.LDAPClient
Indicates the successful completion of an operation.
CODE_TIME_LIMIT_EXCEEDED - Static variable in interface io.inverno.mod.ldap.LDAPClient
Indicates that the time limit specified by the client was exceeded before the operation could be completed.
CODE_UNAVAILABLE - Static variable in interface io.inverno.mod.ldap.LDAPClient
Indicates that the server is shutting down or a subsystem necessary to complete the operation is offline.
CODE_UNAVAILABLE_CRITICAL_EXTENSION - Static variable in interface io.inverno.mod.ldap.LDAPClient
Indicates a critical control is unrecognized.
CODE_UNDEFINED_ATTRIBUTE_TYPE - Static variable in interface io.inverno.mod.ldap.LDAPClient
Indicates that a request field contains an unrecognized attribute description.
CODE_UNWILLING_TO_PERFORM - Static variable in interface io.inverno.mod.ldap.LDAPClient
Indicates that the server is unwilling to perform the operation.
collectMap() - Method in interface io.inverno.mod.http.server.RequestBody.UrlEncoded
Collects all parameters in a map that is emitted by the resulting Mono.
COLON - Static variable in interface io.inverno.mod.http.base.header.HeaderCodec
Colon ':'
ColumnMetadata - Interface in io.inverno.mod.sql
Exposes database column metadata.
COMMA - Static variable in interface io.inverno.mod.http.base.header.HeaderCodec
Comma ','
CommandExecutor<A> - Class in io.inverno.mod.base.concurrent
A lock-free command executor which guarantees the execution of commands in sequence.
CommandExecutor(A) - Constructor for class io.inverno.mod.base.concurrent.CommandExecutor
Creates a command executor on the specified target.
CommandLineConfigurationSource - Class in io.inverno.mod.configuration.source
A configuration source that looks up properties from command line arguments.
CommandLineConfigurationSource(String[]) - Constructor for class io.inverno.mod.configuration.source.CommandLineConfigurationSource
Creates a command line configuration source with the specified arguments using a Java String value decoder.
CommandLineConfigurationSource(String[], SplittablePrimitiveDecoder<String>) - Constructor for class io.inverno.mod.configuration.source.CommandLineConfigurationSource
Creates a command line configuration source with the specified arguments and the specified string value decoder.
comment(String) - Method in interface io.inverno.mod.http.server.ResponseBody.Sse.Event
Sets the event comment.
comment(String) - Method in interface io.inverno.mod.web.server.WebResponseBody.SseEncoder.Event
 
commit() - Method in interface io.inverno.mod.sql.TransactionalSqlOperations
Commits the transaction.
COMPARATOR - Static variable in interface io.inverno.mod.http.base.header.Headers.Accept.MediaRange
The media range comparator based on media range scores.
COMPARATOR - Static variable in interface io.inverno.mod.http.base.header.Headers.AcceptLanguage.LanguageRange
The language range comparator based on language range scores.
COMPLETED_FUTURE - Static variable in interface io.inverno.mod.irt.TemplateSet
An empty completed future which returns immediately.
componentArrayType() - Method in interface io.inverno.mod.base.reflect.ArrayTypeArgumentBuilder
Specifies an array type as component type of the array type.
componentArrayType() - Method in interface io.inverno.mod.base.reflect.ArrayTypeBuilder
Specifies an array type as component type of the array type.
componentType(Class<?>) - Method in interface io.inverno.mod.base.reflect.ArrayTypeArgumentBuilder
Specifies the component type of the array type.
componentType(Class<?>) - Method in interface io.inverno.mod.base.reflect.ArrayTypeBuilder
Specifies the component type of the array type.
componentType(Type) - Method in interface io.inverno.mod.base.reflect.ArrayTypeArgumentBuilder
Specifies the component type of the array type.
componentType(Type) - Method in interface io.inverno.mod.base.reflect.ArrayTypeBuilder
Specifies the component type of the array type.
compose(ExchangeInterceptor<? super A, B>) - Method in interface io.inverno.mod.http.client.ExchangeInterceptor
Returns a composed interceptor that invokes the specified interceptor first and then invokes this interceptor.
compose(ExchangeInterceptor<? super A, B>) - Method in interface io.inverno.mod.http.server.ExchangeInterceptor
Returns a composed interceptor that invokes the specified interceptor first and then invokes this interceptor.
compose(LoginFailureHandler<? super A, ? super B>) - Method in interface io.inverno.mod.security.http.login.LoginFailureHandler
Invokes the specified login failure handler and then invokes this login failure handler.
compose(LoginSuccessHandler<? super A, ? super B, ? super C>) - Method in interface io.inverno.mod.security.http.login.LoginSuccessHandler
Invokes the specified login success handler and then invokes this login success handler.
compose(LogoutSuccessHandler<? super A, ? super B, ? super C, ? super D, ? super E>) - Method in interface io.inverno.mod.security.http.login.LogoutSuccessHandler
Invokes the specified logout success handler and then invokes this logout success handler.
CompositeConfigurationSource - Class in io.inverno.mod.configuration.source
A composite configuration source that uses multiple configuration sources to resolve configuration properties.
CompositeConfigurationSource(List<ConfigurationSource>) - Constructor for class io.inverno.mod.configuration.source.CompositeConfigurationSource
Creates a new composite configuration source with the specified sources ordered from the highest to lowest priority which uses the default CompositeConfigurationStrategy.lookup() strategy.
CompositeConfigurationSource(List<ConfigurationSource>, CompositeConfigurationStrategy) - Constructor for class io.inverno.mod.configuration.source.CompositeConfigurationSource
Creates a new composite configuration source with the specified sources ordered from the highest to lowest priority which uses the specified strategy.
CompositeConfigurationSource(List<ConfigurationSource>, List<ConfigurationKey.Parameter>) - Constructor for class io.inverno.mod.configuration.source.CompositeConfigurationSource
Creates a new composite configuration source with the specified sources ordered from the highest to lowest priority which applies the specified default parameters and uses the default CompositeConfigurationStrategy.lookup() strategy.
CompositeConfigurationSource(List<ConfigurationSource>, List<ConfigurationKey.Parameter>, CompositeConfigurationStrategy) - Constructor for class io.inverno.mod.configuration.source.CompositeConfigurationSource
Creates a new composite configuration source with the specified sources ordered from the highest to lowest priority which applies the specified default parameters and uses the specified strategy.
CompositeConfigurationSource.CompositeConfigurationQuery - Class in io.inverno.mod.configuration.source
The configuration query used by the composite configuration source.
CompositeConfigurationSource.CompositeConfigurationQueryResult - Class in io.inverno.mod.configuration.source
The configuration query result returned by a composite configuration source.
CompositeConfigurationSource.CompositeExecutableConfigurationQuery - Class in io.inverno.mod.configuration.source
The executable configuration query used by the composite configuration source.
CompositeConfigurationSource.CompositeListConfigurationQuery - Class in io.inverno.mod.configuration.source
The list configuration query used by the composite configuration source.
CompositeConfigurationStrategy - Interface in io.inverno.mod.configuration.source
A composite configuration strategy allows to specifies the behaviour of a CompositeConfigurationSource.
CompositeConfigurationStrategy.CompositeDefaultingStrategy - Interface in io.inverno.mod.configuration.source
A defaulting strategy that can keep track of query results in order to optimize defaulting queries for subsequent rounds.
CompositeConverter<A> - Class in io.inverno.mod.base.converter
A composite converter relies on multiple CompoundEncoder and CompoundDecoder to convert objects.
CompositeConverter() - Constructor for class io.inverno.mod.base.converter.CompositeConverter
Creates a composite converter.
CompositeDecoder<From> - Class in io.inverno.mod.base.converter
A composite decoder relies on multiple CompoundDecoder to decode objects.
CompositeDecoder() - Constructor for class io.inverno.mod.base.converter.CompositeDecoder
Creates a composite decoder.
CompositeDiscoveryService<A,B,C> - Class in io.inverno.mod.discovery
A composite discovery service composing multiple discovery services.
CompositeDiscoveryService(List<? extends DiscoveryService<? extends A, ? super B, ? super C>>) - Constructor for class io.inverno.mod.discovery.CompositeDiscoveryService
Creates a composite discovery service.
CompositeEncoder<To> - Class in io.inverno.mod.base.converter
A composite encoder relies on multiple CompoundEncoder to encode objects.
CompositeEncoder() - Constructor for class io.inverno.mod.base.converter.CompositeEncoder
Creates a composite encoder.
CompoundDecoder<From,To> - Interface in io.inverno.mod.base.converter
A compound decoder is used in a CompositeDecoder to decode particular types of objects.
CompoundEncoder<From,To> - Interface in io.inverno.mod.base.converter
A compound encoder is used in a CompositeEncoder to encode particular types of objects.
compress(byte[]) - Method in interface io.inverno.mod.security.jose.jwe.JWEZip
Compresses the specified data.
compress(ByteBuf) - Method in interface io.inverno.mod.grpc.base.GrpcMessageCompressor
Compresses the specified data.
compress(String) - Method in interface io.inverno.tool.buildtools.BuildRuntimeTask
Specifies the compress level of the runtime image: 0=No compression, 1=constant string sharing, 2=ZIP.
compression_brotli_mode() - Method in interface io.inverno.mod.http.client.HttpClientConfiguration
Brotly compression mode (0=GENERIC, 1=TEXT, 2=FONT).
compression_brotli_mode() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
Brotly compression mode (0=GENERIC, 1=TEXT, 2=FONT).
compression_brotli_mode(int) - Method in class io.inverno.mod.http.client.HttpClientConfigurationLoader.Configurator
 
compression_brotli_mode(int) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
 
compression_brotli_quality() - Method in interface io.inverno.mod.http.client.HttpClientConfiguration
Brotly compression quality.
compression_brotli_quality() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
Brotly compression quality.
compression_brotli_quality(int) - Method in class io.inverno.mod.http.client.HttpClientConfigurationLoader.Configurator
 
compression_brotli_quality(int) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
 
compression_brotli_window() - Method in interface io.inverno.mod.http.client.HttpClientConfiguration
Brotly compression window.
compression_brotli_window() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
Brotly compression window.
compression_brotli_window(int) - Method in class io.inverno.mod.http.client.HttpClientConfigurationLoader.Configurator
 
compression_brotli_window(int) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
 
compression_contentSizeThreshold() - Method in interface io.inverno.mod.http.client.HttpClientConfiguration
The threshold beyond which the response body should be compressed.
compression_contentSizeThreshold() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
The threshold beyond which the response body should be compressed.
compression_contentSizeThreshold(int) - Method in class io.inverno.mod.http.client.HttpClientConfigurationLoader.Configurator
 
compression_contentSizeThreshold(int) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
 
compression_deflate_compressionLevel() - Method in interface io.inverno.mod.grpc.base.GrpcBaseConfiguration
Deflate compression level.
compression_deflate_compressionLevel() - Method in interface io.inverno.mod.http.client.HttpClientConfiguration
Deflate compression level.
compression_deflate_compressionLevel() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
Deflate compression level.
compression_deflate_compressionLevel(int) - Method in class io.inverno.mod.grpc.base.GrpcBaseConfigurationLoader.Configurator
 
compression_deflate_compressionLevel(int) - Method in class io.inverno.mod.http.client.HttpClientConfigurationLoader.Configurator
 
compression_deflate_compressionLevel(int) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
 
compression_deflate_memLevel() - Method in interface io.inverno.mod.grpc.base.GrpcBaseConfiguration
Deflate compression memory level.
compression_deflate_memLevel() - Method in interface io.inverno.mod.http.client.HttpClientConfiguration
Deflate compression memory level.
compression_deflate_memLevel() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
Deflate compression memory level.
compression_deflate_memLevel(int) - Method in class io.inverno.mod.grpc.base.GrpcBaseConfigurationLoader.Configurator
 
compression_deflate_memLevel(int) - Method in class io.inverno.mod.http.client.HttpClientConfigurationLoader.Configurator
 
compression_deflate_memLevel(int) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
 
compression_deflate_windowBits() - Method in interface io.inverno.mod.grpc.base.GrpcBaseConfiguration
Deflate compression window bits.
compression_deflate_windowBits() - Method in interface io.inverno.mod.http.client.HttpClientConfiguration
Deflate compression window bits.
compression_deflate_windowBits() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
Deflate compression window bits.
compression_deflate_windowBits(int) - Method in class io.inverno.mod.grpc.base.GrpcBaseConfigurationLoader.Configurator
 
compression_deflate_windowBits(int) - Method in class io.inverno.mod.http.client.HttpClientConfigurationLoader.Configurator
 
compression_deflate_windowBits(int) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
 
compression_enabled() - Method in interface io.inverno.mod.grpc.base.GrpcBaseConfiguration
Enables/Disables gRPC message compression support.
compression_enabled() - Method in interface io.inverno.mod.http.client.HttpClientConfiguration
Enables/Disables HTTP compression.
compression_enabled() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
Enables/Disables HTTP compression.
compression_enabled(boolean) - Method in class io.inverno.mod.grpc.base.GrpcBaseConfigurationLoader.Configurator
 
compression_enabled(boolean) - Method in class io.inverno.mod.http.client.HttpClientConfigurationLoader.Configurator
 
compression_enabled(boolean) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
 
compression_gzip_compressionLevel() - Method in interface io.inverno.mod.grpc.base.GrpcBaseConfiguration
Gzip compression level.
compression_gzip_compressionLevel() - Method in interface io.inverno.mod.http.client.HttpClientConfiguration
Gzip compression level.
compression_gzip_compressionLevel() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
Gzip compression level.
compression_gzip_compressionLevel(int) - Method in class io.inverno.mod.grpc.base.GrpcBaseConfigurationLoader.Configurator
 
compression_gzip_compressionLevel(int) - Method in class io.inverno.mod.http.client.HttpClientConfigurationLoader.Configurator
 
compression_gzip_compressionLevel(int) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
 
compression_gzip_memLevel() - Method in interface io.inverno.mod.grpc.base.GrpcBaseConfiguration
Gzip compression memory level.
compression_gzip_memLevel() - Method in interface io.inverno.mod.http.client.HttpClientConfiguration
Gzip compression memory level.
compression_gzip_memLevel() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
Gzip compression memory level.
compression_gzip_memLevel(int) - Method in class io.inverno.mod.grpc.base.GrpcBaseConfigurationLoader.Configurator
 
compression_gzip_memLevel(int) - Method in class io.inverno.mod.http.client.HttpClientConfigurationLoader.Configurator
 
compression_gzip_memLevel(int) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
 
compression_gzip_windowBits() - Method in interface io.inverno.mod.grpc.base.GrpcBaseConfiguration
Gzip compression window bits.
compression_gzip_windowBits() - Method in interface io.inverno.mod.http.client.HttpClientConfiguration
Gzip compression window bits.
compression_gzip_windowBits() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
Gzip compression window bits.
compression_gzip_windowBits(int) - Method in class io.inverno.mod.grpc.base.GrpcBaseConfigurationLoader.Configurator
 
compression_gzip_windowBits(int) - Method in class io.inverno.mod.http.client.HttpClientConfigurationLoader.Configurator
 
compression_gzip_windowBits(int) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
 
compression_zstd_blockSize() - Method in interface io.inverno.mod.http.client.HttpClientConfiguration
Zstandard compression block size (in bytes).
compression_zstd_blockSize() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
Zstandard compression block size (in bytes).
compression_zstd_blockSize(int) - Method in class io.inverno.mod.http.client.HttpClientConfigurationLoader.Configurator
 
compression_zstd_blockSize(int) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
 
compression_zstd_compressionLevel() - Method in interface io.inverno.mod.http.client.HttpClientConfiguration
Zstandard compression level.
compression_zstd_compressionLevel() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
Zstandard compression level.
compression_zstd_compressionLevel(int) - Method in class io.inverno.mod.http.client.HttpClientConfigurationLoader.Configurator
 
compression_zstd_compressionLevel(int) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
 
compression_zstd_maxEncodeSize() - Method in interface io.inverno.mod.http.client.HttpClientConfiguration
Zstandard compression max encode size (in bytes).
compression_zstd_maxEncodeSize() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
Zstandard compression max encode size in bytes.
compression_zstd_maxEncodeSize(int) - Method in class io.inverno.mod.http.client.HttpClientConfigurationLoader.Configurator
 
compression_zstd_maxEncodeSize(int) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
 
compressionAlgorithm(String) - Method in interface io.inverno.mod.security.jose.jwe.JWEHeaderConfigurator
Specifies the compression algorithm.
concatMap(Function<? super T, ? extends Publisher<? extends R>>) - Static method in class io.inverno.mod.irt.PublisherPipes
Returns a pipe which transforms the elements of a publisher into publishers by applying the specified mapper function then flatten, these inner publishers into a single publisher, sequentially and preserving order using concatenation.
ConfigurableConfigurationSource - Interface in io.inverno.mod.configuration
A configurable ConfigurationSource that supports configuration properties updates.
configuration() - Method in class io.inverno.mod.boot.Boot
 
configuration() - Method in class io.inverno.mod.discovery.http.k8s.K8s
 
configuration() - Method in class io.inverno.mod.discovery.http.meta.Meta
 
configuration() - Method in class io.inverno.mod.grpc.base.Base
 
configuration() - Method in class io.inverno.mod.grpc.client.Client
 
configuration() - Method in class io.inverno.mod.grpc.server.Server
 
configuration() - Method in class io.inverno.mod.http.client.Client
 
configuration() - Method in class io.inverno.mod.http.server.Server
 
configuration() - Method in class io.inverno.mod.ldap.Ldap
 
configuration() - Method in class io.inverno.mod.redis.lettuce.Lettuce
 
configuration() - Method in class io.inverno.mod.security.jose.Jose
 
configuration() - Method in class io.inverno.mod.sql.vertx.Vertx
 
configuration() - Method in class io.inverno.mod.web.client.Client
 
configuration() - Method in class io.inverno.mod.web.server.Server
 
configuration(HttpClientConfiguration) - Method in class io.inverno.mod.discovery.http.HttpTrafficPolicy.Builder
Sets the HTTP client configuration.
configuration(HttpClientConfiguration) - Method in interface io.inverno.mod.http.client.HttpClient.EndpointBuilder
Sets a specific HTTP client configuration for the endpoint.
Configuration - Annotation Interface in io.inverno.mod.configuration
Used on an interface to indicate a configuration.
ConfigurationBeanSupport(C) - Constructor for class io.inverno.mod.configuration.ConfigurationLoaderSupport.ConfigurationBeanSupport
Creates a configuration bean.
configurationHttpMetaDiscoveryService() - Method in class io.inverno.mod.discovery.http.meta.Meta
 
ConfigurationKey - Interface in io.inverno.mod.configuration
A configuration key uniquely identifies a configuration property in a configuration source.
ConfigurationKey.Parameter - Class in io.inverno.mod.configuration
A parameter is used to specify the context in which a property value is defined.
ConfigurationKey.UndefinedParameter - Class in io.inverno.mod.configuration
An undefined parameter is used to match properties that do not defined a particular parameter in a list configuration query.
ConfigurationKey.WildcardParameter - Class in io.inverno.mod.configuration
A wildcard parameter is used to match all values for a parameter in a list configuration query.
ConfigurationLoader<A,B> - Interface in io.inverno.mod.configuration
A configuration loader is used to load a configuration object from a ConfigurationSource.
ConfigurationLoaderException - Exception Class in io.inverno.mod.configuration
Thrown by a configuration loader to indicate an error when loading a configuration.
ConfigurationLoaderException() - Constructor for exception class io.inverno.mod.configuration.ConfigurationLoaderException
Creates a configuration loader exception.
ConfigurationLoaderException(String) - Constructor for exception class io.inverno.mod.configuration.ConfigurationLoaderException
Creates a configuration loader exception with the specified message.
ConfigurationLoaderException(String, Throwable) - Constructor for exception class io.inverno.mod.configuration.ConfigurationLoaderException
Creates a configuration loader exception with the specified message and cause.
ConfigurationLoaderException(String, Throwable, boolean, boolean) - Constructor for exception class io.inverno.mod.configuration.ConfigurationLoaderException
Creates a configuration loader exception with the specified message, cause, suppression enabled or disabled and writable stack trace enabled or disabled.
ConfigurationLoaderException(Throwable) - Constructor for exception class io.inverno.mod.configuration.ConfigurationLoaderException
Creates a configuration loader exception with the specified cause.
ConfigurationLoaderSupport<A,B,C> - Class in io.inverno.mod.configuration
Base implementation for generated configuration loader.
ConfigurationLoaderSupport(String[], Function<List<? extends ConfigurationQueryResult>, Consumer<B>>, Function<Consumer<B>, A>, Supplier<A>) - Constructor for class io.inverno.mod.configuration.ConfigurationLoaderSupport
Creates a configuration loader that loads the specified list of properties and uses the specified results to configurer mapper and configuration creator function to create the configuration object.
ConfigurationLoaderSupport.ConfigurationBeanSupport<A,B,C> - Class in io.inverno.mod.configuration
Base implementation to generate configuration loader beans.
configurationPath(Path) - Method in interface io.inverno.tool.buildtools.BuildJmodTask
Specifies the path to user-editable configuration files to copy into the resulting JMOD file.
ConfigurationProperty - Interface in io.inverno.mod.configuration
A configuration property.
ConfigurationQuery<A,B> - Interface in io.inverno.mod.configuration
A configuration query is used to query configuration properties from a configuration source.
ConfigurationQueryResult - Interface in io.inverno.mod.configuration
Represents a single query result providing the configuration property retrieved from a configuration source with a query key.
ConfigurationSource - Interface in io.inverno.mod.configuration
A configuration source gives access to configuration properties.
ConfigurationSourceException - Exception Class in io.inverno.mod.configuration
Thrown to indicate that an error occurred in a configuration source.
ConfigurationSourceException(ConfigurationSource) - Constructor for exception class io.inverno.mod.configuration.ConfigurationSourceException
Creates a configuration source exception for the specified source.
ConfigurationSourceException(ConfigurationSource, String) - Constructor for exception class io.inverno.mod.configuration.ConfigurationSourceException
Creates a configuration source exception for the specified source and with the specified message.
ConfigurationSourceException(ConfigurationSource, String, Throwable) - Constructor for exception class io.inverno.mod.configuration.ConfigurationSourceException
Creates a configuration source exception for the specified source and with the specified message and cause.
ConfigurationSourceException(ConfigurationSource, String, Throwable, boolean, boolean) - Constructor for exception class io.inverno.mod.configuration.ConfigurationSourceException
Creates a configuration source exception for the specified source and with the specified message, cause, suppression enabled or disabled and writable stack trace enabled or disabled.
ConfigurationSourceException(ConfigurationSource, Throwable) - Constructor for exception class io.inverno.mod.configuration.ConfigurationSourceException
Creates a configuration source exception for the specified source and with the specified cause.
ConfigurationSourcePermissionBasedAccessController - Class in io.inverno.mod.security.accesscontrol
Permission based access controller implementation using a ConfigurationSource to resolve permissions.
ConfigurationSourcePermissionBasedAccessController(ConfigurationSource, String) - Constructor for class io.inverno.mod.security.accesscontrol.ConfigurationSourcePermissionBasedAccessController
Creates a permission based access controller backed by a configuration source for the specified username.
ConfigurationSourcePermissionBasedAccessController(ConfigurationSource, String, Set<String>) - Constructor for class io.inverno.mod.security.accesscontrol.ConfigurationSourcePermissionBasedAccessController
Creates a permission based access controller backed by a configuration source for the specified username and set of roles.
ConfigurationSourcePermissionBasedAccessController(ConfigurationSource, String, Set<String>, String) - Constructor for class io.inverno.mod.security.accesscontrol.ConfigurationSourcePermissionBasedAccessController
Creates a permission based access controller backed by a configuration source for the specified username and set of roles.
ConfigurationSourcePermissionBasedAccessControllerResolver - Class in io.inverno.mod.security.accesscontrol
Resolves a configuration source permission based access controller from a PrincipalAuthentication.
ConfigurationSourcePermissionBasedAccessControllerResolver(ConfigurationSource) - Constructor for class io.inverno.mod.security.accesscontrol.ConfigurationSourcePermissionBasedAccessControllerResolver
Creates permission based access controller resolver with the specified configuration source.
ConfigurationSourcePermissionBasedAccessControllerResolver(ConfigurationSource, String) - Constructor for class io.inverno.mod.security.accesscontrol.ConfigurationSourcePermissionBasedAccessControllerResolver
Creates permission based access controller resolver with the specified configuration source.
ConfigurationUpdate<A,B> - Interface in io.inverno.mod.configuration
A configuration update is used to set or update configuration properties in a configurable configuration source.
ConfigurationUpdate.SpecialValue - Enum Class in io.inverno.mod.configuration
Defines constants used to set special values.
ConfigurationUpdateResult - Interface in io.inverno.mod.configuration
Represents a single update result.
configure(WebExchange<? extends A>) - Method in interface io.inverno.mod.web.client.WebExchange.Configurer
Configures the specified exchange.
configure(WebRouteInterceptor<A>) - Method in interface io.inverno.mod.web.client.WebRouteInterceptor.Configurer
Configures error Web route interceptors.
configure(Web2SocketExchange<? extends A>) - Method in interface io.inverno.mod.web.client.ws.Web2SocketExchange.Configurer
Configures the specified WebSocket exchange.
configure(ErrorWebRouteInterceptor<A>) - Method in interface io.inverno.mod.web.server.ErrorWebRouteInterceptor.Configurer
Configures error Web route interceptors.
configure(ErrorWebRouter<A>) - Method in interface io.inverno.mod.web.server.ErrorWebRouter.Configurer
Configures error Web routes.
configure(ErrorWebRouter<A>) - Method in class io.inverno.mod.web.server.WhiteLabelErrorRoutesConfigurer
 
configure(WebRouteInterceptor<A>) - Method in interface io.inverno.mod.web.server.WebRouteInterceptor.Configurer
Configures error Web route interceptors.
configure(WebRouter<A>) - Method in class io.inverno.mod.web.server.OpenApiRoutesConfigurer
 
configure(WebRouter<A>) - Method in class io.inverno.mod.web.server.WebJarsRoutesConfigurer
 
configure(WebRouter<A>) - Method in interface io.inverno.mod.web.server.WebRouter.Configurer
Configures routes.
configure(WebServer.Configurer<? super A>) - Method in interface io.inverno.mod.web.server.WebServer
Configures the Web server.
configure(WebServer.Configurer<? super A>) - Method in interface io.inverno.mod.web.server.WebServer.Intercepted
 
configure(WebServer<A>) - Method in interface io.inverno.mod.web.server.WebServer.Configurer
Configures interceptors and routes in a Web server.
configure(List<WebServer.Configurer<? super A>>) - Method in interface io.inverno.mod.web.server.WebServer
Configures the Web server.
configure(List<WebServer.Configurer<? super A>>) - Method in interface io.inverno.mod.web.server.WebServer.Intercepted
 
configureAbsentsAsNulls(boolean) - Method in class io.inverno.mod.boot.json.InvernoBaseModule
 
configureErrorInterceptors(ErrorWebRouteInterceptor.Configurer<? super A>) - Method in interface io.inverno.mod.web.server.ErrorWebRouteInterceptor
Configures multiple error Web route interceptors.
configureErrorInterceptors(ErrorWebRouteInterceptor.Configurer<? super A>) - Method in interface io.inverno.mod.web.server.WebServer
 
configureErrorInterceptors(List<ErrorWebRouteInterceptor.Configurer<? super A>>) - Method in interface io.inverno.mod.web.server.ErrorWebRouteInterceptor
Configures multiple error Web route interceptors.
configureErrorInterceptors(List<ErrorWebRouteInterceptor.Configurer<? super A>>) - Method in interface io.inverno.mod.web.server.WebServer
 
configureErrorRoutes(ErrorWebRouter.Configurer<? super A>) - Method in interface io.inverno.mod.web.server.ErrorWebRouter
Configures multiple error Web routes and returns the originating error Web router.
configureErrorRoutes(ErrorWebRouter.Configurer<? super A>) - Method in interface io.inverno.mod.web.server.WebServer
 
configureErrorRoutes(ErrorWebRouter.Configurer<? super A>) - Method in interface io.inverno.mod.web.server.WebServer.Intercepted
 
configureErrorRoutes(List<ErrorWebRouter.Configurer<? super A>>) - Method in interface io.inverno.mod.web.server.ErrorWebRouter
Configures multiple error Web routes and returns the originating error Web router.
configureErrorRoutes(List<ErrorWebRouter.Configurer<? super A>>) - Method in interface io.inverno.mod.web.server.WebServer
 
configureErrorRoutes(List<ErrorWebRouter.Configurer<? super A>>) - Method in interface io.inverno.mod.web.server.WebServer.Intercepted
 
configureInterceptors(WebRouteInterceptor.Configurer<? super A>) - Method in interface io.inverno.mod.web.client.WebClient
 
configureInterceptors(WebRouteInterceptor.Configurer<? super A>) - Method in interface io.inverno.mod.web.client.WebRouteInterceptor
Configures multiple Web route interceptors.
configureInterceptors(WebRouteInterceptor.Configurer<? super A>) - Method in interface io.inverno.mod.web.server.WebRouteInterceptor
Configures multiple Web route interceptors.
configureInterceptors(WebRouteInterceptor.Configurer<? super A>) - Method in interface io.inverno.mod.web.server.WebServer
 
configureInterceptors(List<WebRouteInterceptor.Configurer<? super A>>) - Method in interface io.inverno.mod.web.client.WebClient
 
configureInterceptors(List<WebRouteInterceptor.Configurer<? super A>>) - Method in interface io.inverno.mod.web.client.WebRouteInterceptor
Configures multiple Web route interceptors.
configureInterceptors(List<WebRouteInterceptor.Configurer<? super A>>) - Method in interface io.inverno.mod.web.server.WebRouteInterceptor
Configures multiple Web route interceptors.
configureInterceptors(List<WebRouteInterceptor.Configurer<? super A>>) - Method in interface io.inverno.mod.web.server.WebServer
 
configureRoutes(WebRouter.Configurer<? super A>) - Method in interface io.inverno.mod.web.server.WebRouter
Configures multiple Web routes or WebSocket routes and returns the originating Web router.
configureRoutes(WebRouter.Configurer<? super A>) - Method in interface io.inverno.mod.web.server.WebServer
 
configureRoutes(WebRouter.Configurer<? super A>) - Method in interface io.inverno.mod.web.server.WebServer.Intercepted
 
configureRoutes(List<WebRouter.Configurer<? super A>>) - Method in interface io.inverno.mod.web.server.WebRouter
Configures multiple Web routes or WebSocket routes and returns the originating Web router.
configureRoutes(List<WebRouter.Configurer<? super A>>) - Method in interface io.inverno.mod.web.server.WebServer
 
configureRoutes(List<WebRouter.Configurer<? super A>>) - Method in interface io.inverno.mod.web.server.WebServer.Intercepted
 
CONFLICT - Enum constant in enum class io.inverno.mod.http.base.Status
CONNECT - Enum constant in enum class io.inverno.mod.http.base.Method
connect_timeout() - Method in interface io.inverno.mod.base.net.NetClientConfiguration
The connection timeout in milliseconds.
connect_timeout(Integer) - Method in class io.inverno.mod.boot.BootNetClientConfigurationLoader.Configurator
 
connection(Function<RedisOperations<A, B>, Publisher<T>>) - Method in interface io.inverno.mod.redis.RedisClient
Executes queries on a single connection.
connection(Function<SqlOperations, Publisher<T>>) - Method in interface io.inverno.mod.sql.SqlClient
Executes the specified function within a single connection.
connection(Function<SqlOperations, Publisher<T>>) - Method in class io.inverno.mod.sql.vertx.ConnectionSqlClient
Executes the specified function in the scope of the connection but does not close the connection when the returned publisher terminates.
connection(Function<SqlOperations, Publisher<T>>) - Method in class io.inverno.mod.sql.vertx.PooledClientSqlClient
 
connection(Function<SqlOperations, Publisher<T>>) - Method in class io.inverno.mod.sql.vertx.PoolSqlClient
 
ConnectionResetException - Exception Class in io.inverno.mod.http.client
Thrown when a connection is reset by the peer.
ConnectionResetException() - Constructor for exception class io.inverno.mod.http.client.ConnectionResetException
Creates a Connection reset exception.
ConnectionResetException(String) - Constructor for exception class io.inverno.mod.http.client.ConnectionResetException
Creates a Connection reset exception.
ConnectionResetException(String, Throwable) - Constructor for exception class io.inverno.mod.http.client.ConnectionResetException
Creates a Connection reset exception.
ConnectionResetException(Throwable) - Constructor for exception class io.inverno.mod.http.client.ConnectionResetException
Creates a Connection reset exception.
ConnectionSqlClient - Class in io.inverno.mod.sql.vertx
A Vert.x connection SQL client wrapper.
ConnectionSqlClient(SqlConnection) - Constructor for class io.inverno.mod.sql.vertx.ConnectionSqlClient
Creates a SQL client with the specified Vert.x SQL connection.
ConnectionTimeoutException - Exception Class in io.inverno.mod.http.client
Thrown when a connection has timed out.
ConnectionTimeoutException() - Constructor for exception class io.inverno.mod.http.client.ConnectionTimeoutException
Creates a Connection timeout exception.
ConnectionTimeoutException(String) - Constructor for exception class io.inverno.mod.http.client.ConnectionTimeoutException
Creates a Connection timeout exception.
ConnectionTimeoutException(String, Throwable) - Constructor for exception class io.inverno.mod.http.client.ConnectionTimeoutException
Creates a Connection timeout exception.
ConnectionTimeoutException(Throwable) - Constructor for exception class io.inverno.mod.http.client.ConnectionTimeoutException
Creates a Connection timeout exception.
consolidate_cache_size() - Method in interface io.inverno.mod.base.net.NetAddressResolverConfiguration
The maximum size of the cache that is used to consolidate lookups for different hostnames when in-flight.
consolidate_cache_size(int) - Method in class io.inverno.mod.boot.BootNetAddressResolverConfigurationLoader.Configurator
 
consume(String) - Method in interface io.inverno.mod.web.client.WebRouteInterceptorManager
Specifies the media range as defined by RFC 7231 Section 5.3.2 matching the content types consumed (i.e. accepted) by a Web exchange to be intercepted.
consume(String) - Method in interface io.inverno.mod.web.server.ErrorWebRouteInterceptorManager
Specifies the media range as defined by RFC 7231 Section 5.3.2 defining the content types accepted by an error Web route to be intercepted.
consume(String) - Method in interface io.inverno.mod.web.server.ErrorWebRouteManager
Specifies the media range as defined by RFC 7231 Section 5.3.2 defining the content types accepted by an error Web exchange to be processed by the route.
consume(String) - Method in interface io.inverno.mod.web.server.WebRouteInterceptorManager
Specifies the media range as defined by RFC 7231 Section 5.3.2 defining the content types accepted by a Web route to be intercepted.
consume(String) - Method in interface io.inverno.mod.web.server.WebRouteManager
Specifies the media range as defined by RFC 7231 Section 5.3.2 defining the content types accepted by a Web exchange to be processed by the route.
consumer(A) - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXpendingExtendedBuilder
 
consumes() - Element in annotation interface io.inverno.mod.web.client.annotation.WebRoute
The list of media ranges that the request accepts from the server in the response as defined by RFC 7231 Section 5.3.2.
consumes() - Element in annotation interface io.inverno.mod.web.server.annotation.WebRoute
The list of media ranges that the content type of a request must match to be served by the route as defined by RFC 7231 Section 5.3.2.
containerize() - Method in interface io.inverno.tool.buildtools.PackageApplicationTask
Creates a containerize task.
containerize(Consumer<ContainerizeTask>) - Method in interface io.inverno.tool.buildtools.PackageApplicationTask
Creates and configures a containerize task.
ContainerizeTask - Interface in io.inverno.tool.buildtools
A task for creating container images of the project application.
ContainerizeTask.ContainerImage - Interface in io.inverno.tool.buildtools
Represents the generated container image.
ContainerizeTask.Format - Enum Class in io.inverno.tool.buildtools
Describes the format of the image to generate.
ContainerizeTask.Target - Enum Class in io.inverno.tool.buildtools
Describes where to generate the container image.
contains(CharSequence) - Method in interface io.inverno.mod.grpc.base.GrpcInboundMetadata
Determines whether a metadata with the specified name is present.
contains(CharSequence) - Method in interface io.inverno.mod.http.base.InboundHeaders
Determines whether a header with the specified name is present.
contains(CharSequence, CharSequence) - Method in interface io.inverno.mod.grpc.base.GrpcInboundMetadata
Determines whether a metadata with the specified name and value is present.
contains(CharSequence, CharSequence) - Method in interface io.inverno.mod.http.base.InboundHeaders
Determines whether a header with the specified name and value is present.
contains(String) - Method in interface io.inverno.mod.http.base.InboundCookies
Determines whether a cookie with the specified name is present.
contains(String) - Method in interface io.inverno.mod.http.base.InboundSetCookies
Determines whether a set-cookie with the specified name is present.
contains(String) - Method in interface io.inverno.mod.http.base.QueryParameters
Determines whether a parameter with the specified name is present.
containsBinary(CharSequence) - Method in interface io.inverno.mod.grpc.base.GrpcInboundMetadata
Determines whether a binary metadata with the specified name is present.
containsBinary(CharSequence, T) - Method in interface io.inverno.mod.grpc.base.GrpcInboundMetadata
Determines whether a binary metadata with the specified name and value is present.
contentLength(long) - Method in interface io.inverno.mod.http.base.OutboundRequestHeaders
Sets the request content length.
contentLength(long) - Method in interface io.inverno.mod.http.base.OutboundResponseHeaders
Sets the response content length.
ContentRoute<A> - Interface in io.inverno.mod.http.base.router
A content route.
ContentRoute.Extractor<A,B,C> - Interface in io.inverno.mod.http.base.router
A content route extractor.
ContentRoute.Manager<A,B,C,D,E> - Interface in io.inverno.mod.http.base.router
A content route manager.
ContentRoutingLink<A,B,C,D> - Class in io.inverno.mod.http.base.router.link
A RoutingLink implementation resolving resources by matching the content type in an input.
ContentRoutingLink() - Constructor for class io.inverno.mod.http.base.router.link.ContentRoutingLink
Creates a terminal content routing link.
ContentRoutingLink(Supplier<RoutingLink<A, B, C, D>>) - Constructor for class io.inverno.mod.http.base.router.link.ContentRoutingLink
Creates a content routing link in a routing chain.
contentType() - Element in annotation interface io.inverno.mod.web.client.annotation.PartParam
Specifies the content type of the body part.
contentType(String) - Method in interface io.inverno.mod.http.base.OutboundRequestHeaders
Sets the request content type header field value.
contentType(String) - Method in interface io.inverno.mod.http.base.OutboundResponseHeaders
Sets the response content type header field value.
contentType(String) - Method in interface io.inverno.mod.http.base.router.ContentRoute.Extractor
Sets the extractor to extract routes defined to accept the specified content.
contentType(String) - Method in interface io.inverno.mod.http.base.router.ContentRoute.Manager
Specifies the media range matching the content type of an input.
contentType(String) - Method in interface io.inverno.mod.security.jose.JOSEHeaderConfigurator
Specifies the media type of the JOSE object payload.
context() - Method in interface io.inverno.mod.grpc.base.GrpcBaseExchange
Returns the context attached to the exchange.
context() - Method in interface io.inverno.mod.http.base.BaseExchange
Returns the context attached to the exchange.
context() - Method in interface io.inverno.mod.http.base.ws.BaseWebSocketExchange
Returns the context attached to the exchange.
continuation(ByteBuf, boolean) - Method in interface io.inverno.mod.http.base.ws.WebSocketFrame.Factory
Creates a continuation frame with the specified payload data.
CONTINUATION - Enum constant in enum class io.inverno.mod.http.base.ws.WebSocketFrame.Kind
Indicates a CONTINUATION data frame.
CONTINUE - Enum constant in enum class io.inverno.mod.http.base.Status
ContinueInterceptor<A> - Class in io.inverno.mod.web.server
A Web exchange interceptor that sends an interim 100 Continue response to the client on requests that contain expect: 100-continue HTTP header as defined by RFC 7231 Section 5.1.1.
ContinueInterceptor() - Constructor for class io.inverno.mod.web.server.ContinueInterceptor
 
controller() - Method in class io.inverno.mod.http.server.Server
 
Converter<A,B> - Interface in io.inverno.mod.base.converter
A converter decodes and encodes between two types of object.
ConverterException - Exception Class in io.inverno.mod.base.converter
Thrown to indicate that a conversion operation failed.
ConverterException() - Constructor for exception class io.inverno.mod.base.converter.ConverterException
Creates a converter exception.
ConverterException(String) - Constructor for exception class io.inverno.mod.base.converter.ConverterException
Creates a converter exception with the specified message.
ConverterException(String, Throwable) - Constructor for exception class io.inverno.mod.base.converter.ConverterException
Creates a converter exception with the specified message and cause.
ConverterException(String, Throwable, boolean, boolean) - Constructor for exception class io.inverno.mod.base.converter.ConverterException
Creates a converter exception with the specified message, cause, suppression enabled or disabled and writable stack trace enabled or disabled.
ConverterException(Throwable) - Constructor for exception class io.inverno.mod.base.converter.ConverterException
Creates a converter exception with the specified cause.
Convertible<A> - Interface in io.inverno.mod.base.converter
Represents a value of a given type that can be converted.
Cookie - Interface in io.inverno.mod.http.base.header
Represents an HTTP cookie as defined by RFC 6265 Section 4.2
cookieName - Variable in class io.inverno.mod.security.http.csrf.CSRFDoubleSubmitCookieInterceptor.Builder
The cookie name.
cookieName - Variable in class io.inverno.mod.security.http.csrf.CSRFDoubleSubmitCookieInterceptor
The cookie name.
cookieName(String) - Method in class io.inverno.mod.security.http.csrf.CSRFDoubleSubmitCookieInterceptor.Builder
Specifies the name of the CSRF token cookie.
CookieParam - Annotation Interface in io.inverno.mod.web.base.annotation
Binds the value of an HTTP cookie to a Web route method parameter whose name indicates the name of the cookie.
CookieParameter - Interface in io.inverno.mod.http.base.header
A cookie with parameter's conversion capabilities.
cookies() - Method in interface io.inverno.mod.http.base.InboundRequestHeaders
Returns the cookies defined in the request.
cookies() - Method in interface io.inverno.mod.http.base.InboundResponseHeaders
Returns the set-cookies defined in the response.
cookies(Consumer<OutboundCookies>) - Method in interface io.inverno.mod.http.base.OutboundRequestHeaders
Sets the request cookies.
cookies(Consumer<OutboundSetCookies>) - Method in interface io.inverno.mod.http.base.OutboundResponseHeaders
Sets the response set-cookies.
CookieTokenCredentialsExtractor - Class in io.inverno.mod.security.http.token
A credentials extractor that extracts a token credentials stored in an HTTP cookie.
CookieTokenCredentialsExtractor() - Constructor for class io.inverno.mod.security.http.token.CookieTokenCredentialsExtractor
Creates a cookie token credentials extractor with the default token cookie name.
CookieTokenCredentialsExtractor(String) - Constructor for class io.inverno.mod.security.http.token.CookieTokenCredentialsExtractor
Creates a cookie token credentials extractor with the specified token cookie name.
CookieTokenLoginSuccessHandler<A,B,C> - Class in io.inverno.mod.security.http.token
A login success handler that sets a token cookie in the response using the token value specified in the token authentication resulting from the login authentication.
CookieTokenLoginSuccessHandler() - Constructor for class io.inverno.mod.security.http.token.CookieTokenLoginSuccessHandler
Creates a cookie token login success handler with default path and token cookie name.
CookieTokenLoginSuccessHandler(String) - Constructor for class io.inverno.mod.security.http.token.CookieTokenLoginSuccessHandler
Creates a cookie token login success handler with the specified path and the default token cookie name.
CookieTokenLoginSuccessHandler(String, String) - Constructor for class io.inverno.mod.security.http.token.CookieTokenLoginSuccessHandler
Creates a cookie token login success handler with specified path and token cookie name.
CookieTokenLogoutSuccessHandler<A,B,C,D,E> - Class in io.inverno.mod.security.http.token
A logout success handler that removes the token cookie.
CookieTokenLogoutSuccessHandler() - Constructor for class io.inverno.mod.security.http.token.CookieTokenLogoutSuccessHandler
Creates a cookie token logout success handler with default path and token cookie name.
CookieTokenLogoutSuccessHandler(String) - Constructor for class io.inverno.mod.security.http.token.CookieTokenLogoutSuccessHandler
Creates a cookie token logout success handler with the specified path and the default token cookie name.
CookieTokenLogoutSuccessHandler(String, String) - Constructor for class io.inverno.mod.security.http.token.CookieTokenLogoutSuccessHandler
Creates a cookie token logout success handler with specified path and token cookie name.
copy() - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations
COPY source destination [DB destination-db] [REPLACE]
copy() - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyMigrateBuilder
 
copy(A, A) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations
COPY source destination
copyright(String) - Method in interface io.inverno.tool.buildtools.PackageApplicationTask
Sets the copypright for the application.
CORSInterceptor<A,B> - Class in io.inverno.mod.security.http.cors
A security interceptor that implements Cross-origin resource sharing (CORS) as defined by HTTP CORS protocol.
CORSInterceptor(Set<CORSInterceptor.Origin>, Set<Pattern>, boolean, Set<String>, Set<Method>, Set<String>, Integer, boolean) - Constructor for class io.inverno.mod.security.http.cors.CORSInterceptor
Creates a CORS interceptor.
CORSInterceptor.Builder - Class in io.inverno.mod.security.http.cors
A CORS interceptor builder.
CORSInterceptor.Origin - Class in io.inverno.mod.security.http.cors
Represents an origin composed of a scheme, a host and a port.
count(long) - Method in interface io.inverno.mod.redis.operations.AbstractScanBuilder
 
count(long) - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.AbstractGeoradiusBuilder
 
count(long) - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.AbstractGeosearchBuilder
 
count(long) - Method in interface io.inverno.mod.redis.operations.RedisListReactiveOperations.AbstractListLmpopBuilder
 
count(long) - Method in interface io.inverno.mod.redis.operations.RedisSortedSetReactiveOperations.AbstractSortedSetZmpopBuilder
 
count(long) - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXautoclaimBuilder
 
count(long) - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXreadBuilder
 
count(long) - Method in interface io.inverno.mod.redis.operations.RedisStreamReactiveOperations.StreamXreadgroupBuilder
 
countany(long) - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.AbstractGeoradiusBuilder
 
countany(long) - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.AbstractGeosearchBuilder
 
CPropsFileConfigurationSource - Class in io.inverno.mod.configuration.source
A configuration source that looks up properties in a configuration properties file following the .cprops file format.
CPropsFileConfigurationSource(Resource) - Constructor for class io.inverno.mod.configuration.source.CPropsFileConfigurationSource
Creates a .cprops file configuration source with the specified resource
CPropsFileConfigurationSource(Resource, SplittablePrimitiveDecoder<String>) - Constructor for class io.inverno.mod.configuration.source.CPropsFileConfigurationSource
Creates a .cprops file configuration source with the specified resource and string value decoder.
CPropsFileConfigurationSource(InputStream) - Constructor for class io.inverno.mod.configuration.source.CPropsFileConfigurationSource
Creates a .cprops file configuration source with the specified input stream.
CPropsFileConfigurationSource(InputStream, SplittablePrimitiveDecoder<String>) - Constructor for class io.inverno.mod.configuration.source.CPropsFileConfigurationSource
Creates a .cprops file configuration source with the specified input stream and string value decoder.
CPropsFileConfigurationSource(Path) - Constructor for class io.inverno.mod.configuration.source.CPropsFileConfigurationSource
Creates a .cprops file configuration source with the file at the specified path.
CPropsFileConfigurationSource(Path, SplittablePrimitiveDecoder<String>) - Constructor for class io.inverno.mod.configuration.source.CPropsFileConfigurationSource
Creates a .cprops file configuration source with the file at the specified path and the specified string value decoder.
CR - Static variable in interface io.inverno.mod.http.base.header.HeaderCodec
Carriage return
create() - Method in class io.inverno.core.v1.Module.Bean
Creates the underlying bean instance
create() - Method in class io.inverno.mod.base.Scope
Creates a scoped instance.
create() - Method in interface io.inverno.mod.http.server.ResponseBody.Sse.EventFactory
Creates an empty server-sent event.
create(String, T) - Method in interface io.inverno.mod.http.base.Parameter.Factory
Creates a parameter with the specified name and value.
create(String, T, Class<T>) - Method in interface io.inverno.mod.http.base.Parameter.Factory
Creates a parameter with the specified name and value.
create(String, T, Type) - Method in interface io.inverno.mod.http.base.Parameter.Factory
Creates a parameter with the specified name and value.
create(Collection<A>) - Method in interface io.inverno.mod.discovery.TrafficLoadBalancer.Factory
Creates a traffic load balancer that load balances the specified collection of service instances.
create(Collection<HttpServiceInstance>) - Method in class io.inverno.mod.discovery.http.LeastRequestTrafficLoadBalancer.Factory
 
create(Collection<HttpServiceInstance>) - Method in class io.inverno.mod.discovery.http.MinLoadFactorTrafficLoadBalancer.Factory
 
create(Consumer<B>) - Method in interface io.inverno.mod.http.server.ResponseBody.Sse.EventFactory
Creates a server-sent event with the specified configurer.
createAuthenticated(B) - Method in class io.inverno.mod.security.authentication.AbstractPrincipalAuthenticator
Creates an authenticated authentication resulting from a successful authentication using the resolved trusted credentials.
createAuthenticated(B) - Method in class io.inverno.mod.security.authentication.PrincipalAuthenticator
 
createAuthenticated(C) - Method in class io.inverno.mod.security.authentication.user.UserAuthenticator
 
createChallenge(SecurityException) - Method in class io.inverno.mod.security.http.basic.BasicAuthenticationErrorInterceptor
 
createChallenge(SecurityException) - Method in class io.inverno.mod.security.http.digest.DigestAuthenticationErrorInterceptor
 
createChallenge(SecurityException) - Method in class io.inverno.mod.security.http.HttpAuthenticationErrorInterceptor
Creates the challenge to send to the requester.
createCipher(A) - Method in interface io.inverno.mod.security.jose.jwa.JWAAlgorithm
Creates a cipher from the algorithm.
createCipher(ECJWK) - Method in enum class io.inverno.mod.security.jose.jwa.ECAlgorithm
 
createCipher(JWK) - Method in enum class io.inverno.mod.security.jose.jwa.NoAlgorithm
 
createCipher(OCTJWK) - Method in enum class io.inverno.mod.security.jose.jwa.OCTAlgorithm
 
createCipher(EdECJWK) - Method in enum class io.inverno.mod.security.jose.jwa.EdECAlgorithm
 
createCipher(XECJWK) - Method in enum class io.inverno.mod.security.jose.jwa.XECAlgorithm
 
createCipher(PBES2JWK) - Method in enum class io.inverno.mod.security.jose.jwa.PBES2Algorithm
 
createCipher(RSAJWK) - Method in enum class io.inverno.mod.security.jose.jwa.RSAAlgorithm
 
createClient(SocketAddress) - Method in interface io.inverno.mod.base.net.NetService
Creates a client bootstrap that will connect to the specified address with all available threads.
createClient(SocketAddress, int) - Method in interface io.inverno.mod.base.net.NetService
Creates a client bootstrap that will connect to the specified address with amount of threads.
createClient(SocketAddress, NetClientConfiguration) - Method in interface io.inverno.mod.base.net.NetService
Creates a client bootstrap that will connect to the specified address with the specified configuration and all available threads.
createClient(SocketAddress, NetClientConfiguration, int) - Method in interface io.inverno.mod.base.net.NetService
Creates a client bootstrap that will connect to the specified address with the specified configuration and amount of threads.
createContext() - Method in interface io.inverno.mod.http.server.ServerController
Creates the context that is eventually attached to the exchange.
CREATED - Enum constant in enum class io.inverno.mod.http.base.Status
createDecoder(InboundData<ByteBuf>, String, Class<T>) - Method in interface io.inverno.mod.web.base.DataConversionService
Creates an inbound data decoder.
createDecoder(InboundData<ByteBuf>, String, Type) - Method in interface io.inverno.mod.web.base.DataConversionService
Creates an inbound data decoder.
createDefaultingStrategy() - Method in interface io.inverno.mod.configuration.source.CompositeConfigurationStrategy
Returns the defaulting strategy that must be applied to sources before executing queries.
createDenied(A, AuthenticationException) - Method in class io.inverno.mod.security.authentication.AbstractPrincipalAuthenticator
Creates a denied authentication resulting from a failed authentication.
createDenied(A, AuthenticationException) - Method in class io.inverno.mod.security.authentication.PrincipalAuthenticator
 
createDenied(A, AuthenticationException) - Method in class io.inverno.mod.security.authentication.user.UserAuthenticator
 
createEncoder(OutboundData<ByteBuf>, String) - Method in interface io.inverno.mod.web.base.DataConversionService
Creates an outbound data encoder.
createEncoder(OutboundData<ByteBuf>, String, Class<T>) - Method in interface io.inverno.mod.web.base.DataConversionService
Creates an outbound data encoder.
createEncoder(OutboundData<ByteBuf>, String, Type) - Method in interface io.inverno.mod.web.base.DataConversionService
Creates an outbound data encoder.
createIoEventLoopGroup() - Method in interface io.inverno.mod.base.concurrent.Reactor
Creates an IO event loop group with all available threads.
createIoEventLoopGroup(int) - Method in interface io.inverno.mod.base.concurrent.Reactor
Creates an IO event loop group with the specified amount of threads.
createKeyManager(A) - Method in interface io.inverno.mod.security.jose.jwa.JWAAlgorithm
Creates a key manager from the algorithm.
createKeyManager(ECJWK) - Method in enum class io.inverno.mod.security.jose.jwa.ECAlgorithm
 
createKeyManager(JWK) - Method in enum class io.inverno.mod.security.jose.jwa.NoAlgorithm
 
createKeyManager(OCTJWK) - Method in enum class io.inverno.mod.security.jose.jwa.OCTAlgorithm
 
createKeyManager(EdECJWK) - Method in enum class io.inverno.mod.security.jose.jwa.EdECAlgorithm
 
createKeyManager(XECJWK) - Method in enum class io.inverno.mod.security.jose.jwa.XECAlgorithm
 
createKeyManager(PBES2JWK) - Method in enum class io.inverno.mod.security.jose.jwa.PBES2Algorithm
 
createKeyManager(RSAJWK) - Method in enum class io.inverno.mod.security.jose.jwa.RSAAlgorithm
 
createLink() - Method in class io.inverno.mod.http.base.router.RoutingLink
Creates a link.
createRoute(A, boolean) - Method in class io.inverno.mod.http.base.router.AbstractRouter
Creates a route.
createRouteExtractor() - Method in class io.inverno.mod.http.base.router.AbstractRouter
Creates a route extractor.
createRouteManager() - Method in class io.inverno.mod.http.base.router.AbstractRouter
Creates a route manager.
createServer(SocketAddress) - Method in interface io.inverno.mod.base.net.NetService
Creates a server bootstrap that will bind to the specified address with all available threads.
createServer(SocketAddress, int) - Method in interface io.inverno.mod.base.net.NetService
Creates a server bootstrap that will bind to the specified address with the specified amount of threads.
createServer(SocketAddress, NetServerConfiguration) - Method in interface io.inverno.mod.base.net.NetService
Creates a server bootstrap that will bind to the specified address with the specified configuration and all available threads.
createServer(SocketAddress, NetServerConfiguration, int) - Method in interface io.inverno.mod.base.net.NetService
Creates a server bootstrap that will bind to the specified address with the specified server configuration and amount of threads.
createService(ServiceID, Mono<D>) - Method in class io.inverno.mod.discovery.AbstractConfigurationDiscoveryService
Creates a service from service descriptor.
createServiceInstance(ServiceID, C, InetSocketAddress) - Method in class io.inverno.mod.discovery.AbstractDnsDiscoveryService
Creates a service instance from the specified resolved Inet Socket Address.
createSigner(A) - Method in interface io.inverno.mod.security.jose.jwa.JWAAlgorithm
Creates a signer from the algorithm.
createSigner(ECJWK) - Method in enum class io.inverno.mod.security.jose.jwa.ECAlgorithm
 
createSigner(JWK) - Method in enum class io.inverno.mod.security.jose.jwa.NoAlgorithm
 
createSigner(OCTJWK) - Method in enum class io.inverno.mod.security.jose.jwa.OCTAlgorithm
 
createSigner(EdECJWK) - Method in enum class io.inverno.mod.security.jose.jwa.EdECAlgorithm
 
createSigner(XECJWK) - Method in enum class io.inverno.mod.security.jose.jwa.XECAlgorithm
 
createSigner(PBES2JWK) - Method in enum class io.inverno.mod.security.jose.jwa.PBES2Algorithm
 
createSigner(RSAJWK) - Method in enum class io.inverno.mod.security.jose.jwa.RSAAlgorithm
 
createUnresolvedAddress(ServiceID) - Method in class io.inverno.mod.discovery.AbstractDnsDiscoveryService
Returns the unresolved Inet Socket Address deduced from the specified service ID.
createUser(B) - Method in class io.inverno.mod.security.authentication.user.InMemoryUserRepository
 
createUser(B) - Method in class io.inverno.mod.security.authentication.user.RedisUserRepository
 
createUser(B) - Method in interface io.inverno.mod.security.authentication.user.UserRepository
Creates a user.
createWebSocketDecodingInbound(BaseWebSocketExchange.Inbound, String) - Method in interface io.inverno.mod.web.base.DataConversionService
Creates a decoding WebSocket inbound.
createWebSocketEncodingOutbound(BaseWebSocketExchange.Outbound, String) - Method in interface io.inverno.mod.web.base.DataConversionService
Creates an encoding WebSocket outbound.
CREATION_DATE - Static variable in interface io.inverno.mod.http.base.header.Headers.ContentDisposition
Creation-date parameter
Credentials - Interface in io.inverno.mod.security.authentication
Credentials represents the data required by an entity to get access to protected services or resources.
CredentialsExtractor<A> - Interface in io.inverno.mod.security.http
A credentials extractor is used to extract credentials from an exchange, typically the request.
credentialsMatcher - Variable in class io.inverno.mod.security.authentication.AbstractPrincipalAuthenticator
The credentials' matcher.
CredentialsMatcher<A,B> - Interface in io.inverno.mod.security.authentication
A credentials matcher can be used during an authentication to match two credentials, typically the one provided by the entity to authenticated and the one resolved from a trusted authority or repository.
CredentialsNotFoundException - Exception Class in io.inverno.mod.security.authentication
Thrown to indicate that credentials could be resolved by a CredentialsResolver.
CredentialsNotFoundException() - Constructor for exception class io.inverno.mod.security.authentication.CredentialsNotFoundException
Creates a credentials not found exception.
CredentialsNotFoundException(String) - Constructor for exception class io.inverno.mod.security.authentication.CredentialsNotFoundException
Creates a credentials not found exception with the specified message.
CredentialsNotFoundException(String, Throwable) - Constructor for exception class io.inverno.mod.security.authentication.CredentialsNotFoundException
Creates a credentials not found exception with the specified message and cause.
CredentialsNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class io.inverno.mod.security.authentication.CredentialsNotFoundException
Creates a credentials not found exception with the specified message, cause, suppression enabled or disabled and writable stack trace enabled or disabled.
CredentialsNotFoundException(Throwable) - Constructor for exception class io.inverno.mod.security.authentication.CredentialsNotFoundException
Creates a credentials not found exception with the specified cause.
credentialsResolver - Variable in class io.inverno.mod.security.authentication.AbstractPrincipalAuthenticator
The credentials' resolver.
CredentialsResolver<A> - Interface in io.inverno.mod.security.authentication
A credentials resolver is used to resolve credentials identified by a unique identifier from a trusted source.
critical(String...) - Method in interface io.inverno.mod.security.jose.JOSEHeaderConfigurator
Specifies the set of custom parameters that must be understood and processed.
CSRFDoubleSubmitCookieInterceptor<A,B> - Class in io.inverno.mod.security.http.csrf
A security interceptor that protects against Cross-site request forgery attack using the double submit cookie technique.
CSRFDoubleSubmitCookieInterceptor(String, String, String, Integer, String, String, Boolean, Boolean) - Constructor for class io.inverno.mod.security.http.csrf.CSRFDoubleSubmitCookieInterceptor
Creates a CSRF double submit cookie interceptor.
CSRFDoubleSubmitCookieInterceptor.Builder - Class in io.inverno.mod.security.http.csrf
A CSRF double submit cookie interceptor builder.
currency() - Static method in class io.inverno.mod.irt.Pipes
Returns a pipe which formats a number as an amount in the default locale currency.
currency(int, int, int) - Static method in class io.inverno.mod.irt.Pipes
Returns a pipe which formats a number as an amount in the default locale currency according to the specified limits.
currency(int, int, int, Locale) - Static method in class io.inverno.mod.irt.Pipes
Returns a pipe which formats a number as an amount in the specified locale currency according to the specified limits.
currency(String) - Static method in class io.inverno.mod.irt.Pipes
Returns a pipe which formats a number as an amount in the specified currency using default locale format.
currency(String, int, int, int) - Static method in class io.inverno.mod.irt.Pipes
Returns a pipe which formats a number as an amount in the specified currency using default locale format according to the specified limits.
currency(String, int, int, int, Locale) - Static method in class io.inverno.mod.irt.Pipes
Returns a pipe which formats a number as an amount in the specified currency using the specified locale format according to the specified limits.
currency(String, Locale) - Static method in class io.inverno.mod.irt.Pipes
Returns a pipe which formats a number as an amount in the specified currency using specified locale format.
currency(Currency) - Static method in class io.inverno.mod.irt.Pipes
Returns a pipe which formats a number as an amount in the specified currency using default locale format.
currency(Currency, int, int, int) - Static method in class io.inverno.mod.irt.Pipes
Returns a pipe which formats a number as an amount in the specified currency using default locale format according to the specified limits.
currency(Currency, int, int, int, Locale) - Static method in class io.inverno.mod.irt.Pipes
Returns a pipe which formats a number as an amount in the specified currency using the specified locale format according to the specified limits.
currency(Currency, Locale) - Static method in class io.inverno.mod.irt.Pipes
Returns a pipe which formats a number as an amount in the specified currency using the specified locale format.
currency(Locale) - Static method in class io.inverno.mod.irt.Pipes
Returns a pipe which formats a number as an amount in the specified locale currency.
currentOrErrorRoutingLink(Supplier<? extends Throwable>) - Method in class io.inverno.mod.http.base.router.RoutingLink
Returns a routing link wrapper that returns either the current resource (see RoutingLink.getCurrentResource()) or throw an exception if no resource has been defined.
curve(String) - Method in interface io.inverno.mod.security.jose.jwk.ec.ECJWKBuilder
Specifies the Elliptic curve JWA name.
curve(String) - Method in interface io.inverno.mod.security.jose.jwk.ec.ECJWKGenerator
Specifies the Elliptic curve JWA name.
curve(String) - Method in interface io.inverno.mod.security.jose.jwk.okp.OKPJWKBuilder
Specifies the Elliptic curve JWA name.
curve(String) - Method in interface io.inverno.mod.security.jose.jwk.okp.OKPJWKGenerator
Specifies the OKP curve JWA name.

D

D - Enum constant in enum class io.inverno.mod.security.authentication.password.Argon2Password.Encoder.HashType
Argon2d maximizes resistance to GPU cracking attacks.
DATA_LOSS - Enum constant in enum class io.inverno.mod.grpc.base.GrpcStatus
Unrecoverable data loss or corruption.
database() - Method in interface io.inverno.mod.redis.lettuce.LettuceRedisClientConfiguration
The database index.
database(int) - Method in class io.inverno.mod.redis.lettuce.LettuceRedisClientConfigurationLoader.Configurator
 
dataConversionService() - Method in class io.inverno.mod.web.base.Base
 
DataConversionService - Interface in io.inverno.mod.web.base
A data conversion that resolves the MediaTypeConverter to use to encode or decode content based on an HTTP message payload media type or a WebSocket subprotocol.
date(FormatStyle) - Static method in class io.inverno.mod.irt.Pipes
Returns a pipe which formats a temporal object (date, time, date-time...) as a date using the specified format style.
date(FormatStyle, Locale) - Static method in class io.inverno.mod.irt.Pipes
Returns a pipe which formats a temporal object (date, time, date-time...) as a date using the specified format style and locale.
dateTime(String) - Static method in class io.inverno.mod.irt.Pipes
Returns a pipe which formats a temporal object (date, time, date-time...) as a date-time using the specified pattern.
dateTime(String, ZoneId) - Static method in class io.inverno.mod.irt.Pipes
Returns a pipe which formats a temporal object (date, time, date-time...) as a date-time using the specified pattern and zone.
dateTime(String, ZoneId, Locale) - Static method in class io.inverno.mod.irt.Pipes
Returns a pipe which formats a temporal object (date, time, date-time...) as a date-time using the specified pattern, zone and locale.
dateTime(String, Locale) - Static method in class io.inverno.mod.irt.Pipes
Returns a pipe which formats a temporal object (date, time, date-time...) as a date-time using the specified pattern and locale.
dateTime(DateTimeFormatter) - Static method in class io.inverno.mod.irt.Pipes
Returns a pipe which formats a temporal object (date, time, date-time...) using the specified formatter.
dateTime(FormatStyle) - Static method in class io.inverno.mod.irt.Pipes
Returns a pipe which formats a temporal object (date, time, date-time...) as a date-time using the specified format style.
dateTime(FormatStyle, ZoneId) - Static method in class io.inverno.mod.irt.Pipes
Returns a pipe which formats a temporal object (date, time, date-time...) as a date-time using the specified format style and zone.
dateTime(FormatStyle, ZoneId, Locale) - Static method in class io.inverno.mod.irt.Pipes
Returns a pipe which formats a temporal object (date, time, date-time...) as a date-time using the specified format style, zone and locale.
dateTime(FormatStyle, Locale) - Static method in class io.inverno.mod.irt.Pipes
Returns a pipe which formats a temporal object (date, time, date-time...) as a date-time using the specified format style and locale.
db(long) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.KeyCopyBuilder
 
db_json_options() - Method in interface io.inverno.mod.sql.vertx.VertxSqlClientConfiguration
A JSON containing database connection options.
db_json_options(String) - Method in class io.inverno.mod.sql.vertx.VertxSqlClientConfigurationLoader.Configurator
 
db_password() - Method in interface io.inverno.mod.sql.vertx.VertxSqlClientConfiguration
The RDBMS password.
db_password(String) - Method in class io.inverno.mod.sql.vertx.VertxSqlClientConfigurationLoader.Configurator
 
db_uri() - Method in interface io.inverno.mod.sql.vertx.VertxSqlClientConfiguration
The URI to connect to the RDBMS.
db_uri(String) - Method in class io.inverno.mod.sql.vertx.VertxSqlClientConfigurationLoader.Configurator
 
db_user() - Method in interface io.inverno.mod.sql.vertx.VertxSqlClientConfiguration
The RDBMS user.
db_user(String) - Method in class io.inverno.mod.sql.vertx.VertxSqlClientConfigurationLoader.Configurator
 
DEADLINE_EXCEEDED - Enum constant in enum class io.inverno.mod.grpc.base.GrpcStatus
The deadline expired before the operation could complete.
DEB - Enum constant in enum class io.inverno.tool.buildtools.PackageApplicationTask.PackageType
Packages the application as a Debian package.
debug() - Method in interface io.inverno.tool.buildtools.ModularizeDependenciesTask
Creates a debug task.
debug(Consumer<DebugTask>) - Method in interface io.inverno.tool.buildtools.ModularizeDependenciesTask
Creates and configures a debug task.
DebugTask - Interface in io.inverno.tool.buildtools
Debugs the project in a separate process and wait for the application to stop.
decode(A, Class<T>) - Method in class io.inverno.mod.base.converter.CompositeConverter
 
decode(A, Type) - Method in class io.inverno.mod.base.converter.CompositeConverter
 
decode(From, Class<T>) - Method in class io.inverno.mod.base.converter.CompositeDecoder
 
decode(From, Class<T>) - Method in interface io.inverno.mod.base.converter.Decoder
Decodes the specified value to an object whose type is represented by the specified class.
decode(From, Type) - Method in class io.inverno.mod.base.converter.CompositeDecoder
 
decode(From, Type) - Method in interface io.inverno.mod.base.converter.Decoder
Decodes the specified value to an object of the specified type.
decode(ByteBuf, Class<T>) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
decode(ByteBuf, Class<T>) - Method in class io.inverno.mod.boot.converter.JsonByteBufMediaTypeConverter
 
decode(ByteBuf, Class<T>) - Method in class io.inverno.mod.boot.converter.NdJsonByteBufMediaTypeConverter
 
decode(ByteBuf, Class<T>) - Method in class io.inverno.mod.boot.converter.JacksonByteBufConverter
 
decode(ByteBuf, Type) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
decode(ByteBuf, Type) - Method in class io.inverno.mod.boot.converter.JsonByteBufMediaTypeConverter
 
decode(ByteBuf, Type) - Method in class io.inverno.mod.boot.converter.NdJsonByteBufMediaTypeConverter
 
decode(ByteBuf, Type) - Method in class io.inverno.mod.boot.converter.JacksonByteBufConverter
 
decode(ByteBuf, Charset) - Method in interface io.inverno.mod.http.base.header.HeaderService
Decodes the specified header field ByteBuf as defined by RFC 7230 Section 3.2 using the specified charset.
decode(Object, Class<T>) - Method in class io.inverno.mod.base.converter.ObjectDecoder
 
decode(Object, Type) - Method in class io.inverno.mod.base.converter.ObjectDecoder
 
decode(String) - Method in interface io.inverno.mod.http.base.header.HeaderService
Decodes the specified header field as defined by RFC 7230 Section 3.2.
decode(String, ByteBuf, Charset) - Method in interface io.inverno.mod.http.base.header.HeaderCodec
Decodes the specified raw value ByteBuf for the specified header name using the specified charset.
decode(String, ByteBuf, Charset) - Method in interface io.inverno.mod.http.base.header.HeaderService
Decodes the specified raw value ByteBuf for the specified header name using the specified charset.
decode(String, Class<T>) - Method in class io.inverno.mod.base.converter.StringConverter
 
decode(String, Class<T>) - Method in class io.inverno.mod.boot.converter.JacksonStringConverter
 
decode(String, Class<T>) - Method in class io.inverno.mod.boot.converter.JsonStringMediaTypeConverter
 
decode(String, Class<T>) - Method in class io.inverno.mod.boot.converter.NdJsonStringMediaTypeConverter
 
decode(String, Class<T>) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
decode(String, Type) - Method in class io.inverno.mod.base.converter.StringConverter
 
decode(String, Type) - Method in class io.inverno.mod.boot.converter.JacksonStringConverter
 
decode(String, Type) - Method in class io.inverno.mod.boot.converter.JsonStringMediaTypeConverter
 
decode(String, Type) - Method in class io.inverno.mod.boot.converter.NdJsonStringMediaTypeConverter
 
decode(String, Type) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
decode(String, String) - Method in interface io.inverno.mod.http.base.header.HeaderCodec
Decodes the specified raw header value for the specified header name.
decode(String, String) - Method in interface io.inverno.mod.http.base.header.HeaderService
Decodes the specified raw header value for the specified header name.
decode_idn() - Method in interface io.inverno.mod.base.net.NetAddressResolverConfiguration
Indicates whether domain or host names should be decoded to unicode when received as defined by RFC 3492.
decode_idn(boolean) - Method in class io.inverno.mod.boot.BootNetAddressResolverConfigurationLoader.Configurator
 
decodeBigDecimal(From) - Method in interface io.inverno.mod.base.converter.PrimitiveDecoder
Decodes to big decimal.
decodeBigDecimal(ByteBuf) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
decodeBigDecimal(Object) - Method in class io.inverno.mod.base.converter.ObjectDecoder
 
decodeBigDecimal(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
decodeBigDecimal(String) - Method in class io.inverno.mod.base.converter.StringConverter
 
decodeBigDecimal(String) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
decodeBigInteger(From) - Method in interface io.inverno.mod.base.converter.PrimitiveDecoder
Decodes to big integer.
decodeBigInteger(ByteBuf) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
decodeBigInteger(Object) - Method in class io.inverno.mod.base.converter.ObjectDecoder
 
decodeBigInteger(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
decodeBigInteger(String) - Method in class io.inverno.mod.base.converter.StringConverter
 
decodeBigInteger(String) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
decodeBinaryMessages(Class<A>) - Method in interface io.inverno.mod.web.base.ws.BaseWeb2SocketExchange.Inbound
Decodes inbound binary messages to the specified type.
decodeBinaryMessages(Type) - Method in interface io.inverno.mod.web.base.ws.BaseWeb2SocketExchange.Inbound
Decodes inbound binary messages to the specified type.
decodeBoolean(From) - Method in interface io.inverno.mod.base.converter.PrimitiveDecoder
Decodes to boolean.
decodeBoolean(ByteBuf) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
decodeBoolean(Object) - Method in class io.inverno.mod.base.converter.ObjectDecoder
 
decodeBoolean(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
decodeBoolean(String) - Method in class io.inverno.mod.base.converter.StringConverter
 
decodeBoolean(String) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
decodeByte(From) - Method in interface io.inverno.mod.base.converter.PrimitiveDecoder
Decodes to byte.
decodeByte(ByteBuf) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
decodeByte(Object) - Method in class io.inverno.mod.base.converter.ObjectDecoder
 
decodeByte(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
decodeByte(String) - Method in class io.inverno.mod.base.converter.StringConverter
 
decodeByte(String) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
decodeCharacter(From) - Method in interface io.inverno.mod.base.converter.PrimitiveDecoder
Decodes to character.
decodeCharacter(ByteBuf) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
decodeCharacter(Object) - Method in class io.inverno.mod.base.converter.ObjectDecoder
 
decodeCharacter(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
decodeCharacter(String) - Method in class io.inverno.mod.base.converter.StringConverter
 
decodeCharacter(String) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
decodeClass(From) - Method in interface io.inverno.mod.base.converter.PrimitiveDecoder
Decodes to class.
decodeClass(ByteBuf) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
decodeClass(Object) - Method in class io.inverno.mod.base.converter.ObjectDecoder
 
decodeClass(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
decodeClass(String) - Method in class io.inverno.mod.base.converter.StringConverter
 
decodeClass(String) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
decodeCurrency(From) - Method in interface io.inverno.mod.base.converter.PrimitiveDecoder
Decodes to currency.
decodeCurrency(ByteBuf) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
decodeCurrency(Object) - Method in class io.inverno.mod.base.converter.ObjectDecoder
 
decodeCurrency(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
decodeCurrency(String) - Method in class io.inverno.mod.base.converter.StringConverter
 
decodeCurrency(String) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
decodeDouble(From) - Method in interface io.inverno.mod.base.converter.PrimitiveDecoder
Decodes to double.
decodeDouble(ByteBuf) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
decodeDouble(Object) - Method in class io.inverno.mod.base.converter.ObjectDecoder
 
decodeDouble(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
decodeDouble(String) - Method in class io.inverno.mod.base.converter.StringConverter
 
decodeDouble(String) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
decodeFile(From) - Method in interface io.inverno.mod.base.converter.PrimitiveDecoder
Decodes to file.
decodeFile(ByteBuf) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
decodeFile(Object) - Method in class io.inverno.mod.base.converter.ObjectDecoder
 
decodeFile(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
decodeFile(String) - Method in class io.inverno.mod.base.converter.StringConverter
 
decodeFile(String) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
decodeFloat(From) - Method in interface io.inverno.mod.base.converter.PrimitiveDecoder
Decodes to float.
decodeFloat(ByteBuf) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
decodeFloat(Object) - Method in class io.inverno.mod.base.converter.ObjectDecoder
 
decodeFloat(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
decodeFloat(String) - Method in class io.inverno.mod.base.converter.StringConverter
 
decodeFloat(String) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
decodeInetAddress(From) - Method in interface io.inverno.mod.base.converter.PrimitiveDecoder
Decodes to inet address.
decodeInetAddress(ByteBuf) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
decodeInetAddress(Object) - Method in class io.inverno.mod.base.converter.ObjectDecoder
 
decodeInetAddress(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
decodeInetAddress(String) - Method in class io.inverno.mod.base.converter.StringConverter
 
decodeInetAddress(String) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
decodeInetSocketAddress(From) - Method in interface io.inverno.mod.base.converter.PrimitiveDecoder
Decodes to inet socket address.
decodeInetSocketAddress(ByteBuf) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
decodeInetSocketAddress(Object) - Method in class io.inverno.mod.base.converter.ObjectDecoder
 
decodeInetSocketAddress(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
decodeInetSocketAddress(String) - Method in class io.inverno.mod.base.converter.StringConverter
 
decodeInteger(From) - Method in interface io.inverno.mod.base.converter.PrimitiveDecoder
Decodes to integer.
decodeInteger(ByteBuf) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
decodeInteger(Object) - Method in class io.inverno.mod.base.converter.ObjectDecoder
 
decodeInteger(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
decodeInteger(String) - Method in class io.inverno.mod.base.converter.StringConverter
 
decodeInteger(String) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
decodeLocalDate(From) - Method in interface io.inverno.mod.base.converter.PrimitiveDecoder
Decodes to local date.
decodeLocalDate(ByteBuf) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
decodeLocalDate(Object) - Method in class io.inverno.mod.base.converter.ObjectDecoder
 
decodeLocalDate(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
decodeLocalDate(String) - Method in class io.inverno.mod.base.converter.StringConverter
 
decodeLocalDate(String) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
decodeLocalDateTime(From) - Method in interface io.inverno.mod.base.converter.PrimitiveDecoder
Decodes to local datetime.
decodeLocalDateTime(ByteBuf) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
decodeLocalDateTime(Object) - Method in class io.inverno.mod.base.converter.ObjectDecoder
 
decodeLocalDateTime(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
decodeLocalDateTime(String) - Method in class io.inverno.mod.base.converter.StringConverter
 
decodeLocalDateTime(String) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
decodeLocale(From) - Method in interface io.inverno.mod.base.converter.PrimitiveDecoder
Decodes to locale.
decodeLocale(ByteBuf) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
decodeLocale(Object) - Method in class io.inverno.mod.base.converter.ObjectDecoder
 
decodeLocale(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
decodeLocale(String) - Method in class io.inverno.mod.base.converter.StringConverter
 
decodeLocale(String) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
decodeLong(From) - Method in interface io.inverno.mod.base.converter.PrimitiveDecoder
Decodes to long.
decodeLong(ByteBuf) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
decodeLong(Object) - Method in class io.inverno.mod.base.converter.ObjectDecoder
 
decodeLong(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
decodeLong(String) - Method in class io.inverno.mod.base.converter.StringConverter
 
decodeLong(String) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
decodeMany(Publisher<From>, Class<T>) - Method in interface io.inverno.mod.base.converter.ReactiveDecoder
Decodes the specified stream of values whose type is represented by the specified class into a flux stream of values.
decodeMany(Publisher<From>, Type) - Method in interface io.inverno.mod.base.converter.ReactiveDecoder
Decodes the specified stream of values whose type is the specified type into a flux stream of values.
decodeMany(Publisher<ByteBuf>, Class<T>) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
decodeMany(Publisher<ByteBuf>, Class<T>) - Method in class io.inverno.mod.boot.converter.JsonByteBufMediaTypeConverter
 
decodeMany(Publisher<ByteBuf>, Class<T>) - Method in class io.inverno.mod.boot.converter.NdJsonByteBufMediaTypeConverter
 
decodeMany(Publisher<ByteBuf>, Class<T>) - Method in class io.inverno.mod.boot.converter.JacksonByteBufConverter
 
decodeMany(Publisher<ByteBuf>, Type) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
decodeMany(Publisher<ByteBuf>, Type) - Method in class io.inverno.mod.boot.converter.JsonByteBufMediaTypeConverter
 
decodeMany(Publisher<ByteBuf>, Type) - Method in class io.inverno.mod.boot.converter.NdJsonByteBufMediaTypeConverter
 
decodeMany(Publisher<ByteBuf>, Type) - Method in class io.inverno.mod.boot.converter.JacksonByteBufConverter
 
decodeMany(Publisher<ByteBuf>, Type) - Method in class io.inverno.mod.boot.converter.TextByteBufMediaTypeConverter
 
decodeMany(Publisher<String>, Class<T>) - Method in class io.inverno.mod.boot.converter.JacksonStringConverter
 
decodeMany(Publisher<String>, Class<T>) - Method in class io.inverno.mod.boot.converter.JsonStringMediaTypeConverter
 
decodeMany(Publisher<String>, Class<T>) - Method in class io.inverno.mod.boot.converter.NdJsonStringMediaTypeConverter
 
decodeMany(Publisher<String>, Class<T>) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
decodeMany(Publisher<String>, Type) - Method in class io.inverno.mod.boot.converter.JacksonStringConverter
 
decodeMany(Publisher<String>, Type) - Method in class io.inverno.mod.boot.converter.JsonStringMediaTypeConverter
 
decodeMany(Publisher<String>, Type) - Method in class io.inverno.mod.boot.converter.NdJsonStringMediaTypeConverter
 
decodeMany(Publisher<String>, Type) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
decodeOne(Publisher<From>, Class<T>) - Method in interface io.inverno.mod.base.converter.ReactiveDecoder
Decodes the specified stream of values whose type is represented by the specified class into a mono stream of values.
decodeOne(Publisher<From>, Type) - Method in interface io.inverno.mod.base.converter.ReactiveDecoder
Decodes the specified stream of values whose type is the specified type into a mono stream of value.
decodeOne(Publisher<ByteBuf>, Class<T>) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
decodeOne(Publisher<ByteBuf>, Class<T>) - Method in class io.inverno.mod.boot.converter.JsonByteBufMediaTypeConverter
 
decodeOne(Publisher<ByteBuf>, Class<T>) - Method in class io.inverno.mod.boot.converter.NdJsonByteBufMediaTypeConverter
 
decodeOne(Publisher<ByteBuf>, Class<T>) - Method in class io.inverno.mod.boot.converter.JacksonByteBufConverter
 
decodeOne(Publisher<ByteBuf>, Type) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
decodeOne(Publisher<ByteBuf>, Type) - Method in class io.inverno.mod.boot.converter.JsonByteBufMediaTypeConverter
 
decodeOne(Publisher<ByteBuf>, Type) - Method in class io.inverno.mod.boot.converter.NdJsonByteBufMediaTypeConverter
 
decodeOne(Publisher<ByteBuf>, Type) - Method in class io.inverno.mod.boot.converter.JacksonByteBufConverter
 
decodeOne(Publisher<String>, Class<T>) - Method in class io.inverno.mod.boot.converter.JacksonStringConverter
 
decodeOne(Publisher<String>, Class<T>) - Method in class io.inverno.mod.boot.converter.JsonStringMediaTypeConverter
 
decodeOne(Publisher<String>, Class<T>) - Method in class io.inverno.mod.boot.converter.NdJsonStringMediaTypeConverter
 
decodeOne(Publisher<String>, Class<T>) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
decodeOne(Publisher<String>, Type) - Method in class io.inverno.mod.boot.converter.JacksonStringConverter
 
decodeOne(Publisher<String>, Type) - Method in class io.inverno.mod.boot.converter.JsonStringMediaTypeConverter
 
decodeOne(Publisher<String>, Type) - Method in class io.inverno.mod.boot.converter.NdJsonStringMediaTypeConverter
 
decodeOne(Publisher<String>, Type) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
decodePath(From) - Method in interface io.inverno.mod.base.converter.PrimitiveDecoder
Decodes to path.
decodePath(ByteBuf) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
decodePath(Object) - Method in class io.inverno.mod.base.converter.ObjectDecoder
 
decodePath(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
decodePath(String) - Method in class io.inverno.mod.base.converter.StringConverter
 
decodePath(String) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
decodePattern(From) - Method in interface io.inverno.mod.base.converter.PrimitiveDecoder
Decodes to pattern.
decodePattern(ByteBuf) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
decodePattern(Object) - Method in class io.inverno.mod.base.converter.ObjectDecoder
 
decodePattern(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
decodePattern(String) - Method in class io.inverno.mod.base.converter.StringConverter
 
decodePattern(String) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
decoder(Class<A>) - Method in interface io.inverno.mod.web.server.WebPart
Returns a decoder to decode the part's payload to the specified type based on the part's content type.
decoder(Class<A>) - Method in interface io.inverno.mod.web.server.WebRequestBody
Returns a decoder to decode the payload to the specified type based on the content type of the request.
decoder(Class<T>) - Method in interface io.inverno.mod.web.client.WebResponseBody
Returns a decoder to decode the payload to the specified type based on the content type of the response.
decoder(Type) - Method in interface io.inverno.mod.web.client.WebResponseBody
Returns a decoder to decode the payload to the specified type based on the content type of the response.
decoder(Type) - Method in interface io.inverno.mod.web.server.WebPart
Returns a decoder to decode the part's payload to the specified type based on the part's content type.
decoder(Type) - Method in interface io.inverno.mod.web.server.WebRequestBody
Returns a decoder to decode the payload to the specified type based on the content type of the request.
Decoder<From,To> - Interface in io.inverno.mod.base.converter
A decoder is used to decode an object into another object.
DecoderNotFoundException - Exception Class in io.inverno.mod.base.converter
Thrown by a CompositeDecoder to indicate that no decoder can decode a given type.
DecoderNotFoundException() - Constructor for exception class io.inverno.mod.base.converter.DecoderNotFoundException
Creates a decoder not found exception.
DecoderNotFoundException(String) - Constructor for exception class io.inverno.mod.base.converter.DecoderNotFoundException
Creates a decoder not found exception with the specified message.
DecoderNotFoundException(String, Throwable) - Constructor for exception class io.inverno.mod.base.converter.DecoderNotFoundException
Creates a decoder not found exception with the specified message and cause.
DecoderNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class io.inverno.mod.base.converter.DecoderNotFoundException
Creates a decoder not found exception with the specified message, cause, suppression enabled or disabled and writable stack trace enabled or disabled.
DecoderNotFoundException(Throwable) - Constructor for exception class io.inverno.mod.base.converter.DecoderNotFoundException
Creates a decoder not found exception with the specified cause.
decodeShort(From) - Method in interface io.inverno.mod.base.converter.PrimitiveDecoder
Decodes to short.
decodeShort(ByteBuf) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
decodeShort(Object) - Method in class io.inverno.mod.base.converter.ObjectDecoder
 
decodeShort(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
decodeShort(String) - Method in class io.inverno.mod.base.converter.StringConverter
 
decodeShort(String) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
decodeString(From) - Method in interface io.inverno.mod.base.converter.PrimitiveDecoder
Decodes to string.
decodeString(ByteBuf) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
decodeString(Object) - Method in class io.inverno.mod.base.converter.ObjectDecoder
 
decodeString(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
decodeString(String) - Method in class io.inverno.mod.base.converter.StringConverter
 
decodeString(String) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
decodeTextMessages(Class<A>) - Method in interface io.inverno.mod.web.base.ws.BaseWeb2SocketExchange.Inbound
Decodes inbound text messages to the specified type.
decodeTextMessages(Type) - Method in interface io.inverno.mod.web.base.ws.BaseWeb2SocketExchange.Inbound
Decodes inbound text messages to the specified type.
decodeToArray(From, Class<T>) - Method in interface io.inverno.mod.base.converter.SplittableDecoder
Decodes the specified value whose type is represented by the specified class to an array of decoded values.
decodeToArray(From, Type) - Method in interface io.inverno.mod.base.converter.SplittableDecoder
Decodes the specified value whose type is the specified type to an array of decoded values.
decodeToArray(ByteBuf, Class<T>) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
decodeToArray(ByteBuf, Class<T>) - Method in class io.inverno.mod.boot.converter.JacksonByteBufConverter
 
decodeToArray(ByteBuf, Type) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
decodeToArray(ByteBuf, Type) - Method in class io.inverno.mod.boot.converter.JacksonByteBufConverter
 
decodeToArray(Object, Class<T>) - Method in class io.inverno.mod.base.converter.ObjectDecoder
 
decodeToArray(Object, Type) - Method in class io.inverno.mod.base.converter.ObjectDecoder
 
decodeToArray(String, Class<T>) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
decodeToArray(String, Class<T>) - Method in class io.inverno.mod.base.converter.StringConverter
 
decodeToArray(String, Class<T>) - Method in class io.inverno.mod.boot.converter.JacksonStringConverter
 
decodeToArray(String, Class<T>) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
decodeToArray(String, Type) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
decodeToArray(String, Type) - Method in class io.inverno.mod.base.converter.StringConverter
 
decodeToArray(String, Type) - Method in class io.inverno.mod.boot.converter.JacksonStringConverter
 
decodeToArray(String, Type) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
decodeToList(From, Class<T>) - Method in interface io.inverno.mod.base.converter.SplittableDecoder
Decodes the specified value whose type is represented by the specified class to a list of decoded values.
decodeToList(From, Type) - Method in interface io.inverno.mod.base.converter.SplittableDecoder
Decodes the specified value whose type is the specified type to a list of decoded values.
decodeToList(ByteBuf, Class<T>) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
decodeToList(ByteBuf, Class<T>) - Method in class io.inverno.mod.boot.converter.JacksonByteBufConverter
 
decodeToList(ByteBuf, Type) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
decodeToList(ByteBuf, Type) - Method in class io.inverno.mod.boot.converter.JacksonByteBufConverter
 
decodeToList(Object, Class<T>) - Method in class io.inverno.mod.base.converter.ObjectDecoder
 
decodeToList(Object, Type) - Method in class io.inverno.mod.base.converter.ObjectDecoder
 
decodeToList(String, Class<T>) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
decodeToList(String, Class<T>) - Method in class io.inverno.mod.base.converter.StringConverter
 
decodeToList(String, Class<T>) - Method in class io.inverno.mod.boot.converter.JacksonStringConverter
 
decodeToList(String, Class<T>) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
decodeToList(String, Type) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
decodeToList(String, Type) - Method in class io.inverno.mod.base.converter.StringConverter
 
decodeToList(String, Type) - Method in class io.inverno.mod.boot.converter.JacksonStringConverter
 
decodeToList(String, Type) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
decodeToSet(From, Class<T>) - Method in interface io.inverno.mod.base.converter.SplittableDecoder
Decodes the specified value whose type is represented by the specified class to a set of decoded values.
decodeToSet(From, Type) - Method in interface io.inverno.mod.base.converter.SplittableDecoder
Decodes the specified value whose type is the specified type to a set of decoded values.
decodeToSet(ByteBuf, Class<T>) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
decodeToSet(ByteBuf, Class<T>) - Method in class io.inverno.mod.boot.converter.JacksonByteBufConverter
 
decodeToSet(ByteBuf, Type) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
decodeToSet(ByteBuf, Type) - Method in class io.inverno.mod.boot.converter.JacksonByteBufConverter
 
decodeToSet(Object, Class<T>) - Method in class io.inverno.mod.base.converter.ObjectDecoder
 
decodeToSet(Object, Type) - Method in class io.inverno.mod.base.converter.ObjectDecoder
 
decodeToSet(String, Class<T>) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
decodeToSet(String, Class<T>) - Method in class io.inverno.mod.base.converter.StringConverter
 
decodeToSet(String, Class<T>) - Method in class io.inverno.mod.boot.converter.JacksonStringConverter
 
decodeToSet(String, Class<T>) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
decodeToSet(String, Type) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
decodeToSet(String, Type) - Method in class io.inverno.mod.base.converter.StringConverter
 
decodeToSet(String, Type) - Method in class io.inverno.mod.boot.converter.JacksonStringConverter
 
decodeToSet(String, Type) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
decodeURI(From) - Method in interface io.inverno.mod.base.converter.PrimitiveDecoder
Decodes to URI.
decodeURI(ByteBuf) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
decodeURI(Object) - Method in class io.inverno.mod.base.converter.ObjectDecoder
 
decodeURI(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
decodeURI(String) - Method in class io.inverno.mod.base.converter.StringConverter
 
decodeURI(String) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
decodeURL(From) - Method in interface io.inverno.mod.base.converter.PrimitiveDecoder
Decodes to URL.
decodeURL(ByteBuf) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
decodeURL(Object) - Method in class io.inverno.mod.base.converter.ObjectDecoder
 
decodeURL(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
decodeURL(String) - Method in class io.inverno.mod.base.converter.StringConverter
 
decodeURL(String) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
decodeZonedDateTime(From) - Method in interface io.inverno.mod.base.converter.PrimitiveDecoder
Decodes to zoned datetime.
decodeZonedDateTime(ByteBuf) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
decodeZonedDateTime(Object) - Method in class io.inverno.mod.base.converter.ObjectDecoder
 
decodeZonedDateTime(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
decodeZonedDateTime(String) - Method in class io.inverno.mod.base.converter.StringConverter
 
decodeZonedDateTime(String) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
decompress(byte[]) - Method in interface io.inverno.mod.security.jose.jwe.JWEZip
Decompresses the specified data.
decompression_enabled() - Method in interface io.inverno.mod.http.client.HttpClientConfiguration
Enables/Disables HTTP decompression.
decompression_enabled() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
Enables/Disables HTTP decompression.
decompression_enabled(boolean) - Method in class io.inverno.mod.http.client.HttpClientConfigurationLoader.Configurator
 
decompression_enabled(boolean) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
 
decr(A) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
DECR key
decrby(A, long) - Method in interface io.inverno.mod.redis.operations.RedisStringReactiveOperations
DECRBY key decrement
decrypt(byte[], byte[], byte[], byte[]) - Method in interface io.inverno.mod.security.jose.jwa.JWACipher
Decrypts the specified cypher text.
decryptCEK(byte[], String, Map<String, Object>) - Method in interface io.inverno.mod.security.jose.jwa.EncryptingJWAKeyManager
Decrypts the specified encrypted key and returned the decrypted CEK.
DEFAULT - Static variable in class io.inverno.mod.base.Charsets
Default charset
DEFAULT_ALGORITHM - Static variable in class io.inverno.mod.security.authentication.password.MessageDigestPassword.Encoder
The default algorithm: SHA-512.
DEFAULT_ARRAY_LIST_SEPARATOR - Static variable in class io.inverno.mod.base.converter.ByteBufConverter
The default array/list separator
DEFAULT_ARRAY_LIST_SEPARATOR - Static variable in class io.inverno.mod.base.converter.StringConverter
Default array list separator
DEFAULT_BIAS - Static variable in class io.inverno.mod.discovery.http.LeastRequestTrafficLoadBalancer
The default bias on active requests.
DEFAULT_BIAS - Static variable in class io.inverno.mod.discovery.http.MinLoadFactorTrafficLoadBalancer
The default bias on load factor.
DEFAULT_BLOCK_SIZE_FACTOR - Static variable in class io.inverno.mod.security.authentication.password.SCryptPassword.Encoder
The default block size factor: 8.
DEFAULT_CHOICE_COUNT - Static variable in class io.inverno.mod.discovery.http.LeastRequestTrafficLoadBalancer
The default choice count.
DEFAULT_CHOICE_COUNT - Static variable in class io.inverno.mod.discovery.http.MinLoadFactorTrafficLoadBalancer
The default choice count.
DEFAULT_COOKIE_NAME - Static variable in class io.inverno.mod.security.http.csrf.CSRFDoubleSubmitCookieInterceptor
The default cookie name: XSRF-TOKEN.
DEFAULT_COOKIE_NAME - Static variable in class io.inverno.mod.security.http.token.CookieTokenCredentialsExtractor
The default token cookie name: AUTH-TOKEN.
DEFAULT_COST - Static variable in class io.inverno.mod.security.authentication.password.BCryptPassword.Encoder
The default cost: 10.
DEFAULT_COST_FACTOR - Static variable in class io.inverno.mod.security.authentication.password.SCryptPassword.Encoder
The default cost factor as power of two: 2^14.
DEFAULT_HASH_LENGTH - Static variable in class io.inverno.mod.security.authentication.password.Argon2Password.Encoder
The default hash length in kikibytes: 32.
DEFAULT_HASH_LENGTH - Static variable in class io.inverno.mod.security.authentication.password.PBKDF2Password.Encoder
Default hash length in kikibytes: 32.
DEFAULT_HASH_LENGTH - Static variable in class io.inverno.mod.security.authentication.password.SCryptPassword.Encoder
The default hash length in kikibytes: 32.
DEFAULT_HEADER_NAME - Static variable in class io.inverno.mod.security.http.csrf.CSRFDoubleSubmitCookieInterceptor
The default header name: X-CSRF-TOKEN.
DEFAULT_HTTP_PROTOCOL_VERSIONS - Static variable in interface io.inverno.mod.http.client.HttpClientConfiguration
Default HTTP versions accepted by the client.
DEFAULT_ITERATION_COUNT - Static variable in class io.inverno.mod.security.authentication.password.Argon2Password.Encoder
The default iteration count: 3.
DEFAULT_ITERATION_COUNT - Static variable in class io.inverno.mod.security.authentication.password.PBKDF2Password.Encoder
Default iteration count: 1000.
DEFAULT_ITERATION_COUNT - Static variable in enum class io.inverno.mod.security.jose.jwa.PBES2Algorithm
The default iteration count.
DEFAULT_KEY_PREFIX - Static variable in class io.inverno.mod.configuration.source.RedisConfigurationSource
The default key prefix.
DEFAULT_KEY_PREFIX - Static variable in class io.inverno.mod.configuration.source.VersionedRedisConfigurationSource
The default key prefix.
DEFAULT_LOAD_BALANCER_STRATEGY - Static variable in class io.inverno.mod.discovery.http.HttpTrafficPolicy
The default load balancer strategy.
DEFAULT_LOGIN_ACTION_URI - Static variable in class io.inverno.mod.security.http.form.FormLoginPageHandler
The default login action URI: /login.
DEFAULT_LOGIN_FAILURE_URI - Static variable in class io.inverno.mod.security.http.form.RedirectLoginFailureHandler
The default login failure URI: /login.
DEFAULT_LOGIN_PAGE_URI - Static variable in class io.inverno.mod.security.http.form.FormAuthenticationErrorInterceptor
The default login page URI: /login.
DEFAULT_LOGIN_SUCCESS_URI - Static variable in class io.inverno.mod.security.http.form.RedirectLoginSuccessHandler
The default login success URI: /.
DEFAULT_LOGOUT_SUCCESS_URI - Static variable in class io.inverno.mod.security.http.form.RedirectLogoutSuccessHandler
The default logout success URI: /.
DEFAULT_MAXIMUM_PASSWORD_LENGTH - Static variable in class io.inverno.mod.security.authentication.password.SimplePasswordPolicy
The default maximum password length.
DEFAULT_MEMORY - Static variable in class io.inverno.mod.security.authentication.password.Argon2Password.Encoder
The default memory cost in kibibytes: 12.
DEFAULT_MINIMUM_PASSWORD_LENGTH - Static variable in class io.inverno.mod.security.authentication.password.SimplePasswordPolicy
The default minimum password length.
DEFAULT_NONCE_VALIDITY_SECONDS - Static variable in class io.inverno.mod.security.http.digest.DigestAuthenticationErrorInterceptor
The default nonce validity period in seconds.
DEFAULT_PARALLELISM - Static variable in class io.inverno.mod.security.authentication.password.Argon2Password.Encoder
The default parallelism: 1.
DEFAULT_PARALLELIZATION_FACTOR - Static variable in class io.inverno.mod.security.authentication.password.SCryptPassword.Encoder
The default parallelization factor: 1.
DEFAULT_PARAMETER_NAME - Static variable in class io.inverno.mod.security.http.csrf.CSRFDoubleSubmitCookieInterceptor
The default parameter name: _csrf_token.
DEFAULT_PARAMETER_PASSWORD - Static variable in class io.inverno.mod.security.http.form.FormCredentialsExtractor
The default password parameter name.
DEFAULT_PARAMETER_USERNAME - Static variable in class io.inverno.mod.security.http.form.FormCredentialsExtractor
The default username parameter name.
DEFAULT_PATH - Static variable in class io.inverno.mod.security.http.token.CookieTokenLoginSuccessHandler
The default token cookie path: /.
DEFAULT_PATH_PARAMETER_NAME - Static variable in class io.inverno.mod.web.server.StaticHandler
The default name of the path parameter defining the path to the resource.
DEFAULT_PRF - Static variable in class io.inverno.mod.security.authentication.password.PBKDF2Password.Encoder
Default pseudorandom function.
DEFAULT_READ_BUFFER_CAPACITY - Static variable in class io.inverno.mod.base.resource.AbstractAsyncResource
The default read buffer capacity.
DEFAULT_ROLE_PREFIX - Static variable in class io.inverno.mod.security.accesscontrol.ConfigurationSourcePermissionBasedAccessController
The default prefix prepended to role when resolving role permissions.
DEFAULT_SALT_LENGTH - Static variable in class io.inverno.mod.security.authentication.password.Argon2Password.Encoder
The default salt length in kikibytes: 16.
DEFAULT_SALT_LENGTH - Static variable in class io.inverno.mod.security.authentication.password.MessageDigestPassword.Encoder
The default salt length in bytes: 16.
DEFAULT_SALT_LENGTH - Static variable in class io.inverno.mod.security.authentication.password.PBKDF2Password.Encoder
Default salt length in kikibytes: 16.
DEFAULT_SALT_LENGTH - Static variable in class io.inverno.mod.security.authentication.password.SCryptPassword.Encoder
The default salt length in kikibytes: 16.
DEFAULT_SALT_LENGTH - Static variable in enum class io.inverno.mod.security.jose.jwa.PBES2Algorithm
The default salt length.
DEFAULT_SEARCH_ATTRIBUTES - Static variable in class io.inverno.mod.security.ldap.identity.LDAPIdentityResolver
The default attributes to resolve.
DEFAULT_SEARCH_GROUP_FILTER - Static variable in class io.inverno.mod.security.ldap.authentication.LDAPAuthenticator
Default search group filter.
DEFAULT_SEARCH_USER_FILTER - Static variable in class io.inverno.mod.security.ldap.authentication.ActiveDirectoryAuthenticator
The default search user filter.
DEFAULT_SEARCH_USER_FILTER - Static variable in class io.inverno.mod.security.ldap.authentication.LDAPAuthenticator
The default search user filter.
DEFAULT_SEARCH_USER_FILTER - Static variable in class io.inverno.mod.security.ldap.identity.LDAPIdentityResolver
The default search user filter.
DEFAULT_SECRET - Static variable in class io.inverno.mod.security.authentication.password.MessageDigestPassword.Encoder
The default secret: new byte[0].
DEFAULT_THUMBPRINT_DIGEST - Static variable in interface io.inverno.mod.security.jose.jwk.JWK
Default JWK thumbprint digest.
DEFAULT_TIME_TO_lIVE - Static variable in class io.inverno.mod.discovery.CachingDiscoveryService
The default time to live in milliseconds.
DEFAULT_TYPE - Static variable in class io.inverno.mod.security.authentication.password.Argon2Password.Encoder
The default hash type: Argon2Password.Encoder.HashType.I.
DEFAULT_USER_NAME_FORMAT - Static variable in class io.inverno.mod.security.ldap.authentication.LDAPAuthenticator
Default bind DN format.
DEFAULT_WELCOME_PAGE - Static variable in class io.inverno.mod.web.server.StaticHandler
The default welcome page file name: index.html.
DefaultableConfigurationSource - Interface in io.inverno.mod.configuration
A defaultable configuration source has the ability to search for default properties if no exact result exist for a given query.
DefaultingStrategy - Interface in io.inverno.mod.configuration
A defaulting strategy is used in a DefaultableConfigurationSource to implement defaulting configuration mechanism.
defer(B) - Method in interface io.inverno.mod.http.server.ExchangeHandler
By default, returns a Mono that defers the execution of ExchangeHandler.handle(io.inverno.mod.http.server.Exchange).
defer(B) - Method in interface io.inverno.mod.http.server.ReactiveExchangeHandler
Returns a Mono that defers the processing of the exchange.
defer(B) - Method in interface io.inverno.mod.http.server.ReactiveServerController
Returns a Mono that defers the processing of an exchange.
defer(B) - Method in interface io.inverno.mod.http.server.ServerController
By default, returns a Mono that defers the execution of ServerController.handle(io.inverno.mod.http.server.Exchange).
defer(B) - Method in interface io.inverno.mod.http.server.ws.WebSocketExchangeHandler
Returns a Mono that defers the processing of the WebSocket exchange.
defer(C) - Method in interface io.inverno.mod.http.server.ReactiveServerController
Returns a Mono that defers the processing of an error exchange.
defer(C) - Method in interface io.inverno.mod.http.server.ServerController
By default, returns a Mono that defers the execution of ServerController.handle(io.inverno.mod.http.server.ErrorExchange).
defer(D) - Method in class io.inverno.mod.security.http.login.LoginActionHandler
 
defer(E) - Method in class io.inverno.mod.security.http.login.LogoutActionHandler
 
defer(F) - Method in interface io.inverno.mod.grpc.server.GrpcExchangeHandler
Returns a Mono that defers the processing of the exchange.
del(A) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations
DEL key
del(Consumer<Keys<A>>) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations
DEL key [key ...]
delete() - Method in class io.inverno.mod.base.resource.ClasspathResource
 
delete() - Method in class io.inverno.mod.base.resource.FileResource
 
delete() - Method in class io.inverno.mod.base.resource.ModuleResource
 
delete() - Method in class io.inverno.mod.base.resource.NativeResource
 
delete() - Method in class io.inverno.mod.base.resource.PathResource
 
delete() - Method in interface io.inverno.mod.base.resource.Resource
Deletes the resource.
delete() - Method in class io.inverno.mod.base.resource.URLResource
 
delete() - Method in class io.inverno.mod.base.resource.ZipResource
 
DELETE - Enum constant in enum class io.inverno.mod.http.base.Method
deleteUser(String) - Method in class io.inverno.mod.security.authentication.user.InMemoryUserRepository
 
deleteUser(String) - Method in class io.inverno.mod.security.authentication.user.RedisUserRepository
 
deleteUser(String) - Method in interface io.inverno.mod.security.authentication.user.UserRepository
Deletes the he user identified by the specified username from the repository.
denied() - Static method in interface io.inverno.mod.security.authentication.Authentication
Returns a generic denied authentication which indicates a failed authentication.
denied(SecurityException) - Static method in interface io.inverno.mod.security.authentication.Authentication
Returns a generic denied authentication which indicates a failed authentication with the specified cause.
Dependency - Interface in io.inverno.tool.buildtools
The Artifact representing a Project dependency.
derefAliases() - Method in interface io.inverno.mod.ldap.LDAPOperations.SearchBuilder
Specifies whether aliases should be dereferenced.
deriveCEK(String, Map<String, Object>) - Method in interface io.inverno.mod.security.jose.jwa.DirectJWAKeyManager
Derives a Content Encryption Key.
desc() - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.AbstractGeoradiusBuilder
 
desc() - Method in interface io.inverno.mod.redis.operations.RedisGeoReactiveOperations.AbstractGeosearchBuilder
 
desc() - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations.AbstractKeySortBuilder
 
DestinationDescriptor(HttpMetaServiceDescriptor.HttpClientConfiguration, HttpMetaServiceDescriptor.LoadBalancerDescriptor, URI, Integer, HttpMetaServiceDescriptor.RequestTransformer, HttpMetaServiceDescriptor.ResponseTransformer) - Constructor for class io.inverno.mod.discovery.http.meta.HttpMetaServiceDescriptor.DestinationDescriptor
Creates a route destination.
destroy() - Method in class io.inverno.core.v1.Module.Bean
Destroys the underlying instance.
destroy(Module.BeanBuilder.FallibleConsumer<T>) - Method in interface io.inverno.core.v1.Module.BeanBuilder
Adds a bean destruction operation.
Destroy - Annotation Interface in io.inverno.core.annotation
Indicates a method that must be executed before a bean instance is destroyed when a module is stopped.
digest(byte[]) - Method in interface io.inverno.mod.redis.operations.RedisScriptingReactiveOperations
 
digest(String) - Method in interface io.inverno.mod.redis.operations.RedisScriptingReactiveOperations
 
DigestAuthenticationErrorInterceptor<A,B> - Class in io.inverno.mod.security.http.digest
An HTTP authentication error interceptor that implements RFC 7616 HTTP Digest Access Authentication.
DigestAuthenticationErrorInterceptor(String, String) - Constructor for class io.inverno.mod.security.http.digest.DigestAuthenticationErrorInterceptor
Creates a digest authentication error interceptor with the specified realm and secret.
DigestAuthenticationErrorInterceptor(String, String, String) - Constructor for class io.inverno.mod.security.http.digest.DigestAuthenticationErrorInterceptor
Creates a digest authentication error interceptor with the specified realm, secret and algorithm.
DigestCredentials - Class in io.inverno.mod.security.http.digest
HTTP Digest specific credentials as defined by RFC 7616 Section 3.4.
DigestCredentials(String, String, String, String, boolean, String, String, String, String, String, String) - Constructor for class io.inverno.mod.security.http.digest.DigestCredentials
Creates digest credentials.
DigestCredentialsExtractor - Class in io.inverno.mod.security.http.digest
A credentials extractor that extracts digest credentials as defined by RFC 7616 Section 3.4.
DigestCredentialsExtractor() - Constructor for class io.inverno.mod.security.http.digest.DigestCredentialsExtractor
 
DigestCredentialsMatcher<A> - Class in io.inverno.mod.security.http.digest
A credentials matcher used to verify digest credentials as defined by RFC 7616.
DigestCredentialsMatcher(String) - Constructor for class io.inverno.mod.security.http.digest.DigestCredentialsMatcher
Creates a digest credentials matcher with the specified secret.
DigestPassword - Class in io.inverno.mod.security.http.digest
A password that uses HTTP Digest function to encode password as defined by RFC 7616 Section 3.4.2.
DigestPassword(String, DigestPassword.Encoder) - Constructor for class io.inverno.mod.security.http.digest.DigestPassword
Creates a Digest password with the specified value and encoder.
DigestPassword.Encoder - Class in io.inverno.mod.security.http.digest
An HTTP Digest password encoder implementation as defined by RFC 7616 Section 3.4.2.
DIR - Enum constant in enum class io.inverno.mod.security.jose.jwa.NoAlgorithm
Direct encryption with a shared symmetric key as defined by RFC7518 Section 4.5
directByteBuf(String, Charset) - Static method in interface io.inverno.mod.irt.ByteBufTemplateSet
Creates a direct ByteBuf with the specified data encoded using the specified charset.
DirectJWAKeyManager - Interface in io.inverno.mod.security.jose.jwa
A direct Key Management algorithm that derives the Content Encryption Key which is used directly to encrypt a JWE payload.
DirectJWAKeyManager.DirectCEK - Interface in io.inverno.mod.security.jose.jwa
A direct CEK composed of a derived encryption key and a map of specific parameters resulting from the key derivation and required by a recipient to derive the key.
disable() - Method in class io.inverno.mod.http.base.router.AbstractRoute
 
disable() - Method in class io.inverno.mod.http.base.router.AbstractRouteManager
 
disable() - Method in interface io.inverno.mod.http.base.router.Route
Disables the route in the router.
disable() - Method in interface io.inverno.mod.http.base.router.RouteManager
Disables all routes matching the criteria specified in the route manager and defined in the router it comes from.
disable() - Method in interface io.inverno.mod.web.server.BaseWebRoute
Disables the route.
disable() - Method in interface io.inverno.mod.web.server.BaseWebRouteManager
Disables all the routes currently defined in the router that are matching the criteria specified in the route manager.
disableRoute(C) - Method in class io.inverno.mod.http.base.router.AbstractRouter
Disables the specified route in the router.
disableRoute(C) - Method in class io.inverno.mod.http.base.router.RoutingLink
Disables the specified route in the routing chain.
discard() - Method in interface io.inverno.mod.redis.RedisTransactionalOperations
Discards all commands issued in the transaction.
discovery_service_ttl() - Method in interface io.inverno.mod.web.client.WebClientConfiguration
The service cache time-to-live in milliseconds.
discovery_service_ttl(long) - Method in class io.inverno.mod.web.client.WebClientConfigurationLoader.Configurator
 
DiscoveryService<A,B,C> - Interface in io.inverno.mod.discovery
A discovery service is used to resolve Service from a ServiceID identifying a service and a TrafficPolicy conveying local service configuration.
DISJOINT - Enum constant in enum class io.inverno.mod.base.net.URIPattern.Inclusion
The sets of URIs matched by the URI patterns are disjoint.
distinct() - Static method in class io.inverno.mod.irt.PublisherPipes
Returns a pipe which converts a publisher to filter out duplicates.
distinct() - Static method in class io.inverno.mod.irt.StreamPipes
Returns a pipe which converts a stream to filter out duplicates.
distinct(Function<? super T, ? extends U>) - Static method in class io.inverno.mod.irt.PublisherPipes
Returns a pipe which converts a publisher to filter out duplicates based on their keys computed using the specified key selector.
DMG - Enum constant in enum class io.inverno.tool.buildtools.PackageApplicationTask.PackageType
Packages the application as a Apple disk image package.
dns_enabled() - Method in interface io.inverno.mod.base.net.NetAddressResolverConfiguration
Enables/Disables DNS name resolution.
dns_enabled(boolean) - Method in class io.inverno.mod.boot.BootNetAddressResolverConfigurationLoader.Configurator
 
dnsHttpDiscoveryService() - Method in class io.inverno.mod.discovery.http.Http
 
doBuild() - Method in class io.inverno.core.v1.Module.ModuleBuilder
This method should be implemented by concrete implementation to return the actual module instance.
doBuild() - Method in class io.inverno.mod.boot.Boot.Builder
 
doBuild() - Method in class io.inverno.mod.discovery.http.Http.Builder
 
doBuild() - Method in class io.inverno.mod.discovery.http.k8s.K8s.Builder
 
doBuild() - Method in class io.inverno.mod.discovery.http.meta.Meta.Builder
 
doBuild() - Method in class io.inverno.mod.grpc.base.Base.Builder
 
doBuild() - Method in class io.inverno.mod.grpc.client.Client.Builder
 
doBuild() - Method in class io.inverno.mod.grpc.server.Server.Builder
 
doBuild() - Method in class io.inverno.mod.http.base.Base.Builder
 
doBuild() - Method in class io.inverno.mod.http.client.Client.Builder
 
doBuild() - Method in class io.inverno.mod.http.server.Server.Builder
 
doBuild() - Method in class io.inverno.mod.ldap.Ldap.Builder
 
doBuild() - Method in class io.inverno.mod.redis.lettuce.Lettuce.Builder
 
doBuild() - Method in class io.inverno.mod.security.jose.Jose.Builder
 
doBuild() - Method in class io.inverno.mod.sql.vertx.Vertx.Builder
 
doBuild() - Method in class io.inverno.mod.web.base.Base.Builder
 
doBuild() - Method in class io.inverno.mod.web.client.Client.Builder
 
doBuild() - Method in class io.inverno.mod.web.server.Server.Builder
 
Docker - Enum constant in enum class io.inverno.tool.buildtools.ContainerizeTask.Format
Generates a Docker image.
DOCKER - Enum constant in enum class io.inverno.tool.buildtools.ContainerizeTask.Target
Installs the image to the local Docker daemon.
dockerEnvironment(Map<String, String>) - Method in interface io.inverno.tool.buildtools.ContainerizeTask
Specifies the Docker environment variables used when executing the Docker CLI executable.
dockerExecutable(Path) - Method in interface io.inverno.tool.buildtools.ContainerizeTask
Specifies the path to the Docker CLI executable used to install the image in the Docker daemon.
doGet() - Method in class io.inverno.core.v1.Module.Bean
Returns the supplied bean instance.
domain - Variable in class io.inverno.mod.security.http.csrf.CSRFDoubleSubmitCookieInterceptor.Builder
The CSRF token cookie domain parameter.
domain - Variable in class io.inverno.mod.security.http.csrf.CSRFDoubleSubmitCookieInterceptor
The domain of the CSRF token cookie.
domain(String) - Method in interface io.inverno.mod.http.base.header.SetCookie.Configurator
Sets the cookie domain attribute.
domain(String) - Method in class io.inverno.mod.security.http.csrf.CSRFDoubleSubmitCookieInterceptor.Builder
Specifies the domain of the CSRF token cookie.
DOMAIN - Static variable in interface io.inverno.mod.http.base.header.Headers.SetCookie
Domain parameter
doOnComplete(Consumer<U>) - Method in interface io.inverno.tool.buildtools.Task
Adds behaviour when the task is executed successfully.
doRefresh(C, D) - Method in class io.inverno.mod.discovery.AbstractConfigurationService
Returns the service refreshed with the specified metadata and traffic policy.
doResolve(ServiceID, C) - Method in class io.inverno.mod.discovery.AbstractConfigurationDiscoveryService
 
doResolve(ServiceID, C) - Method in class io.inverno.mod.discovery.AbstractDiscoveryService
Resolves a service.
doResolve(ServiceID, C) - Method in class io.inverno.mod.discovery.AbstractDnsDiscoveryService
 
DOUBLE_QUOTE - Static variable in interface io.inverno.mod.http.base.header.HeaderCodec
Double quote '"'
dump(A) - Method in interface io.inverno.mod.redis.operations.RedisKeyReactiveOperations
DUMP key

E

ec() - Method in interface io.inverno.mod.security.jose.jwk.JWKService
Returns the Elliptic Curve JWK factory.
ECAlgorithm - Enum Class in io.inverno.mod.security.jose.jwa
Elliptic Curve algorithms as defined by RFC7518.
eccPrivateKey(String) - Method in interface io.inverno.mod.security.jose.jwk.ec.ECJWKBuilder
Specifies the ECC private key encoded as Base64URL.
ECCurve - Enum Class in io.inverno.mod.security.jose.jwa
Elliptic Curves as defined by RFC7518.
ECDH_ES - Enum constant in enum class io.inverno.mod.security.jose.jwa.ECAlgorithm
ECDH-ES Elliptic Curve Diffie-Hellman key agreement algorithm as defined by RFC7518 Section 4.6
ECDH_ES - Enum constant in enum class io.inverno.mod.security.jose.jwa.XECAlgorithm
ECDH-ES with X25519 or X448 curve as defined by RFC8037 Section 3.2
ECDH_ES_A128KW - Enum constant in enum class io.inverno.mod.security.jose.jwa.ECAlgorithm
ECDH-ES+A128KW Elliptic Curve Diffie-Hellman key agreement algorithm as defined by RFC7518 Section 4.6
ECDH_ES_A128KW - Enum constant in enum class io.inverno.mod.security.jose.jwa.XECAlgorithm
ECDH-ES+A128KW with X25519 or X448 curve as defined by RFC8037 Section 3.2
ECDH_ES_A192KW - Enum constant in enum class io.inverno.mod.security.jose.jwa.ECAlgorithm
ECDH-ES+A192KW Elliptic Curve Diffie-Hellman key agreement algorithm as defined by RFC7518 Section 4.6
ECDH_ES_A192KW - Enum constant in enum class io.inverno.mod.security.jose.jwa.XECAlgorithm
ECDH-ES+A192KW with X25519 or X448 curve as defined by RFC8037 Section 3.2
ECDH_ES_A256KW - Enum constant in enum class io.inverno.mod.security.jose.jwa.ECAlgorithm
ECDH-ES+A256KW Elliptic Curve Diffie-Hellman key agreement algorithm as defined by RFC7518 Section 4.6
ECDH_ES_A256KW - Enum constant in enum class io.inverno.mod.security.jose.jwa.XECAlgorithm
ECDH-ES+A256KW with X25519 or X448 curve as defined by RFC8037 Section 3.2
ECJWK - Interface in io.inverno.mod.security.jose.jwk.ec
Elliptic curve JSON Web key.
ECJWKBuilder<A,B> - Interface in io.inverno.mod.security.jose.jwk.ec
An Elliptic curve JSON Web Key builder.
ECJWKFactory<A,B,C> - Interface in io.inverno.mod.security.jose.jwk.ec
An Elliptic curve JSON Web Key factory.
ECJWKGenerator<A,B> - Interface in io.inverno.mod.security.jose.jwk.ec
An Elliptic curve JSON Web Key generator.
ED25519 - Enum constant in enum class io.inverno.mod.security.jose.jwa.OKPCurve
Ed25519 curve as defined by RFC8037 Section 3.1
ED448 - Enum constant in enum class io.inverno.mod.security.jose.jwa.OKPCurve
Ed448 curve as defined by RFC8037 Section 3.1
EDDSA_ED25519 - Enum constant in enum class io.inverno.mod.security.jose.jwa.EdECAlgorithm
EdDSA with Ed25519 curve as defined by RFC8037 Section 3.1
EDDSA_ED448 - Enum constant in enum class io.inverno.mod.security.jose.jwa.EdECAlgorithm
EdDSA with Ed448 curve as defined by RFC8037 Section 3.1
edec() - Method in interface io.inverno.mod.security.jose.jwk.JWKService
Returns the Edward-Curve JWK factory.
EdECAlgorithm - Enum Class in io.inverno.mod.security.jose.jwa
Edward-curve digital signature algorithms as defined by RFC8037 Section 3.1.
EdECJWK - Interface in io.inverno.mod.security.jose.jwk.okp
Edward-curve JSON Web Key.
EdECJWKBuilder<A,B> - Interface in io.inverno.mod.security.jose.jwk.okp
Edward-curve JSON Web Key builder.
EdECJWKFactory<A,B,C> - Interface in io.inverno.mod.security.jose.jwk.okp
An Edward-curve JSON Web Key factory.
EdECJWKGenerator<A,B> - Interface in io.inverno.mod.security.jose.jwk.okp
An Edward-curve JSON Web Key generator.
empty() - Method in interface io.inverno.mod.http.client.InterceptedResponseBody
Produces an empty payload.
empty() - Method in interface io.inverno.mod.http.client.RequestBody
Produces an empty payload.
empty() - Method in interface io.inverno.mod.http.server.ResponseBody
Produces an empty payload.
empty(A) - Static method in class io.inverno.mod.redis.operations.EntryOptional
 
enable() - Method in class io.inverno.mod.http.base.router.AbstractRoute
 
enable() - Method in class io.inverno.mod.http.base.router.AbstractRouteManager
 
enable() - Method in interface io.inverno.mod.http.base.router.Route
Enables the route in the router.
enable() - Method in interface io.inverno.mod.http.base.router.RouteManager
Enables all routes matching the criteria specified in the route manager and defined in the router it comes from.
enable() - Method in interface io.inverno.mod.web.server.BaseWebRoute
Enables the route.
enable() - Method in interface io.inverno.mod.web.server.BaseWebRouteManager
Enables all the routes currently defined in the router that are matching the criteria specified in the route manager.
enabled() - Element in annotation interface io.inverno.core.annotation.BeanSocket
Explicitly marks a socket as enabled or disabled.
enableRoute(C) - Method in class io.inverno.mod.http.base.router.AbstractRouter
Enables the specified route in the router.
enableRoute(C) - Method in class io.inverno.mod.http.base.router.RoutingLink
Enables the specified route in the routing chain.
encode(A) - Method in interface io.inverno.mod.http.base.header.HeaderCodec
Encodes the specified header as a string.
encode(A, ByteBuf, Charset) - Method in interface io.inverno.mod.http.base.header.HeaderCodec
Encodes the specified header in the specified ByteBuffer using the specified charset.
encode(File) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
encode(File) - Method in interface io.inverno.mod.base.converter.PrimitiveEncoder
Encodes file.
encode(File) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
encode(File) - Method in class io.inverno.mod.base.converter.StringConverter
 
encode(File) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
encode(Boolean) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
encode(Boolean) - Method in interface io.inverno.mod.base.converter.PrimitiveEncoder
Encodes boolean.
encode(Boolean) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
encode(Boolean) - Method in class io.inverno.mod.base.converter.StringConverter
 
encode(Boolean) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
encode(Byte) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
encode(Byte) - Method in interface io.inverno.mod.base.converter.PrimitiveEncoder
Encodes byte.
encode(Byte) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
encode(Byte) - Method in class io.inverno.mod.base.converter.StringConverter
 
encode(Byte) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
encode(Character) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
encode(Character) - Method in interface io.inverno.mod.base.converter.PrimitiveEncoder
Encodes character.
encode(Character) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
encode(Character) - Method in class io.inverno.mod.base.converter.StringConverter
 
encode(Character) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
encode(Class<?>) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
encode(Class<?>) - Method in interface io.inverno.mod.base.converter.PrimitiveEncoder
Encodes class.
encode(Class<?>) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
encode(Class<?>) - Method in class io.inverno.mod.base.converter.StringConverter
 
encode(Class<?>) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
encode(Double) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
encode(Double) - Method in interface io.inverno.mod.base.converter.PrimitiveEncoder
Encodes double.
encode(Double) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
encode(Double) - Method in class io.inverno.mod.base.converter.StringConverter
 
encode(Double) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
encode(Float) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
encode(Float) - Method in interface io.inverno.mod.base.converter.PrimitiveEncoder
Encodes float.
encode(Float) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
encode(Float) - Method in class io.inverno.mod.base.converter.StringConverter
 
encode(Float) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
encode(Integer) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
encode(Integer) - Method in interface io.inverno.mod.base.converter.PrimitiveEncoder
Encodes integer.
encode(Integer) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
encode(Integer) - Method in class io.inverno.mod.base.converter.StringConverter
 
encode(Integer) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
encode(Long) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
encode(Long) - Method in interface io.inverno.mod.base.converter.PrimitiveEncoder
Encodes long.
encode(Long) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
encode(Long) - Method in class io.inverno.mod.base.converter.StringConverter
 
encode(Long) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
encode(Object) - Method in class io.inverno.mod.boot.converter.JacksonByteBufConverter
 
encode(Short) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
encode(Short) - Method in interface io.inverno.mod.base.converter.PrimitiveEncoder
Encodes short.
encode(Short) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
encode(Short) - Method in class io.inverno.mod.base.converter.StringConverter
 
encode(Short) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
encode(String) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
encode(String) - Method in interface io.inverno.mod.base.converter.PrimitiveEncoder
Encodes string.
encode(String) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
encode(String) - Method in class io.inverno.mod.base.converter.StringConverter
 
encode(String) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
encode(String) - Method in class io.inverno.mod.security.authentication.password.Argon2Password.Encoder
 
encode(String) - Method in class io.inverno.mod.security.authentication.password.BCryptPassword.Encoder
 
encode(String) - Method in class io.inverno.mod.security.authentication.password.MessageDigestPassword.Encoder
 
encode(String) - Method in interface io.inverno.mod.security.authentication.password.Password.Encoder
Encodes the specified raw password.
encode(String) - Method in class io.inverno.mod.security.authentication.password.PBKDF2Password.Encoder
 
encode(String) - Method in class io.inverno.mod.security.authentication.password.RawPassword.Encoder
 
encode(String) - Method in class io.inverno.mod.security.authentication.password.SCryptPassword.Encoder
 
encode(String) - Method in class io.inverno.mod.security.http.digest.DigestPassword.Encoder
 
encode(BigDecimal) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
encode(BigDecimal) - Method in interface io.inverno.mod.base.converter.PrimitiveEncoder
Encodes big decimal.
encode(BigDecimal) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
encode(BigDecimal) - Method in class io.inverno.mod.base.converter.StringConverter
 
encode(BigDecimal) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
encode(BigInteger) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
encode(BigInteger) - Method in interface io.inverno.mod.base.converter.PrimitiveEncoder
Encodes big integer.
encode(BigInteger) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
encode(BigInteger) - Method in class io.inverno.mod.base.converter.StringConverter
 
encode(BigInteger) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
encode(InetAddress) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
encode(InetAddress) - Method in interface io.inverno.mod.base.converter.PrimitiveEncoder
Encodes inet address.
encode(InetAddress) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
encode(InetAddress) - Method in class io.inverno.mod.base.converter.StringConverter
 
encode(InetAddress) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
encode(InetSocketAddress) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
encode(InetSocketAddress) - Method in interface io.inverno.mod.base.converter.PrimitiveEncoder
Encodes inet socket address.
encode(InetSocketAddress) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
encode(InetSocketAddress) - Method in class io.inverno.mod.base.converter.StringConverter
 
encode(URI) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
encode(URI) - Method in interface io.inverno.mod.base.converter.PrimitiveEncoder
Encodes URI.
encode(URI) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
encode(URI) - Method in class io.inverno.mod.base.converter.StringConverter
 
encode(URI) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
encode(URL) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
encode(URL) - Method in interface io.inverno.mod.base.converter.PrimitiveEncoder
Encodes URL.
encode(URL) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
encode(URL) - Method in class io.inverno.mod.base.converter.StringConverter
 
encode(URL) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
encode(Path) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
encode(Path) - Method in interface io.inverno.mod.base.converter.PrimitiveEncoder
Encodes path.
encode(Path) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
encode(Path) - Method in class io.inverno.mod.base.converter.StringConverter
 
encode(Path) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
encode(LocalDate) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
encode(LocalDate) - Method in interface io.inverno.mod.base.converter.PrimitiveEncoder
Encodes local date.
encode(LocalDate) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
encode(LocalDate) - Method in class io.inverno.mod.base.converter.StringConverter
 
encode(LocalDate) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
encode(LocalDateTime) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
encode(LocalDateTime) - Method in interface io.inverno.mod.base.converter.PrimitiveEncoder
Encodes local datetime.
encode(LocalDateTime) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
encode(LocalDateTime) - Method in class io.inverno.mod.base.converter.StringConverter
 
encode(LocalDateTime) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
encode(ZonedDateTime) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
encode(ZonedDateTime) - Method in interface io.inverno.mod.base.converter.PrimitiveEncoder
Encodes zoned datetime.
encode(ZonedDateTime) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
encode(ZonedDateTime) - Method in class io.inverno.mod.base.converter.StringConverter
 
encode(ZonedDateTime) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
encode(Currency) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
encode(Currency) - Method in interface io.inverno.mod.base.converter.PrimitiveEncoder
Encodes currency.
encode(Currency) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
encode(Currency) - Method in class io.inverno.mod.base.converter.StringConverter
 
encode(Currency) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
encode(Locale) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
encode(Locale) - Method in interface io.inverno.mod.base.converter.PrimitiveEncoder
Encodes locale.
encode(Locale) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
encode(Locale) - Method in class io.inverno.mod.base.converter.StringConverter
 
encode(Locale) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
encode(Pattern) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
encode(Pattern) - Method in interface io.inverno.mod.base.converter.PrimitiveEncoder
Encodes pattern.
encode(Pattern) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
encode(Pattern) - Method in class io.inverno.mod.base.converter.StringConverter
 
encode(Pattern) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
encode(T) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
encode(T) - Method in class io.inverno.mod.base.converter.CompositeConverter
 
encode(T) - Method in class io.inverno.mod.base.converter.CompositeEncoder
 
encode(T) - Method in interface io.inverno.mod.base.converter.Encoder
Encodes the specified value to the encoded type.
encode(T) - Method in class io.inverno.mod.base.converter.StringConverter
 
encode(T) - Method in class io.inverno.mod.boot.converter.JsonByteBufMediaTypeConverter
 
encode(T) - Method in class io.inverno.mod.boot.converter.JacksonStringConverter
 
encode(T) - Method in class io.inverno.mod.boot.converter.JsonStringMediaTypeConverter
 
encode(T) - Method in class io.inverno.mod.boot.converter.NdJsonByteBufMediaTypeConverter
 
encode(T) - Method in class io.inverno.mod.boot.converter.NdJsonStringMediaTypeConverter
 
encode(T) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
encode(T) - Method in interface io.inverno.mod.http.base.header.HeaderService
Encodes the specified header as a string.
encode(T, ByteBuf, Charset) - Method in interface io.inverno.mod.http.base.header.HeaderService
Encodes the specified header in the specified ByteBuffer using the specified charset.
encode(T, Class<T>) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
encode(T, Class<T>) - Method in class io.inverno.mod.base.converter.CompositeConverter
 
encode(T, Class<T>) - Method in class io.inverno.mod.base.converter.CompositeEncoder
 
encode(T, Class<T>) - Method in interface io.inverno.mod.base.converter.Encoder
Encodes the specified value whose type is represented by the specified class to the encoded type.
encode(T, Class<T>) - Method in class io.inverno.mod.base.converter.StringConverter
 
encode(T, Class<T>) - Method in class io.inverno.mod.boot.converter.JsonByteBufMediaTypeConverter
 
encode(T, Class<T>) - Method in class io.inverno.mod.boot.converter.JacksonByteBufConverter
 
encode(T, Class<T>) - Method in class io.inverno.mod.boot.converter.JacksonStringConverter
 
encode(T, Class<T>) - Method in class io.inverno.mod.boot.converter.JsonStringMediaTypeConverter
 
encode(T, Class<T>) - Method in class io.inverno.mod.boot.converter.NdJsonByteBufMediaTypeConverter
 
encode(T, Class<T>) - Method in class io.inverno.mod.boot.converter.NdJsonStringMediaTypeConverter
 
encode(T, Class<T>) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
encode(T, Type) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
encode(T, Type) - Method in class io.inverno.mod.base.converter.CompositeConverter
 
encode(T, Type) - Method in class io.inverno.mod.base.converter.CompositeEncoder
 
encode(T, Type) - Method in interface io.inverno.mod.base.converter.Encoder
Encodes the specified value whose type is the specified type to the encoded type.
encode(T, Type) - Method in class io.inverno.mod.base.converter.StringConverter
 
encode(T, Type) - Method in class io.inverno.mod.boot.converter.JsonByteBufMediaTypeConverter
 
encode(T, Type) - Method in class io.inverno.mod.boot.converter.JacksonByteBufConverter
 
encode(T, Type) - Method in class io.inverno.mod.boot.converter.JacksonStringConverter
 
encode(T, Type) - Method in class io.inverno.mod.boot.converter.JsonStringMediaTypeConverter
 
encode(T, Type) - Method in class io.inverno.mod.boot.converter.NdJsonByteBufMediaTypeConverter
 
encode(T, Type) - Method in class io.inverno.mod.boot.converter.NdJsonStringMediaTypeConverter
 
encode(T, Type) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
encodeArray(T[]) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
encodeArray(T[]) - Method in interface io.inverno.mod.base.converter.JoinableEncoder
Encodes the specified array of values to the encoded type.
encodeArray(T[]) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
encodeArray(T[]) - Method in class io.inverno.mod.base.converter.StringConverter
 
encodeArray(T[]) - Method in class io.inverno.mod.boot.converter.JacksonByteBufConverter
 
encodeArray(T[]) - Method in class io.inverno.mod.boot.converter.JacksonStringConverter
 
encodeArray(T[]) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
encodeArray(T[], Class<T>) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
encodeArray(T[], Class<T>) - Method in interface io.inverno.mod.base.converter.JoinableEncoder
Encodes the specified array of values whose type is represented by the specified class to the encoded type.
encodeArray(T[], Class<T>) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
encodeArray(T[], Class<T>) - Method in class io.inverno.mod.base.converter.StringConverter
 
encodeArray(T[], Class<T>) - Method in class io.inverno.mod.boot.converter.JacksonByteBufConverter
 
encodeArray(T[], Class<T>) - Method in class io.inverno.mod.boot.converter.JacksonStringConverter
 
encodeArray(T[], Class<T>) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
encodeArray(T[], Type) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
encodeArray(T[], Type) - Method in interface io.inverno.mod.base.converter.JoinableEncoder
Encodes the specified array of values whose type is represented by the specified class to the encoded type.
encodeArray(T[], Type) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
encodeArray(T[], Type) - Method in class io.inverno.mod.base.converter.StringConverter
 
encodeArray(T[], Type) - Method in class io.inverno.mod.boot.converter.JacksonByteBufConverter
 
encodeArray(T[], Type) - Method in class io.inverno.mod.boot.converter.JacksonStringConverter
 
encodeArray(T[], Type) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
encodeBinaryMessages(Publisher<T>) - Method in interface io.inverno.mod.web.base.ws.BaseWeb2SocketExchange.Outbound
Encodes the specified messages to WebSocket binary messages sent to the client.
encodeBinaryMessages(Publisher<T>, Class<T>) - Method in interface io.inverno.mod.web.base.ws.BaseWeb2SocketExchange.Outbound
Encodes the specified messages of the specified type to WebSocket binary messages sent to the client.
encodeBinaryMessages(Publisher<T>, Type) - Method in interface io.inverno.mod.web.base.ws.BaseWeb2SocketExchange.Outbound
Encodes the specified messages of the specified type to WebSocket binary messages sent to the client.
encoded(Consumer<WebPart<T>>) - Method in interface io.inverno.mod.web.client.WebPartFactory
Creates an encoded part.
encoded(Consumer<WebPart<T>>, Class<T>) - Method in interface io.inverno.mod.web.client.WebPartFactory
Creates an encoded part.
encoded(Consumer<WebPart<T>>, Type) - Method in interface io.inverno.mod.web.client.WebPartFactory
Creates an encoded part.
encodeList(List<T>) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
encodeList(List<T>) - Method in interface io.inverno.mod.base.converter.JoinableEncoder
Encodes the specified list of values to an encoded value.
encodeList(List<T>) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
encodeList(List<T>) - Method in class io.inverno.mod.base.converter.StringConverter
 
encodeList(List<T>) - Method in class io.inverno.mod.boot.converter.JacksonByteBufConverter
 
encodeList(List<T>) - Method in class io.inverno.mod.boot.converter.JacksonStringConverter
 
encodeList(List<T>) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
encodeList(List<T>, Class<T>) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
encodeList(List<T>, Class<T>) - Method in interface io.inverno.mod.base.converter.JoinableEncoder
Encodes the specified list of values whose type is represented by the specified class to an encoded value.
encodeList(List<T>, Class<T>) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
encodeList(List<T>, Class<T>) - Method in class io.inverno.mod.base.converter.StringConverter
 
encodeList(List<T>, Class<T>) - Method in class io.inverno.mod.boot.converter.JacksonByteBufConverter
 
encodeList(List<T>, Class<T>) - Method in class io.inverno.mod.boot.converter.JacksonStringConverter
 
encodeList(List<T>, Class<T>) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
encodeList(List<T>, Type) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
encodeList(List<T>, Type) - Method in interface io.inverno.mod.base.converter.JoinableEncoder
Encodes the specified list of values whose type is the specified type to an encoded value.
encodeList(List<T>, Type) - Method in class io.inverno.mod.base.converter.StringCompositeConverter
 
encodeList(List<T>, Type) - Method in class io.inverno.mod.base.converter.StringConverter
 
encodeList(List<T>, Type) - Method in class io.inverno.mod.boot.converter.JacksonByteBufConverter
 
encodeList(List<T>, Type) - Method in class io.inverno.mod.boot.converter.JacksonStringConverter
 
encodeList(List<T>, Type) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
encodeMany(Flux<T>) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 
encodeMany(Flux<T>) - Method in interface io.inverno.mod.base.converter.ReactiveEncoder
Encodes a flux stream of values to a stream of values.
encodeMany(Flux<T>) - Method in class io.inverno.mod.boot.converter.JacksonByteBufConverter
 
encodeMany(Flux<T>) - Method in class io.inverno.mod.boot.converter.JacksonStringConverter
 
encodeMany(Flux<T>) - Method in class io.inverno.mod.boot.converter.JsonByteBufMediaTypeConverter
 
encodeMany(Flux<T>) - Method in class io.inverno.mod.boot.converter.JsonStringMediaTypeConverter
 
encodeMany(Flux<T>) - Method in class io.inverno.mod.boot.converter.NdJsonByteBufMediaTypeConverter
 
encodeMany(Flux<T>) - Method in class io.inverno.mod.boot.converter.NdJsonStringMediaTypeConverter
 
encodeMany(Flux<T>) - Method in class io.inverno.mod.boot.converter.TextStringMediaTypeConverter
 
encodeMany(Flux<T>, Class<T>) - Method in class io.inverno.mod.base.converter.ByteBufConverter
 </