A B C D E F G H I J L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractLdaptiveErrorHandler - Class in org.bremersee.data.ldaptive
-
The abstract ldaptive error handler.
- AbstractLdaptiveErrorHandler() - Constructor for class org.bremersee.data.ldaptive.AbstractLdaptiveErrorHandler
- AbstractMinioErrorHandler - Class in org.bremersee.data.minio
-
The abstract minio error handler.
- AbstractMinioErrorHandler() - Constructor for class org.bremersee.data.minio.AbstractMinioErrorHandler
- AbstractReactiveResourceServerAutoConfiguration - Class in org.bremersee.security.authentication
-
The abstract reactive resource server security auto configuration.
- AbstractReactiveResourceServerAutoConfiguration(Environment, CorsProperties, AuthProperties, ObjectProvider<JsonPathReactiveJwtConverter>, ObjectProvider<ReactiveUserDetailsService>, ObjectProvider<PasswordEncoder>) - Constructor for class org.bremersee.security.authentication.AbstractReactiveResourceServerAutoConfiguration
-
Instantiates a new abstract reactive resource server security auto configuration.
- AbstractResourceServerAutoConfiguration - Class in org.bremersee.security.authentication
-
The abstract resource server security auto configuration.
- AbstractResourceServerAutoConfiguration(Environment, SecurityProperties, AuthProperties, CorsProperties, ObjectProvider<JsonPathJwtConverter>, ObjectProvider<PasswordEncoder>) - Constructor for class org.bremersee.security.authentication.AbstractResourceServerAutoConfiguration
-
Instantiates a new abstract resource server security auto configuration.
- AbstractServiceExceptionBuilder<T extends ServiceException> - Class in org.bremersee.exception
-
The abstract service exception builder.
- AbstractServiceExceptionBuilder() - Constructor for class org.bremersee.exception.AbstractServiceExceptionBuilder
- AbstractUserDetailsService - Class in org.bremersee.security.core.userdetails
-
The abstract user details service.
- AbstractUserDetailsService(String, String, SearchScope, String, List<String>, String, boolean, Map<String, String>, String) - Constructor for class org.bremersee.security.core.userdetails.AbstractUserDetailsService
-
Instantiates a new abstract user details service.
- AbstractWebClientErrorDecoder<E extends Throwable> - Class in org.bremersee.web.reactive.function.client
-
An abstract implementation of the error decoder for the
WebClient
. - AbstractWebClientErrorDecoder() - Constructor for class org.bremersee.web.reactive.function.client.AbstractWebClientErrorDecoder
- AccessControlAutoConfiguration - Class in org.bremersee.security.access
-
The access control auto configuration.
- AccessControlAutoConfiguration(AccessControlProperties) - Constructor for class org.bremersee.security.access.AccessControlAutoConfiguration
-
Instantiates a new access control auto configuration.
- AccessControlEntryComparator - Class in org.bremersee.security.access
-
The access control entry comparator sorts the entries by permission.
- AccessControlEntryComparator() - Constructor for class org.bremersee.security.access.AccessControlEntryComparator
- AccessController - Interface in org.bremersee.security.access
-
The access controller.
- AccessController.Impl - Class in org.bremersee.security.access
-
The default access controller implementation.
- AccessControlProperties - Class in org.bremersee.security.access
-
The access control properties.
- AccessControlProperties() - Constructor for class org.bremersee.security.access.AccessControlProperties
-
Instantiates new access control properties.
- accessExpression(Function<String, String>) - Method in class org.bremersee.security.authentication.AuthProperties.PathMatcherProperties
-
Access expression string.
- AccessExpressionUtils - Class in org.bremersee.security.authentication
-
The access expression utilities.
- AccessMode - Enum in org.bremersee.security.authentication
-
The access mode.
- AccessTokenAppender - Class in org.bremersee.web.reactive.function.client
-
The access token appender.
- AccessTokenAppender(AccessTokenProvider<Mono<String>>) - Constructor for class org.bremersee.web.reactive.function.client.AccessTokenAppender
-
Instantiates a new access token appender.
- AccessTokenCache - Interface in org.bremersee.security.authentication
-
The access token cache interface.
- AccessTokenCache.Builder - Interface in org.bremersee.security.authentication
-
The builder interface.
- AccessTokenCache.Builder.Impl - Class in org.bremersee.security.authentication
-
The builder implementation.
- AccessTokenCacheAutoConfiguration - Class in org.bremersee.security.authentication
-
The access token cache auto configuration.
- AccessTokenCacheAutoConfiguration() - Constructor for class org.bremersee.security.authentication.AccessTokenCacheAutoConfiguration
- AccessTokenCacheImpl - Class in org.bremersee.security.authentication
-
The access token cache implementation.
- AccessTokenCacheImpl() - Constructor for class org.bremersee.security.authentication.AccessTokenCacheImpl
-
Instantiates a new access token cache.
- AccessTokenCacheImpl(Duration, String) - Constructor for class org.bremersee.security.authentication.AccessTokenCacheImpl
-
Instantiates a new access token cache.
- AccessTokenCacheImpl(Cache) - Constructor for class org.bremersee.security.authentication.AccessTokenCacheImpl
-
Instantiates a new access token cache.
- AccessTokenCacheImpl(Cache, Duration, String) - Constructor for class org.bremersee.security.authentication.AccessTokenCacheImpl
-
Instantiates a new access token cache.
- AccessTokenProvider<T> - Interface in org.bremersee.security.authentication
-
The access token provider.
- AccessTokenRetriever<T> - Interface in org.bremersee.security.authentication
-
Retrieve the access token from the identity provider.
- AccessTokenRetrieverAuthenticationException - Exception in org.bremersee.exception
-
The access token retriever authentication exception.
- AccessTokenRetrieverAuthenticationException(HttpStatus, String) - Constructor for exception org.bremersee.exception.AccessTokenRetrieverAuthenticationException
-
Instantiates a new access token retriever authentication exception.
- AccessTokenRetrieverProperties - Interface in org.bremersee.security.authentication
-
The access token retriever properties.
- ACCOUNT_DISABLED - Static variable in class org.bremersee.data.ldaptive.transcoder.UserAccountControlValueTranscoder
-
The bit map value of a disabled account.
- Ace - Interface in org.bremersee.security.access
-
The access control entry interface.
- Acl<E extends Ace> - Interface in org.bremersee.security.access
-
The access control list interface.
- AclBuilder - Interface in org.bremersee.security.access
-
The access control list builder.
- AclBuilder.Impl - Class in org.bremersee.security.access
-
The default access control list builder implementation.
- AclFactory<T> - Interface in org.bremersee.security.access
-
The acl factory.
- AclFactory.DtoAclFactory - Class in org.bremersee.security.access
-
The dto acl factory.
- aclMapper(ObjectProvider<AclFactory<T>>) - Method in class org.bremersee.security.access.AccessControlAutoConfiguration
-
Creates acl mapper bean.
- AclMapper<T extends Acl<? extends Ace>> - Interface in org.bremersee.security.access
-
The acl mapper interface.
- AclMapperImpl<T extends Acl<? extends Ace>> - Class in org.bremersee.security.access
-
The acl mapper implementation.
- AclMapperImpl(AclFactory<T>) - Constructor for class org.bremersee.security.access.AclMapperImpl
-
Instantiates a new acl mapper.
- AclMapperImpl(AclFactory<T>, String[], boolean) - Constructor for class org.bremersee.security.access.AclMapperImpl
-
Instantiates a new acl mapper.
- AclMapperImpl(AclFactory<T>, String[], boolean, boolean) - Constructor for class org.bremersee.security.access.AclMapperImpl
-
Instantiates a new acl mapper.
- aclModelMapperConfigAdapter(ObjectProvider<AclMapper<T>>) - Method in class org.bremersee.security.access.AccessControlAutoConfiguration
-
Creates a model mapper configurer adapter for the acl entity of the acl factory.
- ACTUATOR_ADMIN_ROLE_NAME - Static variable in class org.bremersee.security.core.AuthorityConstants
-
The constant ACTUATOR_ADMIN_ROLE_NAME.
- ACTUATOR_ROLE_NAME - Static variable in class org.bremersee.security.core.AuthorityConstants
-
The constant ACTUATOR_ROLE_NAME.
- ActuatorAuthProperties - Class in org.bremersee.actuator.security.authentication
-
Actuator authentication and authorization properties.
- ActuatorAuthProperties() - Constructor for class org.bremersee.actuator.security.authentication.ActuatorAuthProperties
- ActuatorAuthProperties.ActuatorPasswordFlow - Class in org.bremersee.actuator.security.authentication
-
OAuth2 password flow configuration properties.
- ActuatorAutoSecurityCondition - Class in org.bremersee.actuator.security.authentication
-
The actuator auto security condition.
- ActuatorAutoSecurityCondition() - Constructor for class org.bremersee.actuator.security.authentication.ActuatorAutoSecurityCondition
- actuatorFilterChain(ObjectProvider<ServerHttpSecurity>) - Method in class org.bremersee.actuator.security.authentication.ReactiveActuatorSecurityAutoConfiguration
-
Actuator filter chain security web filter chain.
- ActuatorPasswordFlow() - Constructor for class org.bremersee.actuator.security.authentication.ActuatorAuthProperties.ActuatorPasswordFlow
- ActuatorSecurityAutoConfiguration - Class in org.bremersee.actuator.security.authentication
-
The actuator security auto configuration.
- ActuatorSecurityAutoConfiguration(SecurityProperties, AuthProperties, ActuatorAuthProperties, ObjectProvider<JsonPathJwtConverter>, ObjectProvider<RestTemplateAccessTokenRetriever>, ObjectProvider<PasswordEncoder>) - Constructor for class org.bremersee.actuator.security.authentication.ActuatorSecurityAutoConfiguration
-
Instantiates a new actuator security auto configuration.
- add(AddRequest) - Method in interface org.bremersee.data.ldaptive.LdaptiveOperations
-
Executes add operation.
- add(AddRequest) - Method in interface org.bremersee.data.ldaptive.reactive.ReactiveLdaptiveOperations
-
Executes add operation.
- add(String, String...) - Method in class org.bremersee.security.authentication.ClientCredentialsFlowProperties.Builder
-
Adds an additional property on builder.
- add(String, String...) - Method in class org.bremersee.security.authentication.PasswordFlowProperties.Builder
-
Adds an additional property on builder.
- add(RestApiTesterPath.PathType, String) - Method in interface org.bremersee.test.web.RestApiTesterPath.Builder
-
Add step and value.
- add(RestApiTesterPath.PathType, String) - Method in class org.bremersee.test.web.RestApiTesterPath.BuilderImpl
- add(AddRequest) - Method in class org.bremersee.data.ldaptive.LdaptiveTemplate
- add(AddRequest) - Method in class org.bremersee.data.ldaptive.reactive.ReactiveLdaptiveTemplate
- addAttribute(LdapEntry, String, T, boolean, ValueTranscoder<T>, List<AttributeModification>) - Static method in interface org.bremersee.data.ldaptive.LdaptiveEntryMapper
-
Adds the specified value to the attribute with the specified name.
- addAttributes(LdapEntry, String, Collection<T>, boolean, ValueTranscoder<T>, List<AttributeModification>) - Static method in interface org.bremersee.data.ldaptive.LdaptiveEntryMapper
-
Adds the specified values to the attribute with the specified name.
- addCorsMappings(CorsRegistry) - Method in class org.bremersee.web.reactive.CorsAutoConfiguration
- addCorsMappings(CorsRegistry) - Method in class org.bremersee.web.servlet.CorsAutoConfiguration
- addFormatters(FormatterRegistry) - Method in class org.bremersee.web.reactive.BaseCommonConvertersAutoConfiguration
- addFormatters(FormatterRegistry) - Method in class org.bremersee.web.servlet.BaseCommonConvertersAutoConfiguration
- addGroup(String, String...) - Method in interface org.bremersee.security.access.AclBuilder
-
Adds group.
- addGroup(String, String...) - Method in class org.bremersee.security.access.AclBuilder.Impl
- AdditionalThymeleafAutoConfiguration - Class in org.bremersee.thymeleaf
-
The additional thymeleaf auto configuration.
- AdditionalThymeleafAutoConfiguration(AdditionalThymeleafProperties, ObjectProvider<TemplateEngine>) - Constructor for class org.bremersee.thymeleaf.AdditionalThymeleafAutoConfiguration
-
Instantiates a new additional thymeleaf auto configuration.
- AdditionalThymeleafProperties - Class in org.bremersee.thymeleaf
-
The additional thymeleaf properties.
- AdditionalThymeleafProperties() - Constructor for class org.bremersee.thymeleaf.AdditionalThymeleafProperties
- AdditionalThymeleafProperties.ResolverProperties - Class in org.bremersee.thymeleaf
-
The additional thymeleaf resolver properties.
- addKeyPrefix(String) - Method in class org.bremersee.security.authentication.AuthProperties.JwtCache
-
Add key prefix to the given key.
- addMillisToExpirationTime() - Method in annotation type org.bremersee.test.security.authentication.WithJwtAuthenticationToken
-
Add millis to expiration time.
- addMillisToIssueTime() - Method in annotation type org.bremersee.test.security.authentication.WithJwtAuthenticationToken
-
Add millis to issue time.
- addMillisToNotBeforeTime() - Method in annotation type org.bremersee.test.security.authentication.WithJwtAuthenticationToken
-
Add millis to not before time (should be negative).
- addRole(String, String...) - Method in interface org.bremersee.security.access.AclBuilder
-
Adds role.
- addRole(String, String...) - Method in class org.bremersee.security.access.AclBuilder.Impl
- addStackTraceItems(RestApiException, StackTraceElement[]) - Method in class org.bremersee.exception.RestApiExceptionMapperImpl
-
Add stack trace items.
- addUser(String, String...) - Method in interface org.bremersee.security.access.AclBuilder
-
Adds user.
- addUser(String, String...) - Method in class org.bremersee.security.access.AclBuilder.Impl
- ADMIN_ROLE_NAME - Static variable in class org.bremersee.security.core.AuthorityConstants
-
The constant ADMIN_ROLE_NAME.
- ADMINISTRATION - Static variable in class org.bremersee.security.access.PermissionConstants
-
The constant ADMINISTRATION.
- adminRolesOrDefaults() - Method in class org.bremersee.actuator.security.authentication.ActuatorAuthProperties
-
Admin roles or defaults.
- ALL - Static variable in class org.bremersee.security.access.PermissionConstants
-
The constant ALL.
- ALL_HTTP_METHODS - Static variable in class org.bremersee.security.authentication.AuthProperties.PathMatcherProperties
-
The constant ALL_HTTP_METHODS.
- allowAllConfiguration() - Static method in class org.bremersee.web.CorsProperties
-
Allow all configuration.
- alreadyExists() - Static method in exception org.bremersee.exception.ServiceException
-
Already exists service exception.
- alreadyExists(Object) - Static method in exception org.bremersee.exception.ServiceException
-
Already exists service exception.
- alreadyExists(String, Object) - Static method in exception org.bremersee.exception.ServiceException
-
Already exists service exception.
- alreadyExistsWithErrorCode(Object, String) - Static method in exception org.bremersee.exception.ServiceException
-
Already exists with error code service exception.
- alreadyExistsWithErrorCode(String, Object, String) - Static method in exception org.bremersee.exception.ServiceException
-
Already exists with error code service exception.
- ALWAYS - org.bremersee.data.minio.DeleteMode
-
Always delete mode.
- ANNOTATION - org.bremersee.test.web.RestApiTesterPath.PathType
-
Path type Annotation.
- ANNOTATION_MUST_NOT_BE_NULL - org.bremersee.test.web.RestApiAssertionType
-
Annotation must not be null rest api assertion type.
- ANY - org.bremersee.test.web.RestApiAssertionType
-
Any rest api assertion type.
- ANY_PATH - Static variable in class org.bremersee.security.authentication.AuthProperties.PathMatcherProperties
-
The constant ANY_PATH.
- apiExceptionHandler(ObjectProvider<ErrorAttributes>, ObjectProvider<WebProperties.Resources>, ApplicationContext, ObjectProvider<ServerCodecConfigurer>, ObjectProvider<RestApiExceptionMapper>) - Method in class org.bremersee.web.reactive.ApiExceptionHandlerAutoConfiguration
-
Builds api exception handler bean.
- ApiExceptionHandler - Class in org.bremersee.web.reactive
-
The reactive api exception handler.
- ApiExceptionHandler(ErrorAttributes, WebProperties.Resources, ApplicationContext, ServerCodecConfigurer, RestApiExceptionMapper) - Constructor for class org.bremersee.web.reactive.ApiExceptionHandler
-
Instantiates a new api exception handler.
- ApiExceptionHandlerAutoConfiguration - Class in org.bremersee.web.reactive
-
The api exception handler auto configuration.
- ApiExceptionHandlerAutoConfiguration() - Constructor for class org.bremersee.web.reactive.ApiExceptionHandlerAutoConfiguration
- ApiExceptionResolver - Class in org.bremersee.web.servlet
-
The api exception resolver.
- ApiExceptionResolver(RestApiExceptionMapper) - Constructor for class org.bremersee.web.servlet.ApiExceptionResolver
-
Instantiates a new api exception resolver.
- ApiExceptionResolver(RestApiExceptionMapper, ObjectMapper, XmlMapper) - Constructor for class org.bremersee.web.servlet.ApiExceptionResolver
-
Instantiates a new api exception resolver.
- ApiExceptionResolver(RestApiExceptionMapper, Jackson2ObjectMapperBuilder) - Constructor for class org.bremersee.web.servlet.ApiExceptionResolver
-
Instantiates a new api exception resolver.
- ApiExceptionResolverAutoConfiguration - Class in org.bremersee.web.servlet
-
The api exception resolver auto configuration.
- ApiExceptionResolverAutoConfiguration(ObjectProvider<RestApiExceptionMapper>, ObjectProvider<Jackson2ObjectMapperBuilder>) - Constructor for class org.bremersee.web.servlet.ApiExceptionResolverAutoConfiguration
-
Instantiates a new api exception resolver auto configuration.
- apply(ClientResponse) - Method in class org.bremersee.web.reactive.function.client.AbstractWebClientErrorDecoder
- applyStatusCodeIfPossible(HttpServletRequest, HttpServletResponse, int) - Method in class org.bremersee.web.servlet.ApiExceptionResolver
-
Apply status code if possible.
- assertSameApi(Class<?>, Class<?>, RestApiTesterExclusion...) - Static method in class org.bremersee.test.web.RestApiTester
-
Assert same api.
- ATTRIBUTE - org.bremersee.test.web.RestApiTesterPath.PathType
-
Path type Attribute.
- ATTRIBUTE_NAME - Static variable in class org.bremersee.data.ldaptive.transcoder.UserAccountControlValueTranscoder
-
The attribute name in an active directory controller.
- audience() - Method in annotation type org.bremersee.test.security.authentication.WithJwtAuthenticationToken
-
Audience.
- authenticate(Authentication) - Method in class org.bremersee.security.authentication.PasswordFlowAuthenticationManager
- authenticate(Authentication) - Method in class org.bremersee.security.authentication.PasswordFlowReactiveAuthenticationManager
- AUTHENTICATED - org.bremersee.security.authentication.AccessMode
-
Authenticated access mode.
- authenticationDetails(MessageSourceProperties) - Method in class org.bremersee.security.authentication.JwtSupportAutoConfiguration
-
Creates authentication details bean.
- authenticationDetails(MessageSourceProperties) - Method in class org.bremersee.security.authentication.ReactiveJwtSupportAutoConfiguration
-
Creates authentication details bean.
- AuthenticationDetails - Interface in org.bremersee.security.authentication
-
The authentication details interface.
- AuthorityConstants - Class in org.bremersee.security.core
-
Some authority constants.
- AuthProperties - Class in org.bremersee.security.authentication
-
Authentication and authorization properties.
- AuthProperties() - Constructor for class org.bremersee.security.authentication.AuthProperties
- AuthProperties.ClientCredentialsFlow - Class in org.bremersee.security.authentication
-
The client credentials flow.
- AuthProperties.EurekaAccessProperties - Class in org.bremersee.security.authentication
-
The eureka access properties.
- AuthProperties.JwtCache - Class in org.bremersee.security.authentication
-
The jwt cache properties.
- AuthProperties.PasswordFlow - Class in org.bremersee.security.authentication
-
OAuth2 password flow configuration properties.
- AuthProperties.PathMatcherProperties - Class in org.bremersee.security.authentication
-
The path matcher properties.
- AuthProperties.SimpleUser - Class in org.bremersee.security.authentication
-
A simple user.
- AUTO - org.bremersee.security.authentication.AutoSecurityMode
-
Auto security.
- AutoSecurityMode - Enum in org.bremersee.security.authentication
-
The auto security mode.
B
- badRequest() - Static method in exception org.bremersee.exception.ServiceException
-
Bad request service exception.
- badRequest(String) - Static method in exception org.bremersee.exception.ServiceException
-
Bad request service exception.
- badRequest(String, String) - Static method in exception org.bremersee.exception.ServiceException
-
Bad request service exception.
- badRequest(String, String, Throwable) - Static method in exception org.bremersee.exception.ServiceException
-
Bad request service exception.
- badRequest(String, Throwable) - Static method in exception org.bremersee.exception.ServiceException
-
Bad request service exception.
- BaseCommonConversions - Class in org.bremersee.data.convert
-
The base common conversions.
- BaseCommonConversions() - Constructor for class org.bremersee.data.convert.BaseCommonConversions
- BaseCommonConverters - Class in org.bremersee.converter
-
The base common converters.
- BaseCommonConverters() - Constructor for class org.bremersee.converter.BaseCommonConverters
- BaseCommonConvertersAutoConfiguration - Class in org.bremersee.web.reactive
-
The base common converters auto configuration.
- BaseCommonConvertersAutoConfiguration - Class in org.bremersee.web.servlet
-
The base common converters auto configuration.
- BaseCommonConvertersAutoConfiguration() - Constructor for class org.bremersee.web.reactive.BaseCommonConvertersAutoConfiguration
- BaseCommonConvertersAutoConfiguration() - Constructor for class org.bremersee.web.servlet.BaseCommonConvertersAutoConfiguration
- BasicAuthProperties - Interface in org.bremersee.security.authentication
-
The basic auth properties.
- BasicAuthProperties.Builder - Class in org.bremersee.security.authentication
-
The basic auth properties builder.
- bind(BindRequest) - Method in interface org.bremersee.data.ldaptive.LdaptiveOperations
-
Executes bind operation.
- bind(BindRequest) - Method in interface org.bremersee.data.ldaptive.reactive.ReactiveLdaptiveOperations
-
Executes bind operation.
- bind(BindRequest) - Method in class org.bremersee.data.ldaptive.LdaptiveTemplate
- bind(BindRequest) - Method in class org.bremersee.data.ldaptive.reactive.ReactiveLdaptiveTemplate
- bucketExists(BucketExistsArgs) - Method in interface org.bremersee.data.minio.MinioOperations
-
Checks if a bucket exists.
- build() - Method in class org.bremersee.exception.AbstractServiceExceptionBuilder
- build() - Method in interface org.bremersee.exception.ServiceExceptionBuilder
-
Build the service exception.
- build() - Method in interface org.bremersee.security.authentication.AccessTokenCache.Builder
-
Build access token cache.
- build() - Method in class org.bremersee.security.authentication.AccessTokenCache.Builder.Impl
- build() - Method in class org.bremersee.security.authentication.BasicAuthProperties.Builder
-
Build basic auth properties.
- build() - Method in class org.bremersee.security.authentication.ClientCredentialsFlowProperties.Builder
-
Build client credentials flow properties.
- build() - Method in class org.bremersee.security.authentication.PasswordFlowProperties.Builder
-
Build password flow properties.
- build() - Method in interface org.bremersee.test.web.RestApiTesterPath.Builder
-
Build rest api tester path.
- build() - Method in class org.bremersee.test.web.RestApiTesterPath.BuilderImpl
- build(Class<T>) - Method in interface org.bremersee.web.reactive.function.client.proxy.WebClientProxyBuilder
-
Build the proxy.
- build(Throwable, String, Object) - Method in interface org.bremersee.exception.RestApiExceptionMapper
-
Build the exception model from the exception, the requested path and an handler.
- build(Throwable, String, Object) - Method in class org.bremersee.exception.RestApiExceptionMapperImpl
- build(AclFactory<T>) - Method in interface org.bremersee.security.access.AclBuilder
-
Build acl.
- build(Flux<? extends Part>) - Method in interface org.bremersee.web.reactive.multipart.MultipartFileBuilder
-
Build multipart file from the last part of the given parts.
- build(Class<T>) - Method in class org.bremersee.web.reactive.function.client.proxy.WebClientProxyBuilder.Default
- build(AclFactory<T>) - Method in class org.bremersee.security.access.AclBuilder.Impl
- build(InvocationParameters, HttpHeaders) - Method in interface org.bremersee.web.reactive.function.client.proxy.RequestHeadersBuilder
-
Build.
- build(InvocationParameters, MultiValueMap<String, String>) - Method in interface org.bremersee.web.reactive.function.client.proxy.RequestCookiesBuilder
-
Build.
- build(InvocationParameters, MultiValueMap<String, String>) - Method in class org.bremersee.web.reactive.function.client.proxy.RequestCookiesBuilder.Default
- build(InvocationParameters, WebClient) - Method in interface org.bremersee.web.reactive.function.client.proxy.RequestUriSpecBuilder
-
Build request headers uri spec.
- build(InvocationParameters, WebClient) - Method in class org.bremersee.web.reactive.function.client.proxy.RequestUriSpecBuilder.Default
- build(InvocationParameters, WebClient.ResponseSpec) - Method in interface org.bremersee.web.reactive.function.client.proxy.RequestResponseBuilder
-
Build object.
- build(InvocationParameters, WebClient.ResponseSpec) - Method in class org.bremersee.web.reactive.function.client.proxy.RequestResponseBuilder.Default
- build(InvocationParameters, UriBuilder) - Method in interface org.bremersee.web.reactive.function.client.proxy.RequestUriBuilder
-
Build uri.
- build(InvocationParameters, UriBuilder) - Method in class org.bremersee.web.reactive.function.client.proxy.RequestUriBuilder.Default
- build(Part) - Method in interface org.bremersee.web.reactive.multipart.MultipartFileBuilder
-
Build multipart file from the given part.
- build(Part) - Method in class org.bremersee.web.reactive.multipart.MultipartFileBuilderImpl
- build(Flux<? extends Part>) - Method in class org.bremersee.web.reactive.multipart.MultipartFileBuilderImpl
- buildAccessControlList() - Method in interface org.bremersee.security.access.AclBuilder
-
Build access control list.
- buildAccessExpression() - Method in class org.bremersee.actuator.security.authentication.ActuatorAuthProperties
-
Build access expression (SpEL) for actuator endpoints.
- buildAccessExpression(Function<String, String>) - Method in class org.bremersee.security.authentication.AuthProperties.EurekaAccessProperties
-
Build access expression.
- buildAcl() - Method in interface org.bremersee.security.access.AclBuilder
-
Build acl.
- buildAdminAccessExpression() - Method in class org.bremersee.actuator.security.authentication.ActuatorAuthProperties
-
Build access expression (SpEL) for admin actuator endpoints.
- buildBasicAuthUserDetails(PasswordEncoder) - Method in class org.bremersee.security.authentication.AuthProperties
-
Build user details from in memory users.
- buildBasicAuthUserDetails(PasswordEncoder, UserDetails...) - Method in class org.bremersee.security.authentication.AuthProperties.EurekaAccessProperties
-
Build basic auth user details.
- builder() - Static method in exception org.bremersee.data.ldaptive.LdaptiveException
-
Creates a new service exception builder.
- builder() - Static method in exception org.bremersee.exception.ServiceException
-
Creates new exception builder.
- builder() - Static method in interface org.bremersee.security.access.AclBuilder
-
Instantiates a new access control list builder.
- builder() - Static method in interface org.bremersee.security.authentication.AccessTokenCache
-
Creates a new builder.
- builder() - Static method in interface org.bremersee.security.authentication.BasicAuthProperties
-
Returns a new basic auth properties builder.
- builder() - Static method in interface org.bremersee.security.authentication.ClientCredentialsFlowProperties
-
Returns a builder for client credentials flow properties.
- builder() - Static method in interface org.bremersee.security.authentication.PasswordFlowProperties
-
Returns a builder for password flow properties.
- Builder() - Constructor for class org.bremersee.security.authentication.BasicAuthProperties.Builder
- Builder() - Constructor for class org.bremersee.security.authentication.ClientCredentialsFlowProperties.Builder
- Builder() - Constructor for class org.bremersee.security.authentication.PasswordFlowProperties.Builder
- buildException(ClientResponse, String) - Method in class org.bremersee.security.authentication.WebClientAccessTokenRetriever
- buildException(ClientResponse, String) - Method in class org.bremersee.web.reactive.function.client.DefaultWebClientErrorDecoder
- buildException(ClientResponse, String) - Method in class org.bremersee.web.reactive.function.client.MessageAwareWebClientErrorDecoder
- buildException(ClientResponse, String) - Method in interface org.bremersee.web.reactive.function.client.WebClientErrorDecoder
-
Build exception.
- buildHandler(Object) - Method in class org.bremersee.exception.RestApiExceptionMapperImpl
-
Build the handler model of the rest ape exception.
- buildHttpHeaders(Map<String, ? extends Collection<String>>) - Static method in class org.bremersee.http.HttpHeadersHelper
-
Build http headers.
- buildList(MultiValueMap<String, Part>, String...) - Method in interface org.bremersee.web.reactive.multipart.MultipartFileBuilder
-
Build list of multipart files from the given multi part data.
- buildList(Flux<? extends Part>) - Method in interface org.bremersee.web.reactive.multipart.MultipartFileBuilder
-
Build multipart files from the given parts.
- buildList(MultiValueMap<String, Part>, String...) - Method in class org.bremersee.web.reactive.multipart.MultipartFileBuilderImpl
- buildList(Flux<? extends Part>) - Method in class org.bremersee.web.reactive.multipart.MultipartFileBuilderImpl
- buildLists(MultiValueMap<String, Part>, String...) - Method in interface org.bremersee.web.reactive.multipart.MultipartFileBuilder
-
Build list (flux) of lists of multipart files from the given multi part data.
- buildLists(MultiValueMap<String, Part>, String...) - Method in class org.bremersee.web.reactive.multipart.MultipartFileBuilderImpl
- buildMap(MultiValueMap<String, Part>, String...) - Method in interface org.bremersee.web.reactive.multipart.MultipartFileBuilder
-
Build map of multipart files from the given multi part data.
- buildMap(Flux<? extends Part>...) - Method in interface org.bremersee.web.reactive.multipart.MultipartFileBuilder
-
Build map mono.
- buildMap(MultiValueMap<String, Part>, String...) - Method in class org.bremersee.web.reactive.multipart.MultipartFileBuilderImpl
- buildMap(Flux<? extends Part>...) - Method in class org.bremersee.web.reactive.multipart.MultipartFileBuilderImpl
- buildMultiValueMap(MultiValueMap<String, Part>, String...) - Method in interface org.bremersee.web.reactive.multipart.MultipartFileBuilder
-
Build multi value map of multipart files from the given multi part data.
- buildMultiValueMap(Flux<? extends Part>...) - Method in interface org.bremersee.web.reactive.multipart.MultipartFileBuilder
-
Build multi value map mono.
- buildMultiValueMap(MultiValueMap<String, Part>, String...) - Method in class org.bremersee.web.reactive.multipart.MultipartFileBuilderImpl
- buildMultiValueMap(Flux<? extends Part>...) - Method in class org.bremersee.web.reactive.multipart.MultipartFileBuilderImpl
- buildRestApiExceptionCause(Throwable, RestApiExceptionMapperProperties.ExceptionMappingConfig) - Method in class org.bremersee.exception.RestApiExceptionMapperImpl
-
Build the cause of a rest api exception.
- buildTemplateResolver(AdditionalThymeleafProperties.ResolverProperties, int) - Method in class org.bremersee.thymeleaf.AdditionalThymeleafAutoConfiguration
-
Build template resolver.
- buildWith(int, String) - Method in class org.bremersee.exception.AbstractServiceExceptionBuilder
-
Build the service exception with the given values.
- buildWith(int, String, String) - Method in class org.bremersee.exception.AbstractServiceExceptionBuilder
-
Build the service exception with the given values.
- buildWith(int, String, String, Throwable) - Method in class org.bremersee.exception.AbstractServiceExceptionBuilder
-
Build the service exception with the given values.
- buildWith(int, String, Throwable) - Method in class org.bremersee.exception.AbstractServiceExceptionBuilder
-
Build the service exception with the given values.
C
- CACHE_NAME - Static variable in interface org.bremersee.security.authentication.AccessTokenCache
-
The constant CACHE_NAME.
- CACHE_NAME - Static variable in interface org.bremersee.security.authentication.ReactiveAccessTokenCache
-
The constant CACHE_NAME.
- callWithOptionalUserContext(Function<UserContext, R>) - Method in class org.bremersee.security.core.UserContextCaller
-
Call with optional user context.
- callWithRequiredUserContext(Function<UserContext, R>) - Method in class org.bremersee.security.core.UserContextCaller
-
Call with required user context.
- canContentTypeBeJson(String) - Static method in class org.bremersee.http.MediaTypeHelper
-
Determine whether the given media type can be rendered as json.
- canContentTypeBeXml(String) - Static method in class org.bremersee.http.MediaTypeHelper
-
Determine whether the given media type can be rendered as xml.
- canDecode(ResolvableType, MimeType) - Method in class org.bremersee.http.codec.xml.ReactiveJaxbDecoder
- canEncode(ResolvableType, MimeType) - Method in class org.bremersee.http.codec.xml.ReactiveJaxbEncoder
- cause - Variable in class org.bremersee.exception.AbstractServiceExceptionBuilder
-
The cause.
- cause(Throwable) - Method in class org.bremersee.exception.AbstractServiceExceptionBuilder
- cause(Throwable) - Method in interface org.bremersee.exception.ServiceExceptionBuilder
-
sets cause on service exception builder.
- check(Mono<Authentication>, AuthorizationContext) - Method in class org.bremersee.security.authentication.IpBasedAuthorizationManager
- check(Mono<Authentication>, AuthorizationContext) - Method in class org.bremersee.security.authentication.RoleBasedAuthorizationManager
- check(Mono<Authentication>, AuthorizationContext) - Method in class org.bremersee.security.authentication.RoleOrIpBasedAuthorizationManager
- CLASS - org.bremersee.test.web.RestApiTesterPath.PathType
-
Path type Class.
- CLASS_HEADER_NAME - Static variable in class org.bremersee.exception.RestApiExceptionUtils
-
The header name for the 'class name' attribute.
- CLASS_MUST_BE_INTERFACE - org.bremersee.test.web.RestApiAssertionType
-
Class must be interface rest api assertion type.
- ClientCredentialsFlow() - Constructor for class org.bremersee.security.authentication.AuthProperties.ClientCredentialsFlow
- ClientCredentialsFlowProperties - Interface in org.bremersee.security.authentication
-
The client credentials flow properties.
- ClientCredentialsFlowProperties.Builder - Class in org.bremersee.security.authentication
-
The builder implementation.
- clientId(String) - Method in class org.bremersee.security.authentication.ClientCredentialsFlowProperties.Builder
-
Sets client id on builder.
- clientId(String) - Method in class org.bremersee.security.authentication.PasswordFlowProperties.Builder
-
Sets client id on builder.
- clientSecret(String) - Method in class org.bremersee.security.authentication.ClientCredentialsFlowProperties.Builder
-
Sets client secret on builder.
- clientSecret(String) - Method in class org.bremersee.security.authentication.PasswordFlowProperties.Builder
-
Sets client secret on builder.
- clone() - Method in class org.bremersee.data.ldaptive.LdaptiveTemplate
-
Returns a new instance of this ldaptive template with the same connection factory and error handler.
- clone() - Method in class org.bremersee.data.ldaptive.reactive.ReactiveLdaptiveTemplate
-
Returns a new instance of this ldaptive template with the same connection factory and error handler.
- clone() - Method in class org.bremersee.data.minio.MinioTemplate
- clone(LdaptiveErrorHandler) - Method in class org.bremersee.data.ldaptive.reactive.ReactiveLdaptiveTemplate
-
Returns a new instance of this ldaptive template with the same connection factory and the given error handler.
- clone(ErrorHandler) - Method in class org.bremersee.data.ldaptive.LdaptiveTemplate
-
Returns a new instance of this ldaptive template with the same connection factory and the given error handler.
- clone(ErrorHandler) - Method in class org.bremersee.data.minio.MinioTemplate
-
Clone minio template.
- CODE_HEADER_NAME - Static variable in class org.bremersee.exception.RestApiExceptionUtils
-
The header name for the 'code' attribute.
- commonFunctions(InvocationFunctions) - Method in interface org.bremersee.web.reactive.function.client.proxy.WebClientProxyBuilder
-
Sets common functions.
- commonFunctions(InvocationFunctions) - Method in class org.bremersee.web.reactive.function.client.proxy.WebClientProxyBuilder.Default
- compare(CompareRequest) - Method in interface org.bremersee.data.ldaptive.LdaptiveOperations
-
Executes compare operation.
- compare(CompareRequest) - Method in interface org.bremersee.data.ldaptive.reactive.ReactiveLdaptiveOperations
-
Executes compare operation.
- compare(AccessControlEntry, AccessControlEntry) - Method in class org.bremersee.security.access.AccessControlEntryComparator
- compare(CompareRequest) - Method in class org.bremersee.data.ldaptive.LdaptiveTemplate
- compare(CompareRequest) - Method in class org.bremersee.data.ldaptive.reactive.ReactiveLdaptiveTemplate
- composeObject(ComposeObjectArgs) - Method in interface org.bremersee.data.minio.MinioOperations
-
Creates an object by combining data from different source objects using server-side copy.
- computeTemplateResource(IEngineConfiguration, String, String, String, String, Map<String, Object>) - Method in class org.bremersee.thymeleaf.TemplateResolver
- configure(ModelMapper) - Method in interface org.bremersee.converter.ModelMapperConfigurerAdapter
-
Configures the model mapper.
- configure(HttpSecurity) - Method in class org.bremersee.actuator.security.authentication.ActuatorSecurityAutoConfiguration
- configure(HttpSecurity) - Method in class org.bremersee.security.authentication.AbstractResourceServerAutoConfiguration
- connectionFactory() - Method in class org.bremersee.data.ldaptive.LdaptiveAutoConfiguration
-
Builds connection factory bean.
- convert(String) - Method in class org.bremersee.converter.StringToJavaLocaleConverter
- convert(String) - Method in class org.bremersee.converter.StringToLocaleConverter
- convert(String) - Method in class org.bremersee.converter.StringToMongoSearchLanguageConverter
- convert(String) - Method in class org.bremersee.converter.StringToThreeLetterCountryCodeConverter
- convert(String) - Method in class org.bremersee.converter.StringToThreeLetterLanguageCodeConverter
- convert(String) - Method in class org.bremersee.converter.StringToTimeZoneConverter
- convert(String) - Method in class org.bremersee.converter.StringToTimeZoneIdConverter
- convert(String) - Method in class org.bremersee.converter.StringToTwoLetterCountryCodeConverter
- convert(String) - Method in class org.bremersee.converter.StringToTwoLetterLanguageCodeConverter
- convert(Instant) - Method in class org.bremersee.data.convert.InstantToOffsetDateTimeReadConverter
- convert(OffsetDateTime) - Method in class org.bremersee.data.convert.OffsetDateTimeToDateWriteConverter
- convert(OffsetDateTime) - Method in class org.bremersee.data.convert.OffsetDateTimeToInstantWriteConverter
- convert(Date) - Method in class org.bremersee.data.convert.DateToOffsetDateTimeReadConverter
- convert(Locale) - Method in class org.bremersee.data.convert.LocaleWriteConverter
- convert(TimeZone) - Method in class org.bremersee.converter.TimeZoneToStringConverter
- convert(JavaLocale) - Method in class org.bremersee.data.convert.JavaLocaleWriteConverter
- convert(ThreeLetterCountryCode) - Method in class org.bremersee.data.convert.ThreeLetterCountryCodeWriteConverter
- convert(ThreeLetterLanguageCode) - Method in class org.bremersee.data.convert.ThreeLetterLanguageCodeWriteConverter
- convert(TimeZoneId) - Method in class org.bremersee.data.convert.TimeZoneIdWriteConverter
- convert(TwoLetterCountryCode) - Method in class org.bremersee.data.convert.TwoLetterCountryCodeWriteConverter
- convert(TwoLetterLanguageCode) - Method in class org.bremersee.data.convert.TwoLetterLanguageCodeWriteConverter
- convert(Jwt) - Method in class org.bremersee.security.authentication.JsonPathJwtConverter
- convert(Jwt) - Method in class org.bremersee.security.authentication.JsonPathReactiveJwtConverter
- CONVERTERS - Static variable in class org.bremersee.converter.BaseCommonConverters
-
The constant CONVERTERS.
- CONVERTERS - Static variable in class org.bremersee.data.convert.BaseCommonConversions
-
The constant CONVERTERS.
- copyObject(CopyObjectArgs) - Method in interface org.bremersee.data.minio.MinioOperations
-
Creates an object by server-side copying data from another object.
- CorsAutoConfiguration - Class in org.bremersee.web.reactive
-
The cors auto configuration.
- CorsAutoConfiguration - Class in org.bremersee.web.servlet
-
The cors auto configuration.
- CorsAutoConfiguration(CorsProperties) - Constructor for class org.bremersee.web.reactive.CorsAutoConfiguration
-
Instantiates a new cors auto configuration.
- CorsAutoConfiguration(CorsProperties) - Constructor for class org.bremersee.web.servlet.CorsAutoConfiguration
-
Instantiates a new cors auto configuration.
- CorsConfiguration() - Constructor for class org.bremersee.web.CorsProperties.CorsConfiguration
- CorsProperties - Class in org.bremersee.web
-
The cors properties.
- CorsProperties() - Constructor for class org.bremersee.web.CorsProperties
- CorsProperties.CorsConfiguration - Class in org.bremersee.web
-
The cors configuration.
- create(Object, int) - Static method in class org.bremersee.core.OrderedProxy
-
Create a proxy of the target object that implements
Ordered
. - CREATE - Static variable in class org.bremersee.security.access.PermissionConstants
-
The constant CREATE.
- createAccessControlList(String, Map<String, ? extends Ace>) - Method in interface org.bremersee.security.access.AclFactory
-
Create access control list of the specified type.
- createAccessControlList(String, Map<String, ? extends Ace>) - Method in class org.bremersee.security.access.AclFactory.DtoAclFactory
- createBody() - Method in interface org.bremersee.security.authentication.AccessTokenRetrieverProperties
-
Create http request body.
- createBody() - Method in interface org.bremersee.security.authentication.ClientCredentialsFlowProperties
- createBody() - Method in interface org.bremersee.security.authentication.PasswordFlowProperties
- createCacheKey() - Method in interface org.bremersee.security.authentication.AccessTokenRetrieverProperties
-
Create cache key.
- createCacheKey() - Method in interface org.bremersee.security.authentication.ClientCredentialsFlowProperties
- createCacheKey() - Method in interface org.bremersee.security.authentication.PasswordFlowProperties
- createCacheKeyHashed() - Method in interface org.bremersee.security.authentication.AccessTokenRetrieverProperties
-
Create an hashed cache key.
- createConnectionConfig(LdaptiveProperties) - Method in interface org.bremersee.data.ldaptive.LdaptiveConnectionConfigFactory
-
Create connection config.
- createConnectionConfig(LdaptiveProperties, String, String) - Method in interface org.bremersee.data.ldaptive.LdaptiveConnectionConfigFactory
-
Create connection config.
- createConnectionConfig(LdaptiveProperties, String, String) - Method in class org.bremersee.data.ldaptive.LdaptiveConnectionConfigFactory.Default
- createDn(String, String, String) - Static method in interface org.bremersee.data.ldaptive.LdaptiveEntryMapper
-
Create dn string.
- createSearchConnectionValidator() - Method in class org.bremersee.data.ldaptive.LdaptiveProperties
-
Create search connection validator search connection validator.
- createSearchRequest() - Method in class org.bremersee.data.ldaptive.LdaptiveProperties.SearchValidatorProperties.SearchRequestProperties
-
Create search request.
- createSecurityContext(WithJwtAuthenticationToken) - Method in class org.bremersee.test.security.authentication.JwtAuthenticationTokenSecurityContextFactory
D
- DateToOffsetDateTimeReadConverter - Class in org.bremersee.data.convert
-
The date to offset date time read converter.
- DateToOffsetDateTimeReadConverter() - Constructor for class org.bremersee.data.convert.DateToOffsetDateTimeReadConverter
- decode(String, Response) - Method in class org.bremersee.exception.feign.FeignClientExceptionErrorDecoder
- decode(Publisher<DataBuffer>, ResolvableType, MimeType, Map<String, Object>) - Method in class org.bremersee.http.codec.xml.ReactiveJaxbDecoder
- decode(DataBuffer, ResolvableType, MimeType, Map<String, Object>) - Method in class org.bremersee.http.codec.xml.ReactiveJaxbDecoder
- decodeStringValue(String) - Method in class org.bremersee.data.ldaptive.transcoder.UserAccountControlValueTranscoder
- decodeStringValue(String) - Method in class org.bremersee.security.core.userdetails.UserDetailsLdapMapper.GrantedAuthorityValueTranscoder
- decodeToMono(Publisher<DataBuffer>, ResolvableType, MimeType, Map<String, Object>) - Method in class org.bremersee.http.codec.xml.ReactiveJaxbDecoder
- Default() - Constructor for class org.bremersee.data.ldaptive.LdaptiveConnectionConfigFactory.Default
- Default() - Constructor for class org.bremersee.web.reactive.function.client.proxy.RequestBodyInserter.Default
- Default() - Constructor for class org.bremersee.web.reactive.function.client.proxy.RequestCookiesBuilder.Default
- Default() - Constructor for class org.bremersee.web.reactive.function.client.proxy.RequestHeadersBuilder.Default
- Default() - Constructor for class org.bremersee.web.reactive.function.client.proxy.RequestResponseBuilder.Default
- Default() - Constructor for class org.bremersee.web.reactive.function.client.proxy.RequestUriBuilder.Default
- Default() - Constructor for class org.bremersee.web.reactive.function.client.proxy.RequestUriSpecBuilder.Default
- Default() - Constructor for class org.bremersee.web.reactive.function.client.proxy.WebClientProxyBuilder.Default
- DEFAULT - Static variable in class org.bremersee.web.ErrorDetectors
-
Detects errors with an http status code 4xx or 5xx.
- defaultAccessControlList(String) - Method in interface org.bremersee.security.access.AclMapper
-
Default access control list (dto).
- defaultAccessControlList(String) - Method in class org.bremersee.security.access.AclMapperImpl
- defaultAcl(String) - Method in interface org.bremersee.security.access.AclMapper
-
Default acl (entity).
- defaultAcl(String) - Method in class org.bremersee.security.access.AclMapperImpl
- defaultBuilder() - Static method in interface org.bremersee.web.reactive.function.client.proxy.RequestCookiesBuilder
-
Default request cookies builder.
- defaultBuilder() - Static method in interface org.bremersee.web.reactive.function.client.proxy.RequestHeadersBuilder
-
Default request headers builder.
- defaultBuilder() - Static method in interface org.bremersee.web.reactive.function.client.proxy.RequestResponseBuilder
-
Default request response builder.
- defaultBuilder() - Static method in interface org.bremersee.web.reactive.function.client.proxy.RequestUriBuilder
-
Default request uri builder.
- defaultBuilder() - Static method in interface org.bremersee.web.reactive.function.client.proxy.RequestUriSpecBuilder
-
Default request uri spec builder.
- defaultBuilder() - Static method in interface org.bremersee.web.reactive.function.client.proxy.WebClientProxyBuilder
-
Default web client proxy builder.
- defaultFactory() - Static method in interface org.bremersee.data.ldaptive.LdaptiveConnectionConfigFactory
-
Get default connection config factory.
- defaultInserter() - Static method in interface org.bremersee.web.reactive.function.client.proxy.RequestBodyInserter
-
Default request body inserter.
- DefaultLdaptiveErrorHandler - Class in org.bremersee.data.ldaptive
-
The default ldaptive error handler.
- DefaultLdaptiveErrorHandler() - Constructor for class org.bremersee.data.ldaptive.DefaultLdaptiveErrorHandler
- defaultLocale() - Method in class org.bremersee.context.MessageSourceProperties
-
Default locale.
- DefaultMinioErrorHandler - Class in org.bremersee.data.minio
-
The default minio error handler.
- DefaultMinioErrorHandler() - Constructor for class org.bremersee.data.minio.DefaultMinioErrorHandler
- DefaultMinioObjectId - Class in org.bremersee.data.minio
-
The default minio object id.
- DefaultMinioObjectId(String) - Constructor for class org.bremersee.data.minio.DefaultMinioObjectId
-
Instantiates a new default minio object id.
- DefaultMinioObjectId(String, String) - Constructor for class org.bremersee.data.minio.DefaultMinioObjectId
-
Instantiates a new default minio object id.
- DefaultMinioObjectId(MinioObjectId) - Constructor for class org.bremersee.data.minio.DefaultMinioObjectId
-
Instantiates a new default minio object id.
- defaults(String...) - Method in interface org.bremersee.security.access.AclBuilder
-
Add default access control entries for the given permissions.
- defaults(String...) - Method in class org.bremersee.security.access.AclBuilder.Impl
- defaultTimeZone() - Method in class org.bremersee.context.MessageSourceProperties
-
Default time zone.
- DefaultWebClientErrorDecoder - Class in org.bremersee.web.reactive.function.client
-
This web client error decoder generates a
WebClientException
from the error response. - DefaultWebClientErrorDecoder() - Constructor for class org.bremersee.web.reactive.function.client.DefaultWebClientErrorDecoder
-
Instantiates a new web client error decoder.
- DefaultWebClientErrorDecoder(RestApiExceptionParser) - Constructor for class org.bremersee.web.reactive.function.client.DefaultWebClientErrorDecoder
-
Instantiates a new web client error decoder.
- delegate - Static variable in class org.bremersee.security.core.userdetails.LdaptivePasswordEncoder
-
The constant delegate.
- delete(MinioObjectId) - Method in interface org.bremersee.data.minio.MinioRepository
-
Delete.
- delete(DeleteRequest) - Method in interface org.bremersee.data.ldaptive.LdaptiveOperations
-
Executes delete operation.
- delete(DeleteRequest) - Method in interface org.bremersee.data.ldaptive.reactive.ReactiveLdaptiveOperations
-
Executes delete operation.
- delete(MinioObjectId) - Method in class org.bremersee.data.minio.MinioRepositoryImpl
- delete(DeleteRequest) - Method in class org.bremersee.data.ldaptive.LdaptiveTemplate
- delete(DeleteRequest) - Method in class org.bremersee.data.ldaptive.reactive.ReactiveLdaptiveTemplate
- delete(MultipartFile) - Static method in class org.bremersee.web.multipart.FileAwareMultipartFile
-
Delete.
- DELETE - Static variable in class org.bremersee.security.access.PermissionConstants
-
The constant DELETE.
- deleteAll(Collection<MinioObjectId>) - Method in interface org.bremersee.data.minio.MinioRepository
-
Delete all objects.
- deleteAll(Collection<MinioObjectId>) - Method in class org.bremersee.data.minio.MinioRepositoryImpl
- deleteBucketEncryption(DeleteBucketEncryptionArgs) - Method in interface org.bremersee.data.minio.MinioOperations
-
Deletes encryption configuration of a bucket.
- deleteBucketLifecycle(DeleteBucketLifecycleArgs) - Method in interface org.bremersee.data.minio.MinioOperations
-
Deletes lifecycle configuration of a bucket.
- deleteBucketNotification(DeleteBucketNotificationArgs) - Method in interface org.bremersee.data.minio.MinioOperations
-
Deletes notification configuration of a bucket.
- deleteBucketPolicy(DeleteBucketPolicyArgs) - Method in interface org.bremersee.data.minio.MinioOperations
-
Deletes bucket policy configuration to a bucket.
- deleteBucketReplication(DeleteBucketReplicationArgs) - Method in interface org.bremersee.data.minio.MinioOperations
-
Deletes bucket replication configuration from a bucket.
- deleteBucketTags(DeleteBucketTagsArgs) - Method in interface org.bremersee.data.minio.MinioOperations
-
Deletes tags of a bucket.
- DeleteMode - Enum in org.bremersee.data.minio
-
The delete mode enum.
- deleteObjectLockConfiguration(DeleteObjectLockConfigurationArgs) - Method in interface org.bremersee.data.minio.MinioOperations
-
Deletes default object retention in a bucket.
- deleteObjectTags(DeleteObjectTagsArgs) - Method in interface org.bremersee.data.minio.MinioOperations
-
Deletes tags of an object.
- DENY - org.bremersee.security.FrameOptionsMode
-
Deny frame options mode.
- DENY_ALL - org.bremersee.security.authentication.AccessMode
-
Deny all access mode.
- destroy() - Method in class org.bremersee.security.authentication.AccessTokenCacheImpl
- detectErrorCode(Throwable, Object, RestApiExceptionMapperProperties.ExceptionMappingConfig) - Method in class org.bremersee.exception.RestApiExceptionMapperImpl
-
Detect the error code.
- detectHttpStatus(Throwable, Object) - Method in interface org.bremersee.exception.RestApiExceptionMapper
-
Detects the http status.
- detectHttpStatus(Throwable, Object) - Method in class org.bremersee.exception.RestApiExceptionMapperImpl
- detectMessage(Throwable, Object, RestApiExceptionMapperProperties.ExceptionMappingConfig) - Method in class org.bremersee.exception.RestApiExceptionMapperImpl
-
Detect message exception message.
- DISABLE - org.bremersee.security.FrameOptionsMode
-
Disable frame options mode.
- disableObjectLegalHold(DisableObjectLegalHoldArgs) - Method in interface org.bremersee.data.minio.MinioOperations
-
Disables legal hold on an object.
- DONT_EXPIRE_PASSWORD - Static variable in class org.bremersee.data.ldaptive.transcoder.UserAccountControlValueTranscoder
-
The bit map value a password that doesn't expire.
- doWithMinioClient(MinioClient) - Method in interface org.bremersee.data.minio.MinioClientCallback
-
Do with minio client.
- doWithMinioClient(MinioClient) - Method in interface org.bremersee.data.minio.MinioClientCallbackWithoutResult
- doWithoutResult(MinioClient) - Method in interface org.bremersee.data.minio.MinioClientCallbackWithoutResult
-
Do without result.
- downloadObject(DownloadObjectArgs) - Method in interface org.bremersee.data.minio.MinioOperations
-
Downloads data of a SSE-C encrypted object to file.
- DtoAclFactory() - Constructor for class org.bremersee.security.access.AclFactory.DtoAclFactory
- dtoFactory() - Static method in interface org.bremersee.security.access.AclFactory
-
Acl dto factory.
E
- email() - Method in annotation type org.bremersee.test.security.authentication.WithJwtAuthenticationToken
-
Email.
- emailPath() - Method in annotation type org.bremersee.test.security.authentication.WithJwtAuthenticationToken
-
Email path.
- EmbeddedRedisAutoConfiguration - Class in org.bremersee.data.redis
-
The embedded redis auto configuration.
- EmbeddedRedisAutoConfiguration() - Constructor for class org.bremersee.data.redis.EmbeddedRedisAutoConfiguration
- embeddedRedisProperties() - Method in class org.bremersee.data.redis.EmbeddedRedisAutoConfiguration
-
Overwrites the redis properties and sets host to 'localhost' and port to a random one.
- empty() - Static method in class org.bremersee.web.multipart.FileAwareMultipartFile
-
Empty file aware multipart file.
- EMPTY_GROUPS_SUPPLIER - Static variable in class org.bremersee.security.core.ReactiveUserContextCaller
-
The constant EMPTY_GROUPS_SUPPLIER.
- EMPTY_GROUPS_SUPPLIER - Static variable in class org.bremersee.security.core.UserContextCaller
-
The constant EMPTY_GROUPS_SUPPLIER.
- EMPTY_USER_CONTEXT_SUPPLIER - Static variable in class org.bremersee.security.core.ReactiveUserContextCaller
-
The constant EMPTY_USER_CONTEXT_SUPPLIER.
- enableObjectLegalHold(EnableObjectLegalHoldArgs) - Method in interface org.bremersee.data.minio.MinioOperations
-
Enables legal hold on an object.
- encode(CharSequence) - Method in class org.bremersee.security.core.userdetails.LdaptivePasswordEncoder
- encode(CharSequence) - Method in class org.bremersee.security.core.userdetails.LdaptivePasswordMatcher
- encode(Object, DataBufferFactory, ResolvableType, MimeType, Map<String, Object>) - Method in class org.bremersee.http.codec.xml.ReactiveJaxbEncoder
- encodeStringValue(Integer) - Method in class org.bremersee.data.ldaptive.transcoder.UserAccountControlValueTranscoder
- encodeStringValue(GrantedAuthority) - Method in class org.bremersee.security.core.userdetails.UserDetailsLdapMapper.GrantedAuthorityValueTranscoder
- encodeValue(Object, DataBufferFactory, ResolvableType, MimeType, Map<String, Object>) - Method in class org.bremersee.http.codec.xml.ReactiveJaxbEncoder
- ensureAdminAccess() - Method in interface org.bremersee.security.access.AclBuilder
-
Ensures admin access.
- ensureAdminAccess(String, String...) - Method in interface org.bremersee.security.access.AclBuilder
-
Adds admin access.
- ensureAdminAccess(Collection<String>, String...) - Method in interface org.bremersee.security.access.AclBuilder
-
Adds admin access.
- ensureAdminAccess(Collection<String>, String...) - Method in class org.bremersee.security.access.AclBuilder.Impl
- ensureRolePrefix(String) - Method in class org.bremersee.security.authentication.AuthProperties
-
Ensure role prefix.
- ensureRolePrefix(String) - Method in class org.bremersee.actuator.security.authentication.ActuatorAuthProperties
-
Ensure role prefix.
- entryMap() - Method in interface org.bremersee.security.access.Acl
-
Returns the entries of this access control list.
- ERROR_CODE_ALREADY_EXISTS - Static variable in exception org.bremersee.exception.ServiceException
-
Default error code for an 'already exists exception'.
- errorCode - Variable in class org.bremersee.exception.AbstractServiceExceptionBuilder
-
The error code.
- errorCode(String) - Method in class org.bremersee.exception.AbstractServiceExceptionBuilder
- errorCode(String) - Method in interface org.bremersee.exception.ServiceExceptionBuilder
-
Sets error code on service exception builder.
- ErrorCode - Annotation Type in org.bremersee.exception.annotation
-
Marks an exception class or method with an error code
ErrorCode.value()
of the application. - ErrorCodeAware - Interface in org.bremersee.exception
-
Marker interface to get an error code.
- ErrorDetectors - Class in org.bremersee.web
-
A collection of error detectors.
- EUREKA_ROLE_NAME - Static variable in class org.bremersee.security.core.AuthorityConstants
-
The constant EUREKA_ROLE_NAME.
- EurekaAccessProperties() - Constructor for class org.bremersee.security.authentication.AuthProperties.EurekaAccessProperties
- ExceptionMapping(String, HttpStatus, String) - Constructor for class org.bremersee.exception.RestApiExceptionMapperProperties.ExceptionMapping
-
Instantiates a new exception mapping.
- ExceptionMappingConfig() - Constructor for class org.bremersee.exception.RestApiExceptionMapperProperties.ExceptionMappingConfig
- ExceptionParser<T> - Interface in org.bremersee.exception
-
The exception parser.
- execute(MinioClientCallback<T>) - Method in interface org.bremersee.data.minio.MinioOperations
-
Execute minio callback.
- execute(MinioClientCallback<T>) - Method in class org.bremersee.data.minio.MinioTemplate
- executeExtension(ExtendedRequest) - Method in interface org.bremersee.data.ldaptive.LdaptiveOperations
-
Executes an extended request.
- executeExtension(ExtendedRequest) - Method in interface org.bremersee.data.ldaptive.reactive.ReactiveLdaptiveOperations
-
Executes extended request.
- executeExtension(ExtendedRequest) - Method in class org.bremersee.data.ldaptive.LdaptiveTemplate
- executeExtension(ExtendedRequest) - Method in class org.bremersee.data.ldaptive.reactive.ReactiveLdaptiveTemplate
- EXECUTOR_BUILD_SYSTEM - Static variable in class org.bremersee.test.TestEnvironmentUtils
-
The constant EXECUTOR_BUILD_SYSTEM.
- EXECUTOR_NOT_SPECIFIED - Static variable in class org.bremersee.test.TestEnvironmentUtils
-
The constant EXECUTOR_NOT_SPECIFIED.
- EXECUTOR_SYSTEM_PROPERTY - Static variable in class org.bremersee.test.TestEnvironmentUtils
-
The constant EXECUTOR_SYSTEM_PROPERTY.
- exists() - Method in class org.bremersee.thymeleaf.TemplateResource
- exists(String) - Method in interface org.bremersee.data.ldaptive.LdaptiveOperations
-
Exists.
- exists(String) - Method in interface org.bremersee.data.ldaptive.reactive.ReactiveLdaptiveOperations
-
Exists.
- exists(MinioObjectId) - Method in interface org.bremersee.data.minio.MinioRepository
-
Checks whether an object with the specified name exists or not.
- exists(String) - Method in class org.bremersee.data.ldaptive.LdaptiveTemplate
- exists(MinioObjectId) - Method in class org.bremersee.data.minio.MinioRepositoryImpl
- exists(T, LdaptiveEntryMapper<T>) - Method in interface org.bremersee.data.ldaptive.LdaptiveOperations
-
Exists.
- exists(T, LdaptiveEntryMapper<T>) - Method in interface org.bremersee.data.ldaptive.reactive.ReactiveLdaptiveOperations
-
Exists.
- extendHandlerExceptionResolvers(List<HandlerExceptionResolver>) - Method in class org.bremersee.web.servlet.ApiExceptionResolverAutoConfiguration
F
- familyName() - Method in annotation type org.bremersee.test.security.authentication.WithJwtAuthenticationToken
-
Family name.
- familyNamePath() - Method in annotation type org.bremersee.test.security.authentication.WithJwtAuthenticationToken
-
Family name path.
- FeignClientException - Exception in org.bremersee.exception.feign
-
Feign exception that stores the error payload as a
RestApiException
. - FeignClientException(Request, Map<String, ? extends Collection<String>>, int, String, RestApiException) - Constructor for exception org.bremersee.exception.feign.FeignClientException
-
Default constructor.
- FeignClientExceptionErrorDecoder - Class in org.bremersee.exception.feign
-
This error decoder produces either a
FeignClientException
or aRetryableException
. - FeignClientExceptionErrorDecoder() - Constructor for class org.bremersee.exception.feign.FeignClientExceptionErrorDecoder
-
Instantiates a new feign client exception error decoder.
- FeignClientExceptionErrorDecoder(RestApiExceptionParser) - Constructor for class org.bremersee.exception.feign.FeignClientExceptionErrorDecoder
-
Instantiates a new Feign client exception error decoder.
- FileAwareMultipartFile - Class in org.bremersee.web.multipart
-
The file aware multipart file.
- FileAwareMultipartFile(File, String, String, String) - Constructor for class org.bremersee.web.multipart.FileAwareMultipartFile
-
Instantiates a new File aware multipart file.
- FileAwareMultipartFile(InputStream, File, String, String, String) - Constructor for class org.bremersee.web.multipart.FileAwareMultipartFile
-
Instantiates a new File aware multipart file.
- FileAwareMultipartFile(InputStream, String, String, String) - Constructor for class org.bremersee.web.multipart.FileAwareMultipartFile
-
Instantiates a new File aware multipart file.
- FileAwareMultipartFile(InputStream, String, String, String, String) - Constructor for class org.bremersee.web.multipart.FileAwareMultipartFile
-
Instantiates a new File aware multipart file.
- FileAwareMultipartFile(Path, String, String, String) - Constructor for class org.bremersee.web.multipart.FileAwareMultipartFile
-
Instantiates a new File aware multipart file.
- FileAwareMultipartFile(MultipartFile) - Constructor for class org.bremersee.web.multipart.FileAwareMultipartFile
-
Instantiates a new file aware multipart file.
- FileAwareMultipartFile(MultipartFile, File) - Constructor for class org.bremersee.web.multipart.FileAwareMultipartFile
-
Instantiates a new file aware multipart file.
- FileAwareMultipartFile(MultipartFile, String) - Constructor for class org.bremersee.web.multipart.FileAwareMultipartFile
-
Instantiates a new file aware multipart file.
- filter(ClientRequest, ExchangeFunction) - Method in class org.bremersee.web.reactive.function.client.AccessTokenAppender
- findAccessToken(String) - Method in interface org.bremersee.security.authentication.AccessTokenCache
-
Find not expired access token from cache.
- findAccessToken(String) - Method in interface org.bremersee.security.authentication.ReactiveAccessTokenCache
-
Find not expired access token from cache.
- findAccessToken(String) - Method in class org.bremersee.security.authentication.AccessTokenCacheImpl
- findAccessToken(String) - Method in class org.bremersee.security.authentication.ReactiveRedisAccessTokenCache
- findAccessToken(String) - Method in class org.bremersee.security.authentication.RedisAccessTokenCache
- findAll() - Method in interface org.bremersee.data.minio.MinioRepository
-
Find all objects.
- findAll(SearchRequest) - Method in interface org.bremersee.data.ldaptive.LdaptiveOperations
-
Find all.
- findAll(SearchRequest) - Method in interface org.bremersee.data.ldaptive.reactive.ReactiveLdaptiveOperations
-
Find all.
- findAll(SearchRequest, LdaptiveEntryMapper<T>) - Method in interface org.bremersee.data.ldaptive.LdaptiveOperations
-
Find all.
- findAll(SearchRequest, LdaptiveEntryMapper<T>) - Method in interface org.bremersee.data.ldaptive.reactive.ReactiveLdaptiveOperations
-
Find all.
- findAll(String) - Method in interface org.bremersee.data.minio.MinioRepository
-
Find all objects.
- findAll(String) - Method in class org.bremersee.data.minio.MinioRepositoryImpl
- findAll(SearchRequest) - Method in class org.bremersee.data.ldaptive.reactive.ReactiveLdaptiveTemplate
- findByUsername(String) - Method in class org.bremersee.security.core.userdetails.ReactiveLdaptiveUserDetailsService
- findContentType(List<MediaType>, MediaType) - Static method in class org.bremersee.http.MediaTypeHelper
-
Determine the content type from the given accepts header.
- findExceptionMapping(Throwable) - Method in class org.bremersee.exception.RestApiExceptionMapperProperties
-
Find exception mapping.
- findExceptionMappingConfig(Throwable) - Method in class org.bremersee.exception.RestApiExceptionMapperProperties
-
Find exception mapping config.
- findHandlerClass(Object) - Method in class org.bremersee.exception.RestApiExceptionMapperImpl
-
Find the handler class.
- findHandlerMethod(Object) - Method in class org.bremersee.exception.RestApiExceptionMapperImpl
-
Find the handler method.
- findOne(MinioObjectId) - Method in interface org.bremersee.data.minio.MinioRepository
-
Find one.
- findOne(SearchRequest) - Method in interface org.bremersee.data.ldaptive.LdaptiveOperations
-
Find one.
- findOne(SearchRequest) - Method in interface org.bremersee.data.ldaptive.reactive.ReactiveLdaptiveOperations
-
Find one.
- findOne(SearchRequest, LdaptiveEntryMapper<T>) - Method in interface org.bremersee.data.ldaptive.LdaptiveOperations
-
Find one.
- findOne(SearchRequest, LdaptiveEntryMapper<T>) - Method in interface org.bremersee.data.ldaptive.reactive.ReactiveLdaptiveOperations
-
Find one.
- findOne(MinioObjectId) - Method in class org.bremersee.data.minio.MinioRepositoryImpl
- findOne(SearchRequest) - Method in class org.bremersee.data.ldaptive.reactive.ReactiveLdaptiveTemplate
- forbidden() - Static method in exception org.bremersee.exception.ServiceException
-
Forbidden service exception.
- forbidden(Object) - Static method in exception org.bremersee.exception.ServiceException
-
Forbidden service exception.
- forbidden(String, Object) - Static method in exception org.bremersee.exception.ServiceException
-
Forbidden service exception.
- FORBIDDEN_SUPPLIER - Static variable in class org.bremersee.security.core.ReactiveUserContextCaller
-
The constant FORBIDDEN_SUPPLIER.
- FORBIDDEN_SUPPLIER - Static variable in class org.bremersee.security.core.UserContextCaller
-
The constant FORBIDDEN_SUPPLIER.
- forbiddenWithErrorCode(Object, String) - Static method in exception org.bremersee.exception.ServiceException
-
Forbidden with error code service exception.
- forbiddenWithErrorCode(String) - Static method in exception org.bremersee.exception.ServiceException
-
Forbidden with error code service exception.
- forbiddenWithErrorCode(String, Object, String) - Static method in exception org.bremersee.exception.ServiceException
-
Forbidden with error code service exception.
- FrameOptionsMode - Enum in org.bremersee.security
-
The enum Frame options mode.
- from(String) - Static method in interface org.bremersee.data.minio.MinioObjectId
-
From object name.
- from(String, String) - Static method in interface org.bremersee.data.minio.MinioObjectId
-
From object name and version ID.
- from(AccessTokenCache) - Static method in interface org.bremersee.security.authentication.ReactiveAccessTokenCache
-
Creates a reactive cache from the given access token cache.
- from(String, Map<String, ? extends Ace>) - Method in interface org.bremersee.security.access.AclBuilder
-
From acl (entity) values.
- from(String, Map<String, ? extends Ace>) - Method in class org.bremersee.security.access.AclBuilder.Impl
- from(AccessControlList) - Static method in interface org.bremersee.security.access.AccessController
-
Creates an access controller from the given access control list.
- from(AccessControlList) - Method in interface org.bremersee.security.access.AclBuilder
-
From access control list DTO.
- from(AccessControlList) - Method in class org.bremersee.security.access.AclBuilder.Impl
- from(Acl) - Static method in interface org.bremersee.security.access.AccessController
-
Creates an access controller from the given access control list.
- from(Acl<? extends Ace>) - Method in interface org.bremersee.security.access.AclBuilder
-
From acl (entity).
- from(ClientCredentialsFlowProperties) - Method in class org.bremersee.security.authentication.ClientCredentialsFlowProperties.Builder
-
Gets the values from the given client credentials flow properties.
- from(ClientCredentialsFlowProperties) - Method in class org.bremersee.security.authentication.PasswordFlowProperties.Builder
-
Gets the values from the given properties.
- fromAuthentication() - Static method in interface org.bremersee.security.authentication.ReactiveAccessTokenProviders
-
Provider that gets the access token from the authentication.
- fromAuthentication() - Static method in class org.bremersee.web.reactive.function.client.AccessTokenAppender
-
From authentication access token appender.
G
- generateUserPassword(String) - Method in interface org.bremersee.data.ldaptive.LdaptiveOperations
-
Generate user password.
- generateUserPassword(String) - Method in interface org.bremersee.data.ldaptive.reactive.ReactiveLdaptiveOperations
-
Generate user password.
- getAccessControlListClass() - Method in interface org.bremersee.security.access.AclFactory
-
Gets class of access control list (entity).
- getAccessToken() - Method in interface org.bremersee.security.authentication.AccessTokenProvider
-
Gets access token.
- getAclFactory() - Method in interface org.bremersee.security.access.AclMapper
-
Gets acl factory.
- getAclFactory() - Method in class org.bremersee.security.access.AclMapperImpl
- getAdditionalProperties() - Method in interface org.bremersee.security.authentication.ClientCredentialsFlowProperties
-
Gets additional properties.
- getAdminRoles() - Method in class org.bremersee.security.access.AclMapperImpl
-
Gets admin roles.
- getAllowedHeaders() - Method in class org.bremersee.web.CorsProperties.CorsConfiguration
-
Gets allowed headers.
- getAllowedMethods() - Method in class org.bremersee.web.CorsProperties.CorsConfiguration
-
Gets allowed methods.
- getAllowedOrigins() - Method in class org.bremersee.web.CorsProperties.CorsConfiguration
-
Gets allowed origins.
- getAntPattern() - Method in class org.bremersee.security.authentication.AuthProperties.PathMatcherProperties
-
Gets ant pattern.
- getApiPaths() - Method in interface org.bremersee.exception.RestApiExceptionMapper
-
Gets the paths this mapper is responsible for.
- getApiPaths() - Method in class org.bremersee.exception.RestApiExceptionMapperImpl
- getAttributeValue(LdapEntry, String, ValueTranscoder<T>, T) - Static method in interface org.bremersee.data.ldaptive.LdaptiveEntryMapper
-
Gets attribute value.
- getAttributeValues(LdapEntry, String, ValueTranscoder<T>) - Static method in interface org.bremersee.data.ldaptive.LdaptiveEntryMapper
-
Gets attribute values.
- getAttributeValuesAsList(LdapEntry, String, ValueTranscoder<T>) - Static method in interface org.bremersee.data.ldaptive.LdaptiveEntryMapper
-
Gets attribute values as list.
- getAttributeValuesAsSet(LdapEntry, String, ValueTranscoder<T>) - Static method in interface org.bremersee.data.ldaptive.LdaptiveEntryMapper
-
Gets attribute values as set.
- getBaseName() - Method in class org.bremersee.thymeleaf.TemplateResource
- getBasicAuthProperties() - Method in interface org.bremersee.security.authentication.AccessTokenRetrieverProperties
-
Gets basic auth properties.
- getBasicAuthProperties() - Method in interface org.bremersee.security.authentication.ClientCredentialsFlowProperties
- getBasicAuthProperties() - Method in interface org.bremersee.security.authentication.PasswordFlowProperties
- getBucket() - Method in interface org.bremersee.data.minio.MinioObjectInfo
-
Gets bucket.
- getBucket() - Method in interface org.bremersee.data.minio.MinioRepository
-
Gets bucket.
- getBucketEncryption(GetBucketEncryptionArgs) - Method in interface org.bremersee.data.minio.MinioOperations
-
Gets encryption configuration of a bucket.
- getBucketLifecycle(GetBucketLifecycleArgs) - Method in interface org.bremersee.data.minio.MinioOperations
-
Gets lifecycle configuration of a bucket.
- getBucketNotification(GetBucketNotificationArgs) - Method in interface org.bremersee.data.minio.MinioOperations
-
Gets notification configuration of a bucket.
- getBucketPolicy(GetBucketPolicyArgs) - Method in interface org.bremersee.data.minio.MinioOperations
-
Gets bucket policy configuration of a bucket.
- getBucketReplication(GetBucketReplicationArgs) - Method in interface org.bremersee.data.minio.MinioOperations
-
Gets bucket replication configuration of a bucket.
- getBucketTags(GetBucketTagsArgs) - Method in interface org.bremersee.data.minio.MinioOperations
-
Gets tags of a bucket.
- getBucketVersioning(GetBucketVersioningArgs) - Method in interface org.bremersee.data.minio.MinioOperations
-
Gets versioning configuration of a bucket.
- getBytes() - Method in class org.bremersee.data.minio.MinioMultipartFileImpl
- getBytes() - Method in class org.bremersee.web.multipart.FileAwareMultipartFile
- getClientId() - Method in interface org.bremersee.security.authentication.ClientCredentialsFlowProperties
-
Gets client id.
- getClientSecret() - Method in interface org.bremersee.security.authentication.ClientCredentialsFlowProperties
-
Gets client secret.
- getConfigs() - Method in class org.bremersee.web.CorsProperties
-
Gets configs.
- getConnectionFactory() - Method in interface org.bremersee.data.ldaptive.LdaptiveOperations
-
Gets connection factory.
- getConnectionFactory() - Method in class org.bremersee.data.ldaptive.LdaptiveTemplate
- getConnectionFactory() - Method in interface org.bremersee.data.ldaptive.reactive.ReactiveLdaptiveOperations
-
Gets connection factory.
- getConnectionFactory() - Method in class org.bremersee.data.ldaptive.reactive.ReactiveLdaptiveTemplate
- getContentCharset(HttpHeaders, Charset) - Static method in class org.bremersee.http.HttpHeadersHelper
-
Gets content charset.
- getContentType() - Method in class org.bremersee.data.minio.MinioMultipartFileImpl
- getContentType() - Method in class org.bremersee.web.multipart.FileAwareMultipartFile
- getDefaultLocale() - Method in interface org.bremersee.security.authentication.AuthenticationDetails
-
Gets default locale.
- getDefaultLocale() - Method in class org.bremersee.security.authentication.JsonPathJwtAuthenticationDetails
- getDefaultTimeZone() - Method in interface org.bremersee.security.authentication.AuthenticationDetails
-
Gets default time zone.
- getDefaultTimeZone() - Method in class org.bremersee.security.authentication.JsonPathJwtAuthenticationDetails
- getDescription() - Method in class org.bremersee.thymeleaf.TemplateResource
- getErrorCode() - Method in interface org.bremersee.exception.ErrorCodeAware
-
Gets the error code.
- getErrorCode() - Method in exception org.bremersee.exception.feign.FeignClientException
- getErrorCode() - Method in exception org.bremersee.web.reactive.function.client.WebClientException
- getEtag() - Method in class org.bremersee.data.minio.MinioMultipartFileImpl
- getEtag() - Method in interface org.bremersee.data.minio.MinioObjectInfo
-
Gets etag.
- getExecutor() - Static method in class org.bremersee.test.TestEnvironmentUtils
-
Gets executor.
- getExpirationTime(String) - Static method in interface org.bremersee.security.authentication.AccessTokenCache
-
Gets expiration time.
- getFirstMultipartFile(MultiValueMap<String, MultipartFile>, String) - Static method in interface org.bremersee.web.reactive.multipart.MultipartFileBuilder
-
Get first multipart file.
- getGrantedAuthorities(LdapEntry) - Method in class org.bremersee.security.core.userdetails.UserDetailsLdapMapper
-
Gets granted authorities.
- getGroups() - Method in interface org.bremersee.security.access.Ace
-
Gets groups.
- getGroups() - Method in interface org.bremersee.security.core.UserContext
-
Gets groups.
- getHttpMethod() - Method in class org.bremersee.security.authentication.AuthProperties.PathMatcherProperties
-
Gets http method.
- getIfAvailable() - Method in class org.bremersee.test.beans.SimpleObjectProvider
- getIfUnique() - Method in class org.bremersee.test.beans.SimpleObjectProvider
- getInputStream() - Method in class org.bremersee.data.minio.MinioMultipartFileImpl
- getInputStream() - Method in class org.bremersee.web.multipart.FileAwareMultipartFile
- getJsonMapper() - Static method in class org.bremersee.http.converter.ObjectMapperHelper
-
Gets an object mapper for JSON.
- getLastModified() - Method in class org.bremersee.data.minio.MinioMultipartFileImpl
- getLastModified() - Method in interface org.bremersee.data.minio.MinioObjectInfo
-
Gets last modified time.
- getLdapException() - Method in exception org.bremersee.data.ldaptive.LdaptiveException
-
Gets ldap exception (can be
null
). - getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.bremersee.actuator.security.authentication.ActuatorAutoSecurityCondition
- getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.bremersee.security.authentication.JwtSupportCondition
- getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.bremersee.security.authentication.ResourceServerAutoSecurityCondition
- getMaxInMemorySize() - Method in class org.bremersee.http.codec.xml.ReactiveJaxbDecoder
-
Return the
configured
byte count limit. - getMinioOperations() - Method in interface org.bremersee.data.minio.MinioRepository
-
Gets minio operations.
- getMinioOperations() - Method in class org.bremersee.data.minio.MinioRepositoryImpl
- getMode() - Method in enum org.bremersee.security.FrameOptionsMode
-
Gets mode.
- getMultipartFile(List<MultipartFile>, int) - Static method in interface org.bremersee.web.reactive.multipart.MultipartFileBuilder
-
Get multipart file with the specified index.
- getMultipartFile(Map<String, MultipartFile>, String) - Static method in interface org.bremersee.web.reactive.multipart.MultipartFileBuilder
-
Get multipart file with the specified request parameter name.
- getMultipartFiles(MultiValueMap<String, MultipartFile>, String) - Static method in interface org.bremersee.web.reactive.multipart.MultipartFileBuilder
-
Get multipart files with the specified request parameter.
- getMultiValueHeaders() - Method in exception org.bremersee.exception.feign.FeignClientException
- getMultiValueHeaders() - Method in exception org.bremersee.exception.HttpClientException
- getMultiValueHeaders() - Method in interface org.bremersee.exception.HttpResponseHeadersAware
-
Gets the response headers as multi value map.
- getMultiValueHeaders() - Method in exception org.bremersee.web.reactive.function.client.WebClientException
- getName() - Method in class org.bremersee.data.minio.MinioMultipartFileImpl
- getName() - Method in interface org.bremersee.data.minio.MinioObjectId
-
Gets name.
- getName() - Method in interface org.bremersee.security.core.UserContext
- getName() - Method in class org.bremersee.web.multipart.FileAwareMultipartFile
- getObject() - Method in class org.bremersee.test.beans.SimpleObjectProvider
- getObject(GetObjectArgs) - Method in interface org.bremersee.data.minio.MinioOperations
-
Gets data from offset to length of a SSE-C encrypted object.
- getObject(Object...) - Method in class org.bremersee.test.beans.SimpleObjectProvider
- getObjectClasses() - Method in interface org.bremersee.data.ldaptive.LdaptiveEntryMapper
-
Get object classes of the ldap entry.
- getObjectClasses() - Method in class org.bremersee.security.core.userdetails.UserDetailsLdapMapper
- getObjectLockConfiguration(GetObjectLockConfigurationArgs) - Method in interface org.bremersee.data.minio.MinioOperations
-
Gets default object retention in a bucket.
- getObjectRetention(GetObjectRetentionArgs) - Method in interface org.bremersee.data.minio.MinioOperations
-
Gets retention configuration of an object.
- getObjectStatus() - Method in class org.bremersee.data.minio.MinioMultipartFileImpl
-
Gets object status.
- getObjectTags(GetObjectTagsArgs) - Method in interface org.bremersee.data.minio.MinioOperations
-
Gets tags of an object.
- getOrder() - Method in class org.bremersee.actuator.security.authentication.ActuatorSecurityAutoConfiguration
- getOrder() - Method in class org.bremersee.security.authentication.AbstractResourceServerAutoConfiguration
- getOriginalFilename() - Method in class org.bremersee.data.minio.MinioMultipartFileImpl
- getOriginalFilename() - Method in class org.bremersee.web.multipart.FileAwareMultipartFile
- getOwner() - Method in interface org.bremersee.security.access.Acl
-
Gets owner.
- getPassword() - Method in interface org.bremersee.security.authentication.BasicAuthProperties
-
Gets password.
- getPassword() - Method in interface org.bremersee.security.authentication.PasswordFlowProperties
-
Gets password.
- getPreferredLanguage(Authentication) - Method in interface org.bremersee.security.authentication.AuthenticationDetails
-
Gets preferred language.
- getPreferredLanguage(Authentication) - Method in class org.bremersee.security.authentication.JsonPathJwtAuthenticationDetails
- getPreferredLanguageNullSafe(Authentication) - Method in interface org.bremersee.security.authentication.AuthenticationDetails
-
Gets preferred language null safe.
- getPreferredTimeZone(Authentication) - Method in interface org.bremersee.security.authentication.AuthenticationDetails
-
Gets preferred time zone.
- getPreferredTimeZone(Authentication) - Method in class org.bremersee.security.authentication.JsonPathJwtAuthenticationDetails
- getPreferredTimeZoneNullSafe(Authentication) - Method in interface org.bremersee.security.authentication.AuthenticationDetails
-
Gets preferred time zone null safe.
- getPresignedObjectUrl(MinioObjectId, Method) - Method in interface org.bremersee.data.minio.MinioRepository
-
Gets presigned object url.
- getPresignedObjectUrl(MinioObjectId, Method, Duration) - Method in interface org.bremersee.data.minio.MinioRepository
-
Gets presigned object url.
- getPresignedObjectUrl(GetPresignedObjectUrlArgs) - Method in interface org.bremersee.data.minio.MinioOperations
-
Gets presigned URL of an object for HTTP method, expiry time and custom request parameters.
- getPresignedObjectUrl(MinioObjectId, Method, Duration) - Method in class org.bremersee.data.minio.MinioRepositoryImpl
- getPresignedPostFormData(PostPolicy) - Method in interface org.bremersee.data.minio.MinioOperations
-
Gets form-data of
PostPolicy
of an object to upload its data using POST method. - getRdn(String) - Static method in interface org.bremersee.data.ldaptive.LdaptiveEntryMapper
-
Gets rdn.
- getRegion() - Method in interface org.bremersee.data.minio.MinioObjectInfo
-
Gets region.
- getRegion() - Method in interface org.bremersee.data.minio.MinioRepository
-
Gets region.
- getResource() - Method in class org.bremersee.web.multipart.FileAwareMultipartFile
- getResponseHeaders() - Method in exception org.bremersee.web.reactive.function.client.WebClientException
- getRestApiException() - Method in interface org.bremersee.exception.RestApiExceptionAware
-
Gets rest api exception.
- getResultCode() - Method in exception org.bremersee.data.ldaptive.LdaptiveException
-
Gets result code (can be
null
). - getRoles() - Method in interface org.bremersee.security.access.Ace
-
Gets roles.
- getRoles() - Method in interface org.bremersee.security.core.UserContext
-
Gets roles.
- getRoutingFunction(ErrorAttributes) - Method in class org.bremersee.web.reactive.ApiExceptionHandler
- getSize() - Method in class org.bremersee.data.minio.MinioMultipartFileImpl
- getSize() - Method in class org.bremersee.web.multipart.FileAwareMultipartFile
- getStatus() - Method in class org.bremersee.exception.RestApiExceptionMapperProperties.ExceptionMapping
-
Gets status.
- getTokenEndpoint() - Method in interface org.bremersee.security.authentication.AccessTokenRetrieverProperties
-
Gets token endpoint.
- getType() - Method in class org.bremersee.data.ldaptive.transcoder.UserAccountControlValueTranscoder
- getType() - Method in class org.bremersee.security.core.userdetails.UserDetailsLdapMapper.GrantedAuthorityValueTranscoder
- getUserAccountControlValue(Boolean, Integer) - Static method in class org.bremersee.data.ldaptive.transcoder.UserAccountControlValueTranscoder
-
Gets user account control value.
- getUserDetailsLdapMapper(String) - Method in class org.bremersee.security.core.userdetails.AbstractUserDetailsService
-
Gets user details mapper.
- getUserId() - Method in interface org.bremersee.security.core.UserContext
-
Gets user id.
- getUsername() - Method in interface org.bremersee.security.authentication.BasicAuthProperties
-
Gets username.
- getUsername() - Method in interface org.bremersee.security.authentication.PasswordFlowProperties
-
Gets username.
- getUsers() - Method in interface org.bremersee.security.access.Ace
-
Gets users.
- getVersionId() - Method in interface org.bremersee.data.minio.MinioObjectId
-
Gets version id.
- getXmlMapper() - Static method in class org.bremersee.http.converter.ObjectMapperHelper
-
Gets an object mapper for XML.
- givenName() - Method in annotation type org.bremersee.test.security.authentication.WithJwtAuthenticationToken
-
Given name.
- givenNamePath() - Method in annotation type org.bremersee.test.security.authentication.WithJwtAuthenticationToken
-
Given name path.
- GrantedAuthorityValueTranscoder(boolean, Map<String, String>, String) - Constructor for class org.bremersee.security.core.userdetails.UserDetailsLdapMapper.GrantedAuthorityValueTranscoder
-
Instantiates a new granted authority value transcoder.
- guest(Boolean, String...) - Method in interface org.bremersee.security.access.AclBuilder
-
Sets guest.
- guest(Boolean, String...) - Method in class org.bremersee.security.access.AclBuilder.Impl
H
- handleError(Throwable) - Method in class org.bremersee.data.ldaptive.AbstractLdaptiveErrorHandler
- handleError(Throwable) - Method in class org.bremersee.data.minio.AbstractMinioErrorHandler
- hasAllPermissions(String, Collection<String>, Collection<String>, String...) - Method in interface org.bremersee.security.access.AccessController
-
Determines whether the given user with the given roles and groups has all specified permissions.
- hasAllPermissions(String, Collection<String>, Collection<String>, Collection<String>) - Method in interface org.bremersee.security.access.AccessController
-
Determines whether the given user with the given roles and groups has all specified permissions.
- hasAnyAuthorityExpr(Collection<String>, Function<String, String>) - Static method in class org.bremersee.security.authentication.AccessExpressionUtils
-
Builds the
hasAnyAuthority
expression. - hasAnyPermission(String, Collection<String>, Collection<String>, String...) - Method in interface org.bremersee.security.access.AccessController
-
Determines whether the given user with the given roles and groups has at least one of the specified permissions.
- hasAnyPermission(String, Collection<String>, Collection<String>, Collection<String>) - Method in interface org.bremersee.security.access.AccessController
-
Determines whether the given user with the given roles and groups has at least one of the specified permissions.
- hasAnyRole(String...) - Method in interface org.bremersee.security.core.UserContext
-
Has any role boolean.
- hasAnyRole(Collection<String>) - Method in interface org.bremersee.security.core.UserContext
-
Has any role boolean.
- hasAuthorityExpr(String, Function<String, String>) - Static method in class org.bremersee.security.authentication.AccessExpressionUtils
-
Builds the
hasAuthority
expression. - hasAuthorityOrIpAddressExpr(Collection<String>, Function<String, String>, Collection<String>) - Static method in class org.bremersee.security.authentication.AccessExpressionUtils
-
Builds an access expression from the given roles and ip addresses.
- hasIpAddressExpr(String) - Static method in class org.bremersee.security.authentication.AccessExpressionUtils
-
Builds the
hasIpAddress
expression. - hasIpAddressExpr(Collection<String>) - Static method in class org.bremersee.security.authentication.AccessExpressionUtils
-
Builds the
hasIpAddress
expression. - hasPermission(String, Collection<String>, Collection<String>, String) - Method in interface org.bremersee.security.access.AccessController
-
Determines whether the given user with the given roles and groups has the specified permission.
- hasPermission(String, Collection<String>, Collection<String>, String) - Method in class org.bremersee.security.access.AccessController.Impl
- hasRole(String) - Method in interface org.bremersee.security.core.UserContext
-
Has role boolean.
- HttpClientException - Exception in org.bremersee.exception
-
General http client exception.
- HttpClientException(int, String, Map<String, ? extends Collection<String>>, RestApiException) - Constructor for exception org.bremersee.exception.HttpClientException
-
Instantiates a new http client exception.
- HttpHeadersHelper - Class in org.bremersee.http
-
Helper to create http headers.
- httpMethod() - Method in class org.bremersee.security.authentication.AuthProperties.PathMatcherProperties
-
Http method http method.
- HttpResponseHeadersAware - Interface in org.bremersee.exception
-
Marker interface to get the response headers.
- httpStatus - Variable in class org.bremersee.exception.AbstractServiceExceptionBuilder
-
The http status.
- httpStatus(int) - Method in class org.bremersee.exception.AbstractServiceExceptionBuilder
- httpStatus(int) - Method in interface org.bremersee.exception.ServiceExceptionBuilder
-
Sets http status on service exception builder.
- HttpStatusAware - Interface in org.bremersee.exception
-
Marker interface to get the HTTP status code.
I
- ID_HEADER_NAME - Static variable in class org.bremersee.exception.RestApiExceptionUtils
-
The header name for the 'id' attribute.
- ifAvailable(Consumer<T>) - Method in class org.bremersee.test.beans.SimpleObjectProvider
- ifUnique(Consumer<T>) - Method in class org.bremersee.test.beans.SimpleObjectProvider
- Impl() - Constructor for class org.bremersee.security.access.AclBuilder.Impl
- Impl() - Constructor for class org.bremersee.security.authentication.AccessTokenCache.Builder.Impl
- Impl() - Constructor for class org.bremersee.security.core.UserContext.Impl
-
Instantiates a new user context.
- Impl(String, Collection<String>, Collection<String>) - Constructor for class org.bremersee.security.core.UserContext.Impl
-
Instantiates a new user context.
- Impl(Authentication, Collection<String>) - Constructor for class org.bremersee.security.core.UserContext.Impl
-
Instantiates a new user context.
- init() - Method in class org.bremersee.actuator.security.authentication.ActuatorSecurityAutoConfiguration
-
Init.
- init() - Method in class org.bremersee.actuator.security.authentication.ReactiveActuatorSecurityAutoConfiguration
-
Init.
- init() - Method in class org.bremersee.actuator.security.authentication.ReactiveResourceServerWithActuatorAutoConfiguration
- init() - Method in class org.bremersee.actuator.security.authentication.ResourceServerWithActuatorAutoConfiguration
- init() - Method in class org.bremersee.context.MessageSourceAutoConfiguration
-
Init.
- init() - Method in class org.bremersee.data.ldaptive.LdaptiveAutoConfiguration
-
Init.
- init() - Method in class org.bremersee.data.minio.MinioAutoConfiguration
-
Init.
- init() - Method in class org.bremersee.exception.RestApiExceptionMapperAutoConfiguration
-
Init.
- init() - Method in class org.bremersee.exception.RestApiExceptionParserAutoConfiguration
-
Init.
- init() - Method in class org.bremersee.security.access.AccessControlAutoConfiguration
-
Init.
- init() - Method in class org.bremersee.security.authentication.AbstractReactiveResourceServerAutoConfiguration
-
Init.
- init() - Method in class org.bremersee.security.authentication.AbstractResourceServerAutoConfiguration
-
Init.
- init() - Method in class org.bremersee.security.authentication.JwtSupportAutoConfiguration
-
Init.
- init() - Method in class org.bremersee.security.authentication.LdaptiveUserDetailsAutoConfiguration
-
Init.
- init() - Method in class org.bremersee.security.authentication.ReactiveJwtSupportAutoConfiguration
-
Init.
- init() - Method in class org.bremersee.security.authentication.ReactiveResourceServerAutoConfiguration
- init() - Method in class org.bremersee.security.authentication.ResourceServerAutoConfiguration
- init() - Method in class org.bremersee.web.reactive.ApiExceptionHandlerAutoConfiguration
-
Init.
- init() - Method in class org.bremersee.web.reactive.BaseCommonConvertersAutoConfiguration
-
Init.
- init() - Method in class org.bremersee.web.reactive.CorsAutoConfiguration
-
Init.
- init() - Method in class org.bremersee.web.reactive.MultipartFileBuilderAutoConfiguration
-
Init.
- init() - Method in class org.bremersee.web.servlet.ApiExceptionResolverAutoConfiguration
-
Init.
- init() - Method in class org.bremersee.web.servlet.BaseCommonConvertersAutoConfiguration
-
Init.
- init() - Method in class org.bremersee.web.servlet.CorsAutoConfiguration
-
Init.
- init(HttpSecurity) - Method in class org.bremersee.actuator.security.authentication.ResourceServerWithActuatorAutoConfiguration
- init(HttpSecurity) - Method in class org.bremersee.security.authentication.AbstractResourceServerAutoConfiguration
-
Init expression url authorization configurer . expression intercept url registry.
- init(HttpSecurity) - Method in class org.bremersee.security.authentication.ResourceServerAutoConfiguration
- init(ServerHttpSecurity) - Method in class org.bremersee.actuator.security.authentication.ReactiveResourceServerWithActuatorAutoConfiguration
- init(ServerHttpSecurity) - Method in class org.bremersee.security.authentication.AbstractReactiveResourceServerAutoConfiguration
-
Init authorize exchange.
- init(ServerHttpSecurity) - Method in class org.bremersee.security.authentication.ReactiveResourceServerAutoConfiguration
- InMemoryUserDetailsAutoConfiguration - Class in org.bremersee.security.authentication
-
The in memory user details auto configuration.
- InMemoryUserDetailsAutoConfiguration() - Constructor for class org.bremersee.security.authentication.InMemoryUserDetailsAutoConfiguration
- inMemoryUserDetailsManager(SecurityProperties, AuthProperties, ObjectProvider<PasswordEncoder>) - Method in class org.bremersee.security.authentication.InMemoryUserDetailsAutoConfiguration
-
Creates an in memory user details manager bean.
- insert(InvocationParameters, WebClient.RequestBodyUriSpec) - Method in class org.bremersee.web.reactive.function.client.proxy.RequestBodyInserter.Default
- insert(InvocationParameters, WebClient.RequestBodyUriSpec) - Method in interface org.bremersee.web.reactive.function.client.proxy.RequestBodyInserter
-
Insert.
- InstantToOffsetDateTimeReadConverter - Class in org.bremersee.data.convert
-
The instant to offset date time read converter.
- InstantToOffsetDateTimeReadConverter() - Constructor for class org.bremersee.data.convert.InstantToOffsetDateTimeReadConverter
- internalServerError() - Static method in exception org.bremersee.exception.ServiceException
-
Internal server error service exception.
- internalServerError(String) - Static method in exception org.bremersee.exception.ServiceException
-
Internal server error service exception.
- internalServerError(String, String) - Static method in exception org.bremersee.exception.ServiceException
-
Internal server error service exception.
- internalServerError(String, String, Throwable) - Static method in exception org.bremersee.exception.ServiceException
-
Internal server error service exception.
- internalServerError(String, Throwable) - Static method in exception org.bremersee.exception.ServiceException
-
Internal server error service exception.
- InvocationFunctions - Class in org.bremersee.web.reactive.function.client.proxy
-
The invocation functions.
- InvocationFunctions(RequestUriSpecBuilder, RequestUriBuilder, RequestHeadersBuilder, RequestCookiesBuilder, RequestBodyInserter, Predicate<HttpStatus>, WebClientErrorDecoder<? extends Throwable>, RequestResponseBuilder) - Constructor for class org.bremersee.web.reactive.function.client.proxy.InvocationFunctions
-
Instantiates new invocation functions.
- InvocationParameters - Class in org.bremersee.web.reactive.function.client.proxy
-
The invocation parameters.
- InvocationParameters() - Constructor for class org.bremersee.web.reactive.function.client.proxy.InvocationParameters
- IpAddressMatcher - Class in org.bremersee.security
-
Matches a request based on IP Address or subnet mask matching against the remote address.
- IpAddressMatcher(String) - Constructor for class org.bremersee.security.IpAddressMatcher
-
Takes a specific IP address or a range specified using the IP/Netmask (e.g. 192.168.1.0/24 or 202.24.0.0/14).
- IpBasedAuthorizationManager - Class in org.bremersee.security.authentication
-
The ip based authorization manager.
- IpBasedAuthorizationManager(Collection<String>) - Constructor for class org.bremersee.security.authentication.IpBasedAuthorizationManager
-
Instantiates a new ip based authorization manager.
- IpBasedAuthorizationManager(Collection<String>, boolean) - Constructor for class org.bremersee.security.authentication.IpBasedAuthorizationManager
-
Instantiates a new ip based authorization manager.
- isAccountEnabled(LdapEntry) - Method in class org.bremersee.security.core.userdetails.UserDetailsLdapMapper
-
Determines whether the account is enabled or not.
- isAccountNonExpired(LdapEntry) - Method in class org.bremersee.security.core.userdetails.UserDetailsLdapMapper
-
Determines whether the account is not expired.
- isAccountNonLocked(LdapEntry) - Method in class org.bremersee.security.core.userdetails.UserDetailsLdapMapper
-
Determines whether the account is not locked.
- isAll(String) - Static method in class org.bremersee.http.MediaTypeHelper
-
Determine whether the given content type is all.
- isCredentialsNonExpired(LdapEntry) - Method in class org.bremersee.security.core.userdetails.UserDetailsLdapMapper
-
Determines whether the account credentials are not expired.
- isEmpty() - Method in class org.bremersee.data.minio.MinioMultipartFileImpl
- isEmpty() - Method in class org.bremersee.web.multipart.FileAwareMultipartFile
- isExceptionHandlerResponsible(HttpServletRequest, Object) - Method in class org.bremersee.web.servlet.ApiExceptionResolver
-
Is this exception handler responsible.
- isExcluded(RestApiTesterPath, RestApiAssertionType, RestApiTesterExclusion[]) - Static method in class org.bremersee.test.web.RestApiTesterExclusion
-
Checks whether the given path and type are excluded via the given exclusions.
- isExpired(String, Duration) - Static method in interface org.bremersee.security.authentication.AccessTokenCache
-
Checks whether the access token is expired.
- isGuest() - Method in interface org.bremersee.security.access.Ace
-
Determines whether guests have access.
- isInAnyGroup(String...) - Method in interface org.bremersee.security.core.UserContext
-
Is in any group boolean.
- isInAnyGroup(Collection<String>) - Method in interface org.bremersee.security.core.UserContext
-
Is in any group boolean.
- isInGroup(String) - Method in interface org.bremersee.security.core.UserContext
-
Is in group boolean.
- isJson(String) - Static method in class org.bremersee.http.MediaTypeHelper
-
Determine whether the given content type is json.
- isObjectLegalHoldEnabled(IsObjectLegalHoldEnabledArgs) - Method in interface org.bremersee.data.minio.MinioOperations
-
Returns true if legal hold is enabled on an object.
- isResponsibleExceptionHandler(ServerRequest) - Method in class org.bremersee.web.reactive.ApiExceptionHandler
-
Is this exception handler responsible.
- issuer() - Method in annotation type org.bremersee.test.security.authentication.WithJwtAuthenticationToken
-
Issuer.
- isText(String) - Static method in class org.bremersee.http.MediaTypeHelper
-
Determine whether the given content type is text.
- isUserAccountEnabled(Integer) - Static method in class org.bremersee.data.ldaptive.transcoder.UserAccountControlValueTranscoder
-
Determines whether an account is enabled or not.
- isUserAccountEnabled(Integer, boolean) - Static method in class org.bremersee.data.ldaptive.transcoder.UserAccountControlValueTranscoder
-
Determines whether an account is enabled or not.
- isUserIdPresent() - Method in interface org.bremersee.security.core.UserContext
-
Determines whether the user id is present or not.
- isVersioningEnabled() - Method in interface org.bremersee.data.minio.MinioRepository
-
Is versioning enabled boolean.
- isVersioningEnabled() - Method in class org.bremersee.data.minio.MinioRepositoryImpl
- isXml(String) - Static method in class org.bremersee.http.MediaTypeHelper
-
Determine whether the given content type is xml.
J
- JavaLocaleReadConverter - Class in org.bremersee.data.convert
-
The java locale read converter.
- JavaLocaleReadConverter() - Constructor for class org.bremersee.data.convert.JavaLocaleReadConverter
- JavaLocaleWriteConverter - Class in org.bremersee.data.convert
-
The java locale write converter.
- JavaLocaleWriteConverter() - Constructor for class org.bremersee.data.convert.JavaLocaleWriteConverter
- JsonPathJwtAuthenticationDetails - Class in org.bremersee.security.authentication
-
The json path jwt authentication details.
- JsonPathJwtAuthenticationDetails(Locale, TimeZone, String, String) - Constructor for class org.bremersee.security.authentication.JsonPathJwtAuthenticationDetails
-
Instantiates a new json path jwt authentication details.
- jsonPathJwtConverter() - Method in class org.bremersee.security.authentication.JwtSupportAutoConfiguration
-
Creates a json path jwt converter bean.
- JsonPathJwtConverter - Class in org.bremersee.security.authentication
-
The json path jwt converter.
- JsonPathJwtConverter() - Constructor for class org.bremersee.security.authentication.JsonPathJwtConverter
- JsonPathJwtConverterProperties - Annotation Type in org.bremersee.test.security.authentication
-
The json path jwt converter properties.
- jsonPathReactiveJwtConverter() - Method in class org.bremersee.security.authentication.ReactiveJwtSupportAutoConfiguration
-
Creates a json path reactive jwt converter bean.
- JsonPathReactiveJwtConverter - Class in org.bremersee.security.authentication
-
The json path reactive jwt converter.
- JsonPathReactiveJwtConverter() - Constructor for class org.bremersee.security.authentication.JsonPathReactiveJwtConverter
-
Instantiates a new json path reactive jwt converter.
- JsonPathReactiveJwtConverter(JsonPathJwtConverter) - Constructor for class org.bremersee.security.authentication.JsonPathReactiveJwtConverter
-
Instantiates a new json path reactive jwt converter.
- JwtAuthenticationTokenSecurityContextFactory - Class in org.bremersee.test.security.authentication
-
The jwt authentication token security context factory.
- JwtAuthenticationTokenSecurityContextFactory() - Constructor for class org.bremersee.test.security.authentication.JwtAuthenticationTokenSecurityContextFactory
- JwtCache() - Constructor for class org.bremersee.security.authentication.AuthProperties.JwtCache
- jwtConverter() - Method in annotation type org.bremersee.test.security.authentication.WithJwtAuthenticationToken
-
Json path jwt convert properties.
- jwtId() - Method in annotation type org.bremersee.test.security.authentication.WithJwtAuthenticationToken
-
Jwt id.
- JwtSupportAutoConfiguration - Class in org.bremersee.security.authentication
-
The authentication support auto configuration.
- JwtSupportAutoConfiguration(AuthProperties) - Constructor for class org.bremersee.security.authentication.JwtSupportAutoConfiguration
-
Instantiates a new authentication support auto configuration.
- JwtSupportCondition - Class in org.bremersee.security.authentication
-
The jwt support condition.
- JwtSupportCondition() - Constructor for class org.bremersee.security.authentication.JwtSupportCondition
L
- LdaptiveAutoConfiguration - Class in org.bremersee.data.ldaptive
-
The ldaptive configuration.
- LdaptiveAutoConfiguration(LdaptiveProperties, ObjectProvider<LdaptiveConnectionConfigFactory>) - Constructor for class org.bremersee.data.ldaptive.LdaptiveAutoConfiguration
-
Instantiates a new ldaptive configuration.
- LdaptiveConnectionConfigFactory - Interface in org.bremersee.data.ldaptive
-
The connection config factory.
- LdaptiveConnectionConfigFactory.Default - Class in org.bremersee.data.ldaptive
-
The default connection config factory.
- LdaptiveEntryMapper<T> - Interface in org.bremersee.data.ldaptive
-
The ldap entry mapper.
- LdaptiveErrorHandler - Interface in org.bremersee.data.ldaptive
-
The ldaptive error handler.
- LdaptiveException - Exception in org.bremersee.data.ldaptive
-
The ldaptive exception.
- LdaptiveException(int, String) - Constructor for exception org.bremersee.data.ldaptive.LdaptiveException
-
Instantiates a new ldaptive exception.
- LdaptiveException(int, String, String) - Constructor for exception org.bremersee.data.ldaptive.LdaptiveException
-
Instantiates a new ldaptive exception.
- LdaptiveException(int, String, String, Throwable) - Constructor for exception org.bremersee.data.ldaptive.LdaptiveException
-
Instantiates a new ldaptive exception.
- LdaptiveException(int, String, Throwable) - Constructor for exception org.bremersee.data.ldaptive.LdaptiveException
-
Instantiates a new ldaptive exception.
- LdaptiveOperations - Interface in org.bremersee.data.ldaptive
-
The interface for ldap operations.
- LdaptivePasswordEncoder - Class in org.bremersee.security.core.userdetails
-
The ldaptive password encoder.
- LdaptivePasswordEncoder() - Constructor for class org.bremersee.security.core.userdetails.LdaptivePasswordEncoder
-
Instantiates a new ldaptive password encoder.
- LdaptivePasswordEncoder(String, String) - Constructor for class org.bremersee.security.core.userdetails.LdaptivePasswordEncoder
-
Instantiates a new ldaptive password encoder.
- LdaptivePasswordMatcher - Class in org.bremersee.security.core.userdetails
-
The ldaptive password matcher.
- LdaptivePasswordMatcher(LdaptiveOperations, String, String) - Constructor for class org.bremersee.security.core.userdetails.LdaptivePasswordMatcher
-
Instantiates a new ldaptive password matcher.
- LdaptiveProperties - Class in org.bremersee.data.ldaptive
-
The ldap properties.
- LdaptiveProperties() - Constructor for class org.bremersee.data.ldaptive.LdaptiveProperties
- LdaptiveProperties.SearchValidatorProperties - Class in org.bremersee.data.ldaptive
-
The search validator properties.
- LdaptiveProperties.SearchValidatorProperties.SearchRequestProperties - Class in org.bremersee.data.ldaptive
-
The search request properties.
- LdaptiveProperties.SearchValidatorProperties.SearchRequestProperties.SearchFilterProperties - Class in org.bremersee.data.ldaptive
-
The search filter properties.
- LdaptiveProperties.UserDetailsProperties - Class in org.bremersee.data.ldaptive
-
The user details properties.
- ldaptiveTemplate(ConnectionFactory) - Method in class org.bremersee.data.ldaptive.LdaptiveAutoConfiguration
-
Builds ldaptive template.
- LdaptiveTemplate - Class in org.bremersee.data.ldaptive
-
The template for executing ldap operations.
- LdaptiveTemplate(ConnectionFactory) - Constructor for class org.bremersee.data.ldaptive.LdaptiveTemplate
-
Instantiates a new ldap template.
- LdaptiveUserDetailsAutoConfiguration - Class in org.bremersee.security.authentication
-
The ldaptive user details auto configuration.
- LdaptiveUserDetailsAutoConfiguration(LdaptiveProperties, ObjectProvider<LdaptiveOperations>) - Constructor for class org.bremersee.security.authentication.LdaptiveUserDetailsAutoConfiguration
-
Instantiates a new ldaptive user details auto configuration.
- ldaptiveUserDetailsService() - Method in class org.bremersee.security.authentication.LdaptiveUserDetailsAutoConfiguration
-
Ldaptive user details service.
- LdaptiveUserDetailsService - Class in org.bremersee.security.core.userdetails
-
The ldaptive user details service.
- LdaptiveUserDetailsService(LdaptiveOperations, String, String, SearchScope, String, List<String>, String, boolean, Map<String, String>, String) - Constructor for class org.bremersee.security.core.userdetails.LdaptiveUserDetailsService
-
Instantiates a new ldaptive user details service.
- listBuckets() - Method in interface org.bremersee.data.minio.MinioOperations
-
Lists bucket information of all buckets.
- listBuckets(ListBucketsArgs) - Method in interface org.bremersee.data.minio.MinioOperations
-
Lists bucket information of all buckets.
- listenBucketNotification(ListenBucketNotificationArgs) - Method in interface org.bremersee.data.minio.MinioOperations
-
Listens events of object prefix and suffix of a bucket.
- listObjects(ListObjectsArgs) - Method in interface org.bremersee.data.minio.MinioOperations
-
Lists objects information optionally with versions of a bucket.
- loadUserByUsername(String) - Method in class org.bremersee.security.core.userdetails.LdaptiveUserDetailsService
- LOCAL_USER_ROLE_NAME - Static variable in class org.bremersee.security.core.AuthorityConstants
-
The constant LOCAL_USER_ROLE_NAME.
- LocaleReadConverter - Class in org.bremersee.data.convert
-
The locale read converter.
- LocaleReadConverter() - Constructor for class org.bremersee.data.convert.LocaleReadConverter
- LocaleWriteConverter - Class in org.bremersee.data.convert
-
The locale write converter.
- LocaleWriteConverter() - Constructor for class org.bremersee.data.convert.LocaleWriteConverter
M
- makeBucket(MakeBucketArgs) - Method in interface org.bremersee.data.minio.MinioOperations
-
Creates a bucket with region and object lock.
- manyWithUserContext(Function<UserContext, ? extends Publisher<R>>) - Method in class org.bremersee.security.core.ReactiveUserContextCaller
-
Many with user context flux.
- manyWithUserContext(Function<UserContext, ? extends Publisher<R>>, Function<Authentication, Mono<Set<String>>>, Supplier<Mono<UserContext>>) - Static method in class org.bremersee.security.core.ReactiveUserContextCaller
-
Many with user context flux.
- manyWithUserContext(Function<UserContext, ? extends Publisher<R>>, Supplier<Mono<Set<String>>>, Supplier<Mono<UserContext>>) - Static method in class org.bremersee.security.core.ReactiveUserContextCaller
-
Many with user context flux.
- map(Throwable) - Method in interface org.bremersee.data.minio.MinioErrorHandler
-
Map minio exception.
- map(Throwable) - Method in class org.bremersee.data.minio.DefaultMinioErrorHandler
- map(AccessControlList) - Method in interface org.bremersee.security.access.AclMapper
-
Map access control list dto to entity.
- map(AccessControlList) - Method in class org.bremersee.security.access.AclMapperImpl
- map(AccessControlList, AclFactory<T>) - Method in interface org.bremersee.security.access.AclMapper
-
Map access control list dto to entity.
- map(LdapEntry) - Method in interface org.bremersee.data.ldaptive.LdaptiveEntryMapper
-
Map a ldap entry into a domain object.
- map(LdapEntry) - Method in class org.bremersee.security.core.userdetails.UserDetailsLdapMapper
- map(LdapEntry, UserDetails) - Method in class org.bremersee.security.core.userdetails.UserDetailsLdapMapper
- map(LdapEntry, T) - Method in interface org.bremersee.data.ldaptive.LdaptiveEntryMapper
- map(LdapException) - Method in class org.bremersee.data.ldaptive.DefaultLdaptiveErrorHandler
- map(LdapException) - Method in interface org.bremersee.data.ldaptive.LdaptiveErrorHandler
-
Map ldaptive exception.
- map(T) - Method in interface org.bremersee.security.access.AclMapper
-
Map access control list (entity) to dto.
- map(T) - Method in class org.bremersee.security.access.AclMapperImpl
- map(T, LdapEntry) - Method in interface org.bremersee.data.ldaptive.LdaptiveEntryMapper
- mapAndComputeModifications(UserDetails, LdapEntry) - Method in class org.bremersee.security.core.userdetails.UserDetailsLdapMapper
- mapAndComputeModifications(T, LdapEntry) - Method in interface org.bremersee.data.ldaptive.LdaptiveEntryMapper
-
Map and compute attribute modifications (see
LdapEntry.computeModifications(LdapEntry, LdapEntry)
**). - mapAndComputeModifyRequest(T, LdapEntry) - Method in interface org.bremersee.data.ldaptive.LdaptiveEntryMapper
-
Map and compute modify request.
- mapDn(UserDetails) - Method in class org.bremersee.security.core.userdetails.UserDetailsLdapMapper
- mapDn(T) - Method in interface org.bremersee.data.ldaptive.LdaptiveEntryMapper
- matches(CharSequence, String) - Method in class org.bremersee.security.core.userdetails.LdaptivePasswordEncoder
- matches(CharSequence, String) - Method in class org.bremersee.security.core.userdetails.LdaptivePasswordMatcher
-
Checks whether the given raw password matches the value in the ldap store.
- matches(String) - Method in class org.bremersee.security.IpAddressMatcher
-
Matches an IPv6 and IPv4 address.
- matches(ServerWebExchange) - Method in class org.bremersee.security.ReactiveIpAddressMatcher
- matchesRemoteAddress(ServerWebExchange) - Method in class org.bremersee.security.ReactiveIpAddressMatcher
-
Checks whether the remote address of the request matches the ip of this matcher.
- MediaTypeHelper - Class in org.bremersee.http
-
The media type helper.
- MESSAGE_HEADER_NAME - Static variable in class org.bremersee.exception.RestApiExceptionUtils
-
The header name for the 'message' attribute.
- MessageAwareWebClientErrorDecoder - Class in org.bremersee.web.reactive.function.client
-
This web client error decoder generates a
WebClientException
from the error response. - MessageAwareWebClientErrorDecoder() - Constructor for class org.bremersee.web.reactive.function.client.MessageAwareWebClientErrorDecoder
-
Instantiates a new message aware web client error decoder.
- MessageAwareWebClientErrorDecoder(String) - Constructor for class org.bremersee.web.reactive.function.client.MessageAwareWebClientErrorDecoder
-
Instantiates a new message aware web client error decoder.
- MessageAwareWebClientErrorDecoder(ExceptionParser<String>) - Constructor for class org.bremersee.web.reactive.function.client.MessageAwareWebClientErrorDecoder
-
Instantiates a new message aware web client error decoder.
- MessageAwareWebClientErrorDecoder(ExceptionParser<String>, String) - Constructor for class org.bremersee.web.reactive.function.client.MessageAwareWebClientErrorDecoder
-
Instantiates a new message aware web client error decoder.
- MessageExceptionParser - Class in org.bremersee.exception
-
The message aware exception parser.
- MessageExceptionParser() - Constructor for class org.bremersee.exception.MessageExceptionParser
- messageSource() - Method in class org.bremersee.context.MessageSourceAutoConfiguration
-
Creates message source bean.
- MessageSourceAutoConfiguration - Class in org.bremersee.context
-
The message source configuration.
- MessageSourceAutoConfiguration(MessageSourceProperties) - Constructor for class org.bremersee.context.MessageSourceAutoConfiguration
-
Instantiates a new message source configuration.
- MessageSourceProperties - Class in org.bremersee.context
-
The message source properties.
- MessageSourceProperties() - Constructor for class org.bremersee.context.MessageSourceProperties
- METHOD - org.bremersee.test.web.RestApiTesterPath.PathType
-
Path type Method.
- METHOD_MUST_NOT_BE_NULL - org.bremersee.test.web.RestApiAssertionType
-
Method must not be null rest api assertion type.
- METHOD_PARAMETER - org.bremersee.test.web.RestApiTesterPath.PathType
-
Path type Method parameter.
- methodFunctions(Method, InvocationFunctions) - Method in class org.bremersee.web.reactive.function.client.proxy.WebClientProxyBuilder.Default
- methodFunctions(Method, InvocationFunctions) - Method in interface org.bremersee.web.reactive.function.client.proxy.WebClientProxyBuilder
-
Sets method functions.
- MinioAutoConfiguration - Class in org.bremersee.data.minio
-
The minio auto configuration.
- MinioAutoConfiguration(MinioProperties) - Constructor for class org.bremersee.data.minio.MinioAutoConfiguration
-
Instantiates a new minio auto configuration.
- minioClient() - Method in class org.bremersee.data.minio.MinioAutoConfiguration
-
Creates minio client.
- MinioClientCallback<T> - Interface in org.bremersee.data.minio
-
The minio client callback.
- MinioClientCallbackWithoutResult - Interface in org.bremersee.data.minio
-
The minio client callback without result.
- MinioErrorHandler - Interface in org.bremersee.data.minio
-
The minio error handler.
- MinioException - Exception in org.bremersee.data.minio
-
The minio exception.
- MinioException(int, String, String, Throwable) - Constructor for exception org.bremersee.data.minio.MinioException
-
Instantiates a new minio exception.
- MinioMultipartFile - Interface in org.bremersee.data.minio
-
The minio multipart file interface.
- MinioMultipartFileImpl - Class in org.bremersee.data.minio
-
The minio multipart file implementation.
- MinioMultipartFileImpl(MinioOperations, String, StatObjectResponse) - Constructor for class org.bremersee.data.minio.MinioMultipartFileImpl
-
Instantiates a new minio multipart file.
- MinioMultipartFileImpl(MinioOperations, String, String, Item) - Constructor for class org.bremersee.data.minio.MinioMultipartFileImpl
-
Instantiates a new minio multipart file.
- MinioMultipartFileImpl(MinioOperations, MinioObjectInfo) - Constructor for class org.bremersee.data.minio.MinioMultipartFileImpl
-
Instantiates a new minio multipart file.
- MinioObjectId - Interface in org.bremersee.data.minio
-
The minio object id interface.
- MinioObjectInfo - Interface in org.bremersee.data.minio
-
The minio object info interface.
- MinioOperations - Interface in org.bremersee.data.minio
-
The minio operations.
- MinioProperties - Class in org.bremersee.data.minio
-
The minio properties.
- MinioProperties() - Constructor for class org.bremersee.data.minio.MinioProperties
- MinioRepository - Interface in org.bremersee.data.minio
-
The minio repository interface.
- MinioRepositoryImpl - Class in org.bremersee.data.minio
-
The minio repository implementation.
- MinioRepositoryImpl(MinioClient, String, String, boolean, boolean, Duration) - Constructor for class org.bremersee.data.minio.MinioRepositoryImpl
-
Instantiates a new minio repository.
- MinioRepositoryImpl(MinioOperations, String, String, boolean, boolean, Duration) - Constructor for class org.bremersee.data.minio.MinioRepositoryImpl
-
Instantiates a new minio repository.
- minioTemplate(MinioClient, ObjectProvider<MinioErrorHandler>) - Method in class org.bremersee.data.minio.MinioAutoConfiguration
-
Creates minio template.
- MinioTemplate - Class in org.bremersee.data.minio
-
The minio template.
- MinioTemplate(MinioClient) - Constructor for class org.bremersee.data.minio.MinioTemplate
-
Instantiates a new minio template.
- MODEL_KEY - Static variable in class org.bremersee.web.servlet.ApiExceptionResolver
-
The constant MODEL_KEY.
- modelMapper(ObjectProvider<List<ModelMapperConfigurerAdapter>>) - Method in class org.bremersee.converter.ModelMapperAutoConfiguration
-
Creates the model mapper bean.
- ModelMapperAutoConfiguration - Class in org.bremersee.converter
-
The model mapper auto configuration.
- ModelMapperAutoConfiguration() - Constructor for class org.bremersee.converter.ModelMapperAutoConfiguration
- ModelMapperConfigurerAdapter - Interface in org.bremersee.converter
-
The model mapper configurer adapter.
- modify(ModifyRequest) - Method in interface org.bremersee.data.ldaptive.LdaptiveOperations
-
Executes modify operation.
- modify(ModifyRequest) - Method in interface org.bremersee.data.ldaptive.reactive.ReactiveLdaptiveOperations
-
Executes modify operation.
- modify(ModifyRequest) - Method in class org.bremersee.data.ldaptive.LdaptiveTemplate
- modify(ModifyRequest) - Method in class org.bremersee.data.ldaptive.reactive.ReactiveLdaptiveTemplate
- modifyDn(ModifyDnRequest) - Method in interface org.bremersee.data.ldaptive.LdaptiveOperations
-
Executes modify dn operation.
- modifyDn(ModifyDnRequest) - Method in interface org.bremersee.data.ldaptive.reactive.ReactiveLdaptiveOperations
-
Executes modify DN operation.
- modifyDn(ModifyDnRequest) - Method in class org.bremersee.data.ldaptive.LdaptiveTemplate
- modifyDn(ModifyDnRequest) - Method in class org.bremersee.data.ldaptive.reactive.ReactiveLdaptiveTemplate
- modifyUserPassword(String, String, String) - Method in interface org.bremersee.data.ldaptive.LdaptiveOperations
-
Modifies user password.
- modifyUserPassword(String, String, String) - Method in interface org.bremersee.data.ldaptive.reactive.ReactiveLdaptiveOperations
-
Modify user password.
- multipartFileBuilder() - Method in class org.bremersee.web.reactive.MultipartFileBuilderAutoConfiguration
-
Multipart file builder multipart file builder.
- MultipartFileBuilder - Interface in org.bremersee.web.reactive.multipart
-
The multipart file builder interface.
- MultipartFileBuilderAutoConfiguration - Class in org.bremersee.web.reactive
-
The multipart file builder auto configuration.
- MultipartFileBuilderAutoConfiguration(UploadProperties) - Constructor for class org.bremersee.web.reactive.MultipartFileBuilderAutoConfiguration
-
Instantiates a new multipart file builder auto configuration.
- MultipartFileBuilderImpl - Class in org.bremersee.web.reactive.multipart
-
The multipart file builder implementation.
- MultipartFileBuilderImpl() - Constructor for class org.bremersee.web.reactive.multipart.MultipartFileBuilderImpl
-
Instantiates a new multipart file builder.
- MultipartFileBuilderImpl(File) - Constructor for class org.bremersee.web.reactive.multipart.MultipartFileBuilderImpl
-
Instantiates a new multipart file builder.
- MultipartFileBuilderImpl(String) - Constructor for class org.bremersee.web.reactive.multipart.MultipartFileBuilderImpl
-
Instantiates a new multipart file builder.
N
- name() - Method in annotation type org.bremersee.test.security.authentication.WithJwtAuthenticationToken
-
The full name of the principal.
- nameJsonPath() - Method in annotation type org.bremersee.test.security.authentication.JsonPathJwtConverterProperties
-
Name json path.
- namePath() - Method in annotation type org.bremersee.test.security.authentication.WithJwtAuthenticationToken
-
Name path.
- NEVER - org.bremersee.data.minio.DeleteMode
-
Never delete mode.
- newInstance() - Static method in interface org.bremersee.security.core.UserContext
-
New instance user context.
- newInstance(String, Collection<String>, Collection<String>) - Static method in interface org.bremersee.security.core.UserContext
-
New instance user context.
- newInstance(Authentication, Collection<String>) - Static method in interface org.bremersee.security.core.UserContext
-
New instance user context.
- NO_CLASS_VALUE - Static variable in class org.bremersee.exception.RestApiExceptionUtils
-
The default value of the 'class name attribute.
- NO_ERROR_CODE_VALUE - Static variable in interface org.bremersee.exception.ErrorCodeAware
-
The default value of the 'code' attribute.
- NO_ERROR_CODE_VALUE - Static variable in class org.bremersee.exception.RestApiExceptionUtils
-
The default value of the 'code' attribute.
- NO_ID_VALUE - Static variable in class org.bremersee.exception.RestApiExceptionUtils
-
The default value of the 'id' attribute.
- NO_MESSAGE_VALUE - Static variable in class org.bremersee.exception.RestApiExceptionUtils
-
The default value of the 'message' attribute.
- NONE - org.bremersee.security.authentication.AutoSecurityMode
-
None security.
- NORMAL_ACCOUNT - Static variable in class org.bremersee.data.ldaptive.transcoder.UserAccountControlValueTranscoder
-
The bit map value of a normal account.
- notFound() - Static method in exception org.bremersee.exception.ServiceException
-
Not found service exception.
- notFound(Object) - Static method in exception org.bremersee.exception.ServiceException
-
Not found service exception.
- notFound(String, Object) - Static method in exception org.bremersee.exception.ServiceException
-
Not found service exception.
- notFoundWithErrorCode(Object, String) - Static method in exception org.bremersee.exception.ServiceException
-
Not found with error code service exception.
- notFoundWithErrorCode(String, Object, String) - Static method in exception org.bremersee.exception.ServiceException
-
Not found with error code service exception.
O
- objectExists(StatObjectArgs) - Method in interface org.bremersee.data.minio.MinioOperations
-
Check whether an object exists or not.
- ObjectMapperHelper - Class in org.bremersee.http.converter
-
Helper to create an
ObjectMapper
for JSON and XML. - OffsetDateTimeToDateWriteConverter - Class in org.bremersee.data.convert
-
The offset date time to data write converter.
- OffsetDateTimeToDateWriteConverter() - Constructor for class org.bremersee.data.convert.OffsetDateTimeToDateWriteConverter
- OffsetDateTimeToInstantWriteConverter - Class in org.bremersee.data.convert
-
The offset date time to instant write converter.
- OffsetDateTimeToInstantWriteConverter() - Constructor for class org.bremersee.data.convert.OffsetDateTimeToInstantWriteConverter
- ON_SUCCESS - org.bremersee.data.minio.DeleteMode
-
On success delete mode.
- oneWithUserContext(Function<UserContext, ? extends Mono<R>>) - Method in class org.bremersee.security.core.ReactiveUserContextCaller
-
One with user context mono.
- oneWithUserContext(Function<UserContext, ? extends Mono<R>>, Function<Authentication, Mono<Set<String>>>, Supplier<Mono<UserContext>>) - Static method in class org.bremersee.security.core.ReactiveUserContextCaller
-
One with user context mono.
- oneWithUserContext(Function<UserContext, ? extends Mono<R>>, Supplier<Mono<Set<String>>>, Supplier<Mono<UserContext>>) - Static method in class org.bremersee.security.core.ReactiveUserContextCaller
-
One with user context mono.
- OrderedProxy - Class in org.bremersee.core
-
The ordered proxy.
- org.bremersee.actuator.security.authentication - package org.bremersee.actuator.security.authentication
- org.bremersee.context - package org.bremersee.context
- org.bremersee.converter - package org.bremersee.converter
- org.bremersee.core - package org.bremersee.core
- org.bremersee.data.convert - package org.bremersee.data.convert
- org.bremersee.data.ldaptive - package org.bremersee.data.ldaptive
-
The package contains classes for LDAP operations with the ldaptive library.
- org.bremersee.data.ldaptive.reactive - package org.bremersee.data.ldaptive.reactive
- org.bremersee.data.ldaptive.transcoder - package org.bremersee.data.ldaptive.transcoder
- org.bremersee.data.minio - package org.bremersee.data.minio
- org.bremersee.data.redis - package org.bremersee.data.redis
- org.bremersee.exception - package org.bremersee.exception
- org.bremersee.exception.annotation - package org.bremersee.exception.annotation
- org.bremersee.exception.feign - package org.bremersee.exception.feign
- org.bremersee.http - package org.bremersee.http
- org.bremersee.http.codec.xml - package org.bremersee.http.codec.xml
- org.bremersee.http.converter - package org.bremersee.http.converter
- org.bremersee.security - package org.bremersee.security
- org.bremersee.security.access - package org.bremersee.security.access
- org.bremersee.security.authentication - package org.bremersee.security.authentication
- org.bremersee.security.core - package org.bremersee.security.core
- org.bremersee.security.core.userdetails - package org.bremersee.security.core.userdetails
- org.bremersee.test - package org.bremersee.test
- org.bremersee.test.beans - package org.bremersee.test.beans
- org.bremersee.test.security.authentication - package org.bremersee.test.security.authentication
- org.bremersee.test.web - package org.bremersee.test.web
- org.bremersee.thymeleaf - package org.bremersee.thymeleaf
- org.bremersee.web - package org.bremersee.web
- org.bremersee.web.multipart - package org.bremersee.web.multipart
- org.bremersee.web.reactive - package org.bremersee.web.reactive
- org.bremersee.web.reactive.function.client - package org.bremersee.web.reactive.function.client
- org.bremersee.web.reactive.function.client.proxy - package org.bremersee.web.reactive.function.client.proxy
- org.bremersee.web.reactive.multipart - package org.bremersee.web.reactive.multipart
- org.bremersee.web.servlet - package org.bremersee.web.servlet
- OTHER - org.bremersee.security.authentication.AutoSecurityMode
-
Other auto security.
- owner(String) - Method in class org.bremersee.security.access.AclBuilder.Impl
- owner(String) - Method in interface org.bremersee.security.access.AclBuilder
-
Sets owner.
P
- parse(String) - Static method in interface org.bremersee.security.authentication.AccessTokenCache
-
Parse jwt.
- parseException(String, Map<String, ? extends Collection<String>>) - Method in interface org.bremersee.exception.ExceptionParser
-
Parse exception.
- parseException(String, Map<String, ? extends Collection<String>>) - Method in class org.bremersee.exception.MessageExceptionParser
- parseException(String, Map<String, ? extends Collection<String>>) - Method in class org.bremersee.exception.RestApiExceptionParserImpl
- parseHeaderValue(String) - Static method in class org.bremersee.exception.RestApiExceptionUtils
-
Parse the 'timestamp' header value.
- password(String) - Method in class org.bremersee.security.authentication.BasicAuthProperties.Builder
-
Sets password on builder.
- password(String) - Method in class org.bremersee.security.authentication.PasswordFlowProperties.Builder
-
Sets password on builder.
- passwordEncoder() - Method in class org.bremersee.security.authentication.LdaptiveUserDetailsAutoConfiguration
-
Ldaptive password matcher.
- passwordEncoder() - Method in class org.bremersee.security.authentication.PasswordEncoderAutoConfiguration
-
Creates a password encoder bean.
- PasswordEncoderAutoConfiguration - Class in org.bremersee.security.authentication
-
The password encoder auto configuration.
- PasswordEncoderAutoConfiguration() - Constructor for class org.bremersee.security.authentication.PasswordEncoderAutoConfiguration
- PasswordFlow() - Constructor for class org.bremersee.security.authentication.AuthProperties.PasswordFlow
- passwordFlowAuthenticationManager(ObjectProvider<JwtDecoder>, JsonPathJwtConverter, RestTemplateAccessTokenRetriever) - Method in class org.bremersee.security.authentication.JwtSupportAutoConfiguration
-
Creates a password flow authentication manager.
- PasswordFlowAuthenticationManager - Class in org.bremersee.security.authentication
-
The password flow authentication manager.
- PasswordFlowAuthenticationManager(ClientCredentialsFlowProperties, JwtDecoder, Converter<Jwt, ? extends AbstractAuthenticationToken>, AccessTokenRetriever<String>) - Constructor for class org.bremersee.security.authentication.PasswordFlowAuthenticationManager
-
Instantiates a new password flow authentication manager.
- PasswordFlowProperties - Interface in org.bremersee.security.authentication
-
The password flow properties.
- PasswordFlowProperties.Builder - Class in org.bremersee.security.authentication
-
The builder implementation.
- passwordFlowReactiveAuthenticationManager(ObjectProvider<ReactiveJwtDecoder>, JsonPathReactiveJwtConverter, WebClientAccessTokenRetriever) - Method in class org.bremersee.security.authentication.ReactiveJwtSupportAutoConfiguration
-
Creates password flow reactive authentication manager.
- PasswordFlowReactiveAuthenticationManager - Class in org.bremersee.security.authentication
-
The password flow reactive authentication manager.
- PasswordFlowReactiveAuthenticationManager(ClientCredentialsFlowProperties, ReactiveJwtDecoder, Converter<Jwt, ? extends Mono<? extends AbstractAuthenticationToken>>, AccessTokenRetriever<Mono<String>>) - Constructor for class org.bremersee.security.authentication.PasswordFlowReactiveAuthenticationManager
-
Instantiates a new password flow reactive authentication manager.
- pathBuilder() - Static method in interface org.bremersee.test.web.RestApiTesterPath
-
Creates a new path builder.
- PathMatcherProperties() - Constructor for class org.bremersee.security.authentication.AuthProperties.PathMatcherProperties
- PermissionConstants - Class in org.bremersee.security.access
-
The permission constants.
- PERMIT_ALL - org.bremersee.security.authentication.AccessMode
-
Permit all access mode.
- plain() - Static method in class org.bremersee.security.core.userdetails.LdaptivePasswordEncoder
-
Plain ldaptive password encoder.
- plainWithNoLabel() - Static method in class org.bremersee.security.core.userdetails.LdaptivePasswordEncoder
-
Plain with no label ldaptive password encoder.
- preferredUsername() - Method in annotation type org.bremersee.test.security.authentication.WithJwtAuthenticationToken
-
Preferred user name.
- preferredUsernamePath() - Method in annotation type org.bremersee.test.security.authentication.WithJwtAuthenticationToken
-
Preferred user name path.
- prefixAuthority(String, String) - Static method in class org.bremersee.security.core.userdetails.UserDetailsLdapMapper
-
Prefix authority.
- preparePathMatchers(CorsProperties) - Method in class org.bremersee.security.authentication.AuthProperties
-
Prepare path matchers.
- putAccessToken(String, String) - Method in interface org.bremersee.security.authentication.AccessTokenCache
-
Put new access token into the cache.
- putAccessToken(String, String) - Method in interface org.bremersee.security.authentication.ReactiveAccessTokenCache
-
Put new access token into the cache.
- putAccessToken(String, String) - Method in class org.bremersee.security.authentication.AccessTokenCacheImpl
- putAccessToken(String, String) - Method in class org.bremersee.security.authentication.ReactiveRedisAccessTokenCache
- putAccessToken(String, String) - Method in class org.bremersee.security.authentication.RedisAccessTokenCache
- putObject(PutObjectArgs) - Method in interface org.bremersee.data.minio.MinioOperations
-
Uploads data from a stream to an object.
R
- ReactiveAccessTokenCache - Interface in org.bremersee.security.authentication
-
The reactive access token cache interface.
- ReactiveAccessTokenCacheAutoConfiguration - Class in org.bremersee.security.authentication
-
The reactive access token cache auto configuration.
- ReactiveAccessTokenCacheAutoConfiguration() - Constructor for class org.bremersee.security.authentication.ReactiveAccessTokenCacheAutoConfiguration
- ReactiveAccessTokenProviders - Interface in org.bremersee.security.authentication
-
The reactive access token providers.
- ReactiveActuatorSecurityAutoConfiguration - Class in org.bremersee.actuator.security.authentication
-
The reactive actuator security auto configuration.
- ReactiveActuatorSecurityAutoConfiguration(AuthProperties, ActuatorAuthProperties, ObjectProvider<JsonPathReactiveJwtConverter>, ObjectProvider<WebClientAccessTokenRetriever>, ObjectProvider<ReactiveUserDetailsService>, ObjectProvider<PasswordEncoder>) - Constructor for class org.bremersee.actuator.security.authentication.ReactiveActuatorSecurityAutoConfiguration
-
Instantiates a new reactive actuator security auto configuration.
- ReactiveInMemoryUserDetailsAutoConfiguration - Class in org.bremersee.security.authentication
-
The reactive in memory user details auto configuration.
- ReactiveInMemoryUserDetailsAutoConfiguration() - Constructor for class org.bremersee.security.authentication.ReactiveInMemoryUserDetailsAutoConfiguration
- ReactiveIpAddressMatcher - Class in org.bremersee.security
-
The type Reactive ip address matcher.
- ReactiveIpAddressMatcher(String) - Constructor for class org.bremersee.security.ReactiveIpAddressMatcher
-
Takes a specific IP address or a range specified using the IP/Netmask (e.g. 192.168.1.0/24 or 202.24.0.0/14).
- ReactiveJaxbDecoder - Class in org.bremersee.http.codec.xml
-
Decode from a bytes stream containing XML elements to a stream of
Object
s (POJOs). - ReactiveJaxbDecoder(JaxbContextBuilder) - Constructor for class org.bremersee.http.codec.xml.ReactiveJaxbDecoder
-
Instantiates a new reactive jaxb decoder.
- ReactiveJaxbEncoder - Class in org.bremersee.http.codec.xml
-
Encode from single value to a byte stream containing XML elements.
- ReactiveJaxbEncoder(JaxbContextBuilder) - Constructor for class org.bremersee.http.codec.xml.ReactiveJaxbEncoder
-
Instantiates a new reactive jaxb encoder.
- ReactiveJwtSupportAutoConfiguration - Class in org.bremersee.security.authentication
-
The reactive authentication support auto configuration.
- ReactiveJwtSupportAutoConfiguration(AuthProperties) - Constructor for class org.bremersee.security.authentication.ReactiveJwtSupportAutoConfiguration
-
Instantiates a reactive authentication support auto configuration.
- ReactiveLdaptiveOperations - Interface in org.bremersee.data.ldaptive.reactive
-
The reactive ldaptive operations.
- reactiveLdaptiveTemplate(ConnectionFactory) - Method in class org.bremersee.data.ldaptive.LdaptiveAutoConfiguration
-
Builds reactive ldaptive template.
- ReactiveLdaptiveTemplate - Class in org.bremersee.data.ldaptive.reactive
-
The reactive ldaptive template.
- ReactiveLdaptiveTemplate(ConnectionFactory) - Constructor for class org.bremersee.data.ldaptive.reactive.ReactiveLdaptiveTemplate
-
Instantiates a new Reactive ldaptive template.
- reactiveLdaptiveUserDetailsService(ObjectProvider<ReactiveLdaptiveOperations>) - Method in class org.bremersee.security.authentication.LdaptiveUserDetailsAutoConfiguration
-
Reactive ldaptive user details service.
- ReactiveLdaptiveUserDetailsService - Class in org.bremersee.security.core.userdetails
-
The reactive ldaptive user details service.
- ReactiveLdaptiveUserDetailsService(ReactiveLdaptiveOperations, String, String, SearchScope, String, List<String>, String, boolean, Map<String, String>, String) - Constructor for class org.bremersee.security.core.userdetails.ReactiveLdaptiveUserDetailsService
-
Instantiates a new reactive ldaptive user details service.
- ReactiveRedisAccessTokenCache - Class in org.bremersee.security.authentication
-
The reactive redis access token cache.
- ReactiveRedisAccessTokenCache(AuthProperties.JwtCache, ReactiveRedisConnectionFactory) - Constructor for class org.bremersee.security.authentication.ReactiveRedisAccessTokenCache
-
Instantiates a new reactive redis access token cache.
- ReactiveResourceServerAutoConfiguration - Class in org.bremersee.security.authentication
-
The reactive resource server security auto configuration.
- ReactiveResourceServerAutoConfiguration(Environment, CorsProperties, AuthProperties, ObjectProvider<JsonPathReactiveJwtConverter>, ObjectProvider<ReactiveUserDetailsService>, ObjectProvider<PasswordEncoder>) - Constructor for class org.bremersee.security.authentication.ReactiveResourceServerAutoConfiguration
-
Instantiates a new reactive resource server security auto configuration.
- ReactiveResourceServerWithActuatorAutoConfiguration - Class in org.bremersee.actuator.security.authentication
-
The reactive resource server with actuator security auto configuration.
- ReactiveResourceServerWithActuatorAutoConfiguration(Environment, CorsProperties, AuthProperties, ObjectProvider<JsonPathReactiveJwtConverter>, ObjectProvider<ReactiveUserDetailsService>, ObjectProvider<PasswordEncoder>) - Constructor for class org.bremersee.actuator.security.authentication.ReactiveResourceServerWithActuatorAutoConfiguration
-
Instantiates a new reactive resource server with actuator security auto configuration.
- ReactiveUserContextCaller - Class in org.bremersee.security.core
-
The reactive user context caller.
- ReactiveUserContextCaller() - Constructor for class org.bremersee.security.core.ReactiveUserContextCaller
-
Instantiates a new reactive user context caller.
- ReactiveUserContextCaller(Function<Authentication, Mono<Set<String>>>, Supplier<Mono<UserContext>>) - Constructor for class org.bremersee.security.core.ReactiveUserContextCaller
-
Instantiates a new reactive user context caller.
- ReactiveUserContextCaller(Supplier<Mono<Set<String>>>, Supplier<Mono<UserContext>>) - Constructor for class org.bremersee.security.core.ReactiveUserContextCaller
-
Instantiates a new reactive user context caller.
- reactiveUserDetailsService(SecurityProperties, AuthProperties, ObjectProvider<PasswordEncoder>) - Method in class org.bremersee.security.authentication.ReactiveInMemoryUserDetailsAutoConfiguration
-
Creates a reactive user details service bean.
- READ - Static variable in class org.bremersee.security.access.PermissionConstants
-
The constant READ.
- reader() - Method in class org.bremersee.thymeleaf.TemplateResource
- reason - Variable in class org.bremersee.exception.AbstractServiceExceptionBuilder
-
The reason.
- reason(String) - Method in class org.bremersee.exception.AbstractServiceExceptionBuilder
- reason(String) - Method in interface org.bremersee.exception.ServiceExceptionBuilder
-
Sets reason on service exception builder.
- RedisAccessTokenCache - Class in org.bremersee.security.authentication
-
The redis access token cache.
- RedisAccessTokenCache(AuthProperties.JwtCache, RedisConnectionFactory) - Constructor for class org.bremersee.security.authentication.RedisAccessTokenCache
-
Instantiates a new redis access token cache.
- RedisCondition - Class in org.bremersee.security.authentication
-
The redis condition.
- RedisCondition() - Constructor for class org.bremersee.security.authentication.RedisCondition
-
Instantiates a new redis condition.
- redisServer(RedisProperties) - Method in class org.bremersee.data.redis.EmbeddedRedisAutoConfiguration
-
Creates embedded redis server.
- registerAll(FormatterRegistry) - Static method in class org.bremersee.converter.BaseCommonConverters
-
Register all converters.
- registerTemplateResolver() - Method in class org.bremersee.thymeleaf.AdditionalThymeleafAutoConfiguration
-
Register template resolver.
- relative(String) - Method in class org.bremersee.thymeleaf.TemplateResource
- remove(T, LdaptiveEntryMapper<T>) - Method in interface org.bremersee.data.ldaptive.LdaptiveOperations
-
Remove.
- remove(T, LdaptiveEntryMapper<T>) - Method in interface org.bremersee.data.ldaptive.reactive.ReactiveLdaptiveOperations
-
Remove.
- removeAdminAccess() - Method in interface org.bremersee.security.access.AclBuilder
-
Removes admin access.
- removeAdminAccess(String, String...) - Method in interface org.bremersee.security.access.AclBuilder
-
Removes admin access.
- removeAdminAccess(Collection<String>, String...) - Method in class org.bremersee.security.access.AclBuilder.Impl
- removeAdminAccess(Collection<String>, String...) - Method in interface org.bremersee.security.access.AclBuilder
-
Removes admin access.
- removeAll(Collection<T>, LdaptiveEntryMapper<T>) - Method in interface org.bremersee.data.ldaptive.LdaptiveOperations
-
Remove all.
- removeAll(Collection<T>, LdaptiveEntryMapper<T>) - Method in interface org.bremersee.data.ldaptive.reactive.ReactiveLdaptiveOperations
-
Remove all.
- removeAttribute(LdapEntry, String, List<AttributeModification>) - Static method in interface org.bremersee.data.ldaptive.LdaptiveEntryMapper
-
Removes an attribute with the specified name.
- removeAttribute(LdapEntry, String, T, ValueTranscoder<T>, List<AttributeModification>) - Static method in interface org.bremersee.data.ldaptive.LdaptiveEntryMapper
-
Removes an attribute with the specified value.
- removeAttributes(LdapEntry, String, Collection<T>, ValueTranscoder<T>, List<AttributeModification>) - Static method in interface org.bremersee.data.ldaptive.LdaptiveEntryMapper
-
Remove attributes with the specified values.
- removeBucket(RemoveBucketArgs) - Method in interface org.bremersee.data.minio.MinioOperations
-
Removes an empty bucket using arguments.
- removeGroup(String, String...) - Method in class org.bremersee.security.access.AclBuilder.Impl
- removeGroup(String, String...) - Method in interface org.bremersee.security.access.AclBuilder
-
Removes group.
- removeObject(RemoveObjectArgs) - Method in interface org.bremersee.data.minio.MinioOperations
-
Removes an object.
- removeObjects(RemoveObjectsArgs) - Method in interface org.bremersee.data.minio.MinioOperations
-
Removes multiple objects lazily.
- removeRole(String, String...) - Method in class org.bremersee.security.access.AclBuilder.Impl
- removeRole(String, String...) - Method in interface org.bremersee.security.access.AclBuilder
-
Removes role.
- removeUser(String, String...) - Method in class org.bremersee.security.access.AclBuilder.Impl
- removeUser(String, String...) - Method in interface org.bremersee.security.access.AclBuilder
-
Removes user.
- renderErrorResponse(ServerRequest) - Method in class org.bremersee.web.reactive.ApiExceptionHandler
-
Render error response.
- RequestBodyInserter - Interface in org.bremersee.web.reactive.function.client.proxy
-
The request body inserter.
- RequestBodyInserter.Default - Class in org.bremersee.web.reactive.function.client.proxy
-
The default request body inserter.
- RequestCookiesBuilder - Interface in org.bremersee.web.reactive.function.client.proxy
-
The request cookies builder.
- RequestCookiesBuilder.Default - Class in org.bremersee.web.reactive.function.client.proxy
-
The default request cookies builder.
- RequestHeadersBuilder - Interface in org.bremersee.web.reactive.function.client.proxy
-
The request headers builder.
- RequestHeadersBuilder.Default - Class in org.bremersee.web.reactive.function.client.proxy
-
The default request headers builder.
- RequestResponseBuilder - Interface in org.bremersee.web.reactive.function.client.proxy
-
The request response builder.
- RequestResponseBuilder.Default - Class in org.bremersee.web.reactive.function.client.proxy
-
The default request response builder.
- RequestUriBuilder - Interface in org.bremersee.web.reactive.function.client.proxy
-
The request uri builder.
- RequestUriBuilder.Default - Class in org.bremersee.web.reactive.function.client.proxy
-
The default request response builder.
- RequestUriSpecBuilder - Interface in org.bremersee.web.reactive.function.client.proxy
-
The request uri spec builder.
- RequestUriSpecBuilder.Default - Class in org.bremersee.web.reactive.function.client.proxy
-
The default request uri spec builder.
- reset() - Method in class org.bremersee.security.access.AclBuilder.Impl
- reset() - Method in interface org.bremersee.security.access.AclBuilder
-
Reset acl builder.
- resolvablePatternsOrDefault() - Method in class org.bremersee.thymeleaf.AdditionalThymeleafProperties.ResolverProperties
-
Resolvable patterns or default.
- resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.bremersee.web.servlet.ApiExceptionResolver
- ResolverProperties() - Constructor for class org.bremersee.thymeleaf.AdditionalThymeleafProperties.ResolverProperties
- ResourceServerAutoConfiguration - Class in org.bremersee.security.authentication
-
The resource server security auto configuration.
- ResourceServerAutoConfiguration(Environment, SecurityProperties, AuthProperties, CorsProperties, ObjectProvider<JsonPathJwtConverter>, ObjectProvider<PasswordEncoder>) - Constructor for class org.bremersee.security.authentication.ResourceServerAutoConfiguration
-
Instantiates a new resource server security auto configuration.
- ResourceServerAutoSecurityCondition - Class in org.bremersee.security.authentication
-
The resource server auto security condition.
- ResourceServerAutoSecurityCondition() - Constructor for class org.bremersee.security.authentication.ResourceServerAutoSecurityCondition
- resourceServerFilterChain(ObjectProvider<ServerHttpSecurity>) - Method in class org.bremersee.actuator.security.authentication.ReactiveResourceServerWithActuatorAutoConfiguration
-
Resource server filter chain.
- resourceServerFilterChain(ObjectProvider<ServerHttpSecurity>) - Method in class org.bremersee.security.authentication.ReactiveResourceServerAutoConfiguration
-
Resource server filter chain.
- resourceServerFilterChain(ServerHttpSecurity) - Method in class org.bremersee.security.authentication.AbstractReactiveResourceServerAutoConfiguration
-
Resource server filter chain.
- ResourceServerWithActuatorAutoConfiguration - Class in org.bremersee.actuator.security.authentication
-
The resource server with actuator security auto configuration.
- ResourceServerWithActuatorAutoConfiguration(Environment, SecurityProperties, AuthProperties, CorsProperties, ObjectProvider<JsonPathJwtConverter>, ObjectProvider<PasswordEncoder>) - Constructor for class org.bremersee.actuator.security.authentication.ResourceServerWithActuatorAutoConfiguration
-
Instantiates a new resource server with actuator security auto configuration.
- responseWithOptionalUserContext(Function<UserContext, R>) - Method in class org.bremersee.security.core.UserContextCaller
-
Response with optional user context response entity.
- responseWithRequiredUserContext(Function<UserContext, R>) - Method in class org.bremersee.security.core.UserContextCaller
-
Response with required user context response entity.
- RestApiAssertionType - Enum in org.bremersee.test.web
-
The rest api assertion type.
- RestApiExceptionAware - Interface in org.bremersee.exception
-
Marker interface to get the
RestApiException
model. - restApiExceptionMapper() - Method in class org.bremersee.exception.RestApiExceptionMapperAutoConfiguration
-
Builds the rest api exception mapper bean.
- RestApiExceptionMapper - Interface in org.bremersee.exception
-
Maps the error response into a
RestApiException
. - RestApiExceptionMapperAutoConfiguration - Class in org.bremersee.exception
-
The rest api exception mapper auto configuration.
- RestApiExceptionMapperAutoConfiguration(String, RestApiExceptionMapperProperties) - Constructor for class org.bremersee.exception.RestApiExceptionMapperAutoConfiguration
-
Instantiates a new rest api exception mapper auto configuration.
- RestApiExceptionMapperImpl - Class in org.bremersee.exception
-
The default implementation of a rest api exception mapper.
- RestApiExceptionMapperImpl(RestApiExceptionMapperProperties, String) - Constructor for class org.bremersee.exception.RestApiExceptionMapperImpl
-
Instantiates a new rest api exception mapper.
- RestApiExceptionMapperProperties - Class in org.bremersee.exception
-
Configuration properties for the rest api exception handler or resolver.
- RestApiExceptionMapperProperties() - Constructor for class org.bremersee.exception.RestApiExceptionMapperProperties
-
Instantiates rest api exception mapper properties.
- RestApiExceptionMapperProperties.ExceptionMapping - Class in org.bremersee.exception
-
The exception mapping.
- RestApiExceptionMapperProperties.ExceptionMappingConfig - Class in org.bremersee.exception
-
The exception mapping config.
- restApiExceptionParser(ObjectProvider<Jackson2ObjectMapperBuilder>) - Method in class org.bremersee.exception.RestApiExceptionParserAutoConfiguration
-
Rest api exception parser rest api exception parser.
- RestApiExceptionParser - Interface in org.bremersee.exception
-
A http response parser that creates a
RestApiException
. - RestApiExceptionParserAutoConfiguration - Class in org.bremersee.exception
-
The rest api exception parser auto configuration.
- RestApiExceptionParserAutoConfiguration() - Constructor for class org.bremersee.exception.RestApiExceptionParserAutoConfiguration
- RestApiExceptionParserImpl - Class in org.bremersee.exception
-
The default implementation of a http response parser that creates a
RestApiException
. - RestApiExceptionParserImpl() - Constructor for class org.bremersee.exception.RestApiExceptionParserImpl
- RestApiExceptionParserImpl(ObjectMapper, XmlMapper) - Constructor for class org.bremersee.exception.RestApiExceptionParserImpl
- RestApiExceptionParserImpl(Jackson2ObjectMapperBuilder) - Constructor for class org.bremersee.exception.RestApiExceptionParserImpl
-
Instantiates a new rest api exception parser.
- RestApiExceptionUtils - Class in org.bremersee.exception
-
Some utilities.
- RestApiTester - Class in org.bremersee.test.web
-
The rest api tester.
- RestApiTesterExclusion - Class in org.bremersee.test.web
-
The rest api tester exclusion.
- RestApiTesterExclusion(RestApiTesterPath, RestApiAssertionType) - Constructor for class org.bremersee.test.web.RestApiTesterExclusion
-
Instantiates a new rest api tester exclusion.
- RestApiTesterPath - Interface in org.bremersee.test.web
-
The rest api tester path.
- RestApiTesterPath.Builder - Interface in org.bremersee.test.web
-
The path builder interface.
- RestApiTesterPath.BuilderImpl - Class in org.bremersee.test.web
-
The path builder implementation.
- RestApiTesterPath.Impl - Class in org.bremersee.test.web
-
The rest api tester path implementation.
- RestApiTesterPath.PathType - Enum in org.bremersee.test.web
-
The path type.
- RestApiTesterPath.RestApiTesterPathValues - Class in org.bremersee.test.web
-
The path values.
- restTemplateAccessTokenRetriever(ObjectProvider<RestTemplateBuilder>, ObjectProvider<AccessTokenCache>) - Method in class org.bremersee.security.authentication.JwtSupportAutoConfiguration
-
Creates access token retriever.
- RestTemplateAccessTokenRetriever - Class in org.bremersee.security.authentication
-
The rest template access token retriever.
- RestTemplateAccessTokenRetriever(RestTemplate) - Constructor for class org.bremersee.security.authentication.RestTemplateAccessTokenRetriever
-
Instantiates a new rest template access token retriever.
- RestTemplateAccessTokenRetriever(RestTemplate, AccessTokenCache) - Constructor for class org.bremersee.security.authentication.RestTemplateAccessTokenRetriever
-
Instantiates a new rest template access token retriever.
- retrieveAccessToken(AccessTokenRetrieverProperties) - Method in interface org.bremersee.security.authentication.AccessTokenRetriever
-
Retrieve the access token from the identity provider.
- retrieveAccessToken(AccessTokenRetrieverProperties) - Method in class org.bremersee.security.authentication.RestTemplateAccessTokenRetriever
- retrieveAccessToken(AccessTokenRetrieverProperties) - Method in class org.bremersee.security.authentication.WebClientAccessTokenRetriever
- returnAttributes() - Method in class org.bremersee.security.core.userdetails.AbstractUserDetailsService
-
Return attributes.
- returnAttributesAsArray() - Method in class org.bremersee.data.ldaptive.LdaptiveProperties.SearchValidatorProperties.SearchRequestProperties
-
Gets the return attributes as array.
- role(Function<String, String>) - Method in class org.bremersee.security.authentication.AuthProperties.EurekaAccessProperties
-
Returns the role.
- RoleBasedAuthorizationManager - Class in org.bremersee.security.authentication
-
The role based authorization manager.
- RoleBasedAuthorizationManager(Collection<String>) - Constructor for class org.bremersee.security.authentication.RoleBasedAuthorizationManager
-
Instantiates a new role based authorization manager.
- RoleBasedAuthorizationManager(Collection<String>, boolean) - Constructor for class org.bremersee.security.authentication.RoleBasedAuthorizationManager
-
Instantiates a new role based authorization manager.
- RoleOrIpBasedAuthorizationManager - Class in org.bremersee.security.authentication
-
The role or ip based authorization manager.
- RoleOrIpBasedAuthorizationManager(Collection<String>, Collection<String>) - Constructor for class org.bremersee.security.authentication.RoleOrIpBasedAuthorizationManager
-
Instantiates a new role or ip based authorization manager.
- RoleOrIpBasedAuthorizationManager(Collection<String>, Collection<String>, boolean) - Constructor for class org.bremersee.security.authentication.RoleOrIpBasedAuthorizationManager
-
Instantiates a new role or ip based authorization manager.
- rolePrefix() - Method in annotation type org.bremersee.test.security.authentication.JsonPathJwtConverterProperties
-
Role prefix.
- roles() - Method in annotation type org.bremersee.test.security.authentication.WithJwtAuthenticationToken
-
Roles (granted authorities).
- roles(Function<String, String>) - Method in class org.bremersee.security.authentication.AuthProperties.PathMatcherProperties
-
Returns valid roles.
- rolesJsonPath() - Method in annotation type org.bremersee.test.security.authentication.JsonPathJwtConverterProperties
-
Roles json path.
- rolesOrDefaults() - Method in class org.bremersee.actuator.security.authentication.ActuatorAuthProperties
-
Roles or defaults.
- rolesPath() - Method in annotation type org.bremersee.test.security.authentication.WithJwtAuthenticationToken
-
Roles path.
- rolesValueList() - Method in annotation type org.bremersee.test.security.authentication.JsonPathJwtConverterProperties
-
Specifies whether the roles value is a list (json array) or a simple string.
- rolesValueSeparator() - Method in annotation type org.bremersee.test.security.authentication.JsonPathJwtConverterProperties
-
Roles value separator.
S
- SAME_ANNOTATION_ATTRIBUTE_VALUE - org.bremersee.test.web.RestApiAssertionType
-
Same annotation attribute value rest api assertion type.
- SAME_ANNOTATION_ATTRIBUTES_SIZE - org.bremersee.test.web.RestApiAssertionType
-
Same annotation attributes size rest api assertion type.
- SAME_ANNOTATION_SIZE - org.bremersee.test.web.RestApiAssertionType
-
Same annotation size rest api assertion type.
- SAME_METHOD_SIZE - org.bremersee.test.web.RestApiAssertionType
-
Same method size rest api assertion type.
- SAMEORIGIN - org.bremersee.security.FrameOptionsMode
-
Sameorigin frame options mode.
- save(MinioObjectId, MultipartFile, DeleteMode) - Method in interface org.bremersee.data.minio.MinioRepository
-
Save multipart file.
- save(MinioObjectId, MultipartFile, DeleteMode) - Method in class org.bremersee.data.minio.MinioRepositoryImpl
- save(T, LdaptiveEntryMapper<T>) - Method in interface org.bremersee.data.ldaptive.reactive.ReactiveLdaptiveOperations
-
Save.
- save(T, LdaptiveEntryMapper<T>) - Method in interface org.bremersee.data.ldaptive.LdaptiveOperations
-
Save t.
- save(T, LdaptiveEntryMapper<T>) - Method in class org.bremersee.data.ldaptive.LdaptiveTemplate
- save(T, LdaptiveEntryMapper<T>) - Method in class org.bremersee.data.ldaptive.reactive.ReactiveLdaptiveTemplate
- saveAll(Collection<T>, LdaptiveEntryMapper<T>) - Method in interface org.bremersee.data.ldaptive.LdaptiveOperations
-
Save all stream.
- saveAll(Collection<T>, LdaptiveEntryMapper<T>) - Method in interface org.bremersee.data.ldaptive.reactive.ReactiveLdaptiveOperations
-
Save all.
- scope() - Method in annotation type org.bremersee.test.security.authentication.WithJwtAuthenticationToken
-
Scopes.
- scopePath() - Method in annotation type org.bremersee.test.security.authentication.WithJwtAuthenticationToken
-
Scope path.
- search(SearchRequest) - Method in interface org.bremersee.data.ldaptive.LdaptiveOperations
-
Executes search operation.
- search(SearchRequest) - Method in class org.bremersee.data.ldaptive.LdaptiveTemplate
- SearchFilterProperties() - Constructor for class org.bremersee.data.ldaptive.LdaptiveProperties.SearchValidatorProperties.SearchRequestProperties.SearchFilterProperties
- SearchRequestProperties() - Constructor for class org.bremersee.data.ldaptive.LdaptiveProperties.SearchValidatorProperties.SearchRequestProperties
- SearchValidatorProperties() - Constructor for class org.bremersee.data.ldaptive.LdaptiveProperties.SearchValidatorProperties
- selectObjectContent(SelectObjectContentArgs) - Method in interface org.bremersee.data.minio.MinioOperations
-
Selects content of an object by SQL expression.
- ServiceException - Exception in org.bremersee.exception
-
General service exception with http status code and error code.
- ServiceException() - Constructor for exception org.bremersee.exception.ServiceException
-
Instantiates a new service exception.
- ServiceException(int, String) - Constructor for exception org.bremersee.exception.ServiceException
-
Instantiates a new service exception.
- ServiceException(int, String, String) - Constructor for exception org.bremersee.exception.ServiceException
-
Instantiates a new service exception.
- ServiceException(int, String, String, Throwable) - Constructor for exception org.bremersee.exception.ServiceException
-
Instantiates a new service exception.
- ServiceException(int, String, Throwable) - Constructor for exception org.bremersee.exception.ServiceException
-
Instantiates a new service exception.
- ServiceExceptionBuilder<T extends ServiceException> - Interface in org.bremersee.exception
-
The service exception builder.
- setAcceptHeader(InvocationParameters, HttpHeaders) - Method in interface org.bremersee.web.reactive.function.client.proxy.RequestHeadersBuilder
-
Sets accept header.
- setAdminRoles(Set<String>) - Method in class org.bremersee.security.access.AclMapperImpl
-
Sets admin roles.
- setAttribute(LdapEntry, String, T, boolean, ValueTranscoder<T>, List<AttributeModification>) - Static method in interface org.bremersee.data.ldaptive.LdaptiveEntryMapper
-
Replaces the value of the attribute with the specified value.
- setAttributes(LdapEntry, String, Collection<T>, boolean, ValueTranscoder<T>, List<AttributeModification>) - Static method in interface org.bremersee.data.ldaptive.LdaptiveEntryMapper
-
Replaces the values of the attribute with the specified values.
- setBucketEncryption(SetBucketEncryptionArgs) - Method in interface org.bremersee.data.minio.MinioOperations
-
Sets encryption configuration of a bucket.
- setBucketLifecycle(SetBucketLifecycleArgs) - Method in interface org.bremersee.data.minio.MinioOperations
-
Sets lifecycle configuration to a bucket.
- setBucketNotification(SetBucketNotificationArgs) - Method in interface org.bremersee.data.minio.MinioOperations
-
Sets notification configuration to a bucket.
- setBucketPolicy(SetBucketPolicyArgs) - Method in interface org.bremersee.data.minio.MinioOperations
-
Sets bucket policy configuration to a bucket.
- setBucketReplication(SetBucketReplicationArgs) - Method in interface org.bremersee.data.minio.MinioOperations
-
Sets bucket replication configuration to a bucket.
- setBucketTags(SetBucketTagsArgs) - Method in interface org.bremersee.data.minio.MinioOperations
-
Sets tags to a bucket.
- setBucketVersioning(SetBucketVersioningArgs) - Method in interface org.bremersee.data.minio.MinioOperations
-
Sets versioning configuration of a bucket.
- setContentTypeHeader(InvocationParameters, HttpHeaders) - Method in interface org.bremersee.web.reactive.function.client.proxy.RequestHeadersBuilder
-
Sets content type header.
- setDelegate(PasswordEncoder) - Method in class org.bremersee.security.core.userdetails.LdaptivePasswordMatcher
-
Sets delegate.
- setErrorHandler(LdaptiveErrorHandler) - Method in class org.bremersee.data.ldaptive.reactive.ReactiveLdaptiveTemplate
-
Sets error handler.
- setErrorHandler(ErrorHandler) - Method in class org.bremersee.data.ldaptive.LdaptiveTemplate
-
Sets error handler.
- setErrorHandler(ErrorHandler) - Method in class org.bremersee.data.minio.MinioTemplate
-
Sets error handler.
- setGuest(boolean) - Method in interface org.bremersee.security.access.Ace
-
Sets guest access.
- setHeaders(InvocationParameters, HttpHeaders) - Method in class org.bremersee.web.reactive.function.client.proxy.RequestHeadersBuilder.Default
- setHeaders(InvocationParameters, HttpHeaders) - Method in interface org.bremersee.web.reactive.function.client.proxy.RequestHeadersBuilder
-
Sets headers.
- setJwtAuthenticationConverter(Converter<Jwt, ? extends AbstractAuthenticationToken>) - Method in class org.bremersee.security.authentication.PasswordFlowReactiveAuthenticationManager
-
Sets jwt authentication converter.
- setMaxInMemorySize(int) - Method in class org.bremersee.http.codec.xml.ReactiveJaxbDecoder
-
Set the max number of bytes that can be buffered by this decoder.
- setNameJsonPath(String) - Method in class org.bremersee.security.authentication.JsonPathJwtConverter
-
Sets name json path.
- setObjectLockConfiguration(SetObjectLockConfigurationArgs) - Method in interface org.bremersee.data.minio.MinioOperations
-
Sets default object retention in a bucket.
- setObjectRetention(SetObjectRetentionArgs) - Method in interface org.bremersee.data.minio.MinioOperations
-
Sets retention configuration to an object.
- setObjectTags(SetObjectTagsArgs) - Method in interface org.bremersee.data.minio.MinioOperations
-
Sets tags to an object.
- setOwner(String) - Method in interface org.bremersee.security.access.Acl
-
Sets owner.
- setResourceLoader(ResourceLoader) - Method in class org.bremersee.thymeleaf.AdditionalThymeleafAutoConfiguration
-
Sets resource loader.
- setRolePrefix(String) - Method in class org.bremersee.security.authentication.JsonPathJwtConverter
-
Sets role prefix.
- setRolesJsonPath(String) - Method in class org.bremersee.security.authentication.JsonPathJwtConverter
-
Sets roles json path.
- setRolesValueList(boolean) - Method in class org.bremersee.security.authentication.JsonPathJwtConverter
-
Sets roles value list.
- setRolesValueSeparator(String) - Method in class org.bremersee.security.authentication.JsonPathJwtConverter
-
Sets roles value separator.
- setUserFindOneSearchScope(SearchScope) - Method in class org.bremersee.security.core.userdetails.LdaptivePasswordMatcher
-
Sets user find one search scope.
- setUserPasswordAttributeName(String) - Method in class org.bremersee.security.core.userdetails.LdaptivePasswordMatcher
-
Sets user password attribute name.
- SimpleObjectProvider<T> - Class in org.bremersee.test.beans
-
The simple object provider.
- SimpleObjectProvider(T) - Constructor for class org.bremersee.test.beans.SimpleObjectProvider
-
Instantiates a new simple object provider.
- SimpleObjectProvider(T, Consumer<T>) - Constructor for class org.bremersee.test.beans.SimpleObjectProvider
-
Instantiates a new simple object provider.
- SimpleUser() - Constructor for class org.bremersee.security.authentication.AuthProperties.SimpleUser
- statObject(StatObjectArgs) - Method in interface org.bremersee.data.minio.MinioOperations
-
Gets information of an object.
- status() - Method in exception org.bremersee.exception.AccessTokenRetrieverAuthenticationException
- status() - Method in exception org.bremersee.exception.HttpClientException
- status() - Method in interface org.bremersee.exception.HttpStatusAware
-
Gets the HTTP status code.
- status() - Method in exception org.bremersee.exception.ServiceException
-
Get the http status.
- StringToJavaLocaleConverter - Class in org.bremersee.converter
-
The string to java locale converter.
- StringToJavaLocaleConverter() - Constructor for class org.bremersee.converter.StringToJavaLocaleConverter
- StringToLocaleConverter - Class in org.bremersee.converter
-
The string to locale converter.
- StringToLocaleConverter() - Constructor for class org.bremersee.converter.StringToLocaleConverter
- StringToMongoSearchLanguageConverter - Class in org.bremersee.converter
-
The string to mongo search language converter.
- StringToMongoSearchLanguageConverter() - Constructor for class org.bremersee.converter.StringToMongoSearchLanguageConverter
- StringToThreeLetterCountryCodeConverter - Class in org.bremersee.converter
-
The string to three letter country code converter.
- StringToThreeLetterCountryCodeConverter() - Constructor for class org.bremersee.converter.StringToThreeLetterCountryCodeConverter
- StringToThreeLetterLanguageCodeConverter - Class in org.bremersee.converter
-
The string to three letter language code converter.
- StringToThreeLetterLanguageCodeConverter() - Constructor for class org.bremersee.converter.StringToThreeLetterLanguageCodeConverter
- StringToTimeZoneConverter - Class in org.bremersee.converter
-
The string to time zone converter.
- StringToTimeZoneConverter() - Constructor for class org.bremersee.converter.StringToTimeZoneConverter
- StringToTimeZoneIdConverter - Class in org.bremersee.converter
-
The string to time zone id converter.
- StringToTimeZoneIdConverter() - Constructor for class org.bremersee.converter.StringToTimeZoneIdConverter
- StringToTwoLetterCountryCodeConverter - Class in org.bremersee.converter
-
The string to two letter country code converter.
- StringToTwoLetterCountryCodeConverter() - Constructor for class org.bremersee.converter.StringToTwoLetterCountryCodeConverter
- StringToTwoLetterLanguageCodeConverter - Class in org.bremersee.converter
-
The string to two letter language code converter.
- StringToTwoLetterLanguageCodeConverter() - Constructor for class org.bremersee.converter.StringToTwoLetterLanguageCodeConverter
- subject() - Method in annotation type org.bremersee.test.security.authentication.WithJwtAuthenticationToken
-
Subject.
- supports(Class<?>) - Method in class org.bremersee.security.authentication.PasswordFlowAuthenticationManager
T
- TemplateResolver - Class in org.bremersee.thymeleaf
-
The template resolver.
- TemplateResolver() - Constructor for class org.bremersee.thymeleaf.TemplateResolver
-
Instantiates a new template resolver.
- TemplateResolver(ResourceLoader) - Constructor for class org.bremersee.thymeleaf.TemplateResolver
-
Instantiates a new template resolver.
- TemplateResource - Class in org.bremersee.thymeleaf
-
The template resource.
- TemplateResource(String) - Constructor for class org.bremersee.thymeleaf.TemplateResource
-
Instantiates a new template resource.
- TemplateResource(String, String) - Constructor for class org.bremersee.thymeleaf.TemplateResource
-
Instantiates a new template resource.
- TemplateResource(String, String, ResourceLoader) - Constructor for class org.bremersee.thymeleaf.TemplateResource
-
Instantiates a new template resource.
- TemplateResource(String, ResourceLoader) - Constructor for class org.bremersee.thymeleaf.TemplateResource
-
Instantiates a new template resource.
- TestEnvironmentUtils - Class in org.bremersee.test
-
The test environment utils.
- TestEnvironmentUtils() - Constructor for class org.bremersee.test.TestEnvironmentUtils
- ThreeLetterCountryCodeReadConverter - Class in org.bremersee.data.convert
-
The three letter country code read converter.
- ThreeLetterCountryCodeReadConverter() - Constructor for class org.bremersee.data.convert.ThreeLetterCountryCodeReadConverter
- ThreeLetterCountryCodeWriteConverter - Class in org.bremersee.data.convert
-
The three letter country code write converter.
- ThreeLetterCountryCodeWriteConverter() - Constructor for class org.bremersee.data.convert.ThreeLetterCountryCodeWriteConverter
- ThreeLetterLanguageCodeReadConverter - Class in org.bremersee.data.convert
-
The three letter language code read converter.
- ThreeLetterLanguageCodeReadConverter() - Constructor for class org.bremersee.data.convert.ThreeLetterLanguageCodeReadConverter
- ThreeLetterLanguageCodeWriteConverter - Class in org.bremersee.data.convert
-
The three letter language code write converter.
- ThreeLetterLanguageCodeWriteConverter() - Constructor for class org.bremersee.data.convert.ThreeLetterLanguageCodeWriteConverter
- TIMESTAMP_FORMATTER - Static variable in class org.bremersee.exception.RestApiExceptionUtils
-
The formatter of the timestamp value.
- TIMESTAMP_HEADER_NAME - Static variable in class org.bremersee.exception.RestApiExceptionUtils
-
The header name for the 'timestamp' attribute.
- TimeZoneIdReadConverter - Class in org.bremersee.data.convert
-
The time zone id read converter.
- TimeZoneIdReadConverter() - Constructor for class org.bremersee.data.convert.TimeZoneIdReadConverter
- TimeZoneIdWriteConverter - Class in org.bremersee.data.convert
-
The time zone id write converter.
- TimeZoneIdWriteConverter() - Constructor for class org.bremersee.data.convert.TimeZoneIdWriteConverter
- TimeZoneReadConverter - Class in org.bremersee.data.convert
-
The time zone read converter.
- TimeZoneReadConverter() - Constructor for class org.bremersee.data.convert.TimeZoneReadConverter
- TimeZoneToStringConverter - Class in org.bremersee.converter
-
The time zone to string converter.
- TimeZoneToStringConverter() - Constructor for class org.bremersee.converter.TimeZoneToStringConverter
- TimeZoneWriteConverter - Class in org.bremersee.data.convert
-
The time zone write converter.
- TimeZoneWriteConverter() - Constructor for class org.bremersee.data.convert.TimeZoneWriteConverter
- tokenEndpoint(String) - Method in class org.bremersee.security.authentication.ClientCredentialsFlowProperties.Builder
-
Sets token endpoint on builder.
- tokenEndpoint(String) - Method in class org.bremersee.security.authentication.PasswordFlowProperties.Builder
-
Sets token endpoint on builder.
- toPathBuilder() - Method in class org.bremersee.test.web.RestApiTesterPath.Impl
- toPathBuilder() - Method in interface org.bremersee.test.web.RestApiTesterPath
-
To path builder.
- toResponseEntity(R) - Method in class org.bremersee.security.core.UserContextCaller
-
To response entity response entity.
- toString() - Method in class org.bremersee.security.authentication.AccessTokenCacheImpl
- toString() - Method in class org.bremersee.security.authentication.AuthProperties.PathMatcherProperties
- toString() - Method in class org.bremersee.test.web.RestApiTesterPath.Impl
- toString() - Method in enum org.bremersee.test.web.RestApiTesterPath.PathType
- toString() - Method in class org.bremersee.test.web.RestApiTesterPath.RestApiTesterPathValues
- toString(List<MediaType>) - Static method in class org.bremersee.http.MediaTypeHelper
-
Creates a header value of the given media types.
- transferTo(File) - Method in class org.bremersee.data.minio.MinioMultipartFileImpl
- transferTo(File) - Method in class org.bremersee.web.multipart.FileAwareMultipartFile
- TwoLetterCountryCodeReadConverter - Class in org.bremersee.data.convert
-
The two letter country code read converter.
- TwoLetterCountryCodeReadConverter() - Constructor for class org.bremersee.data.convert.TwoLetterCountryCodeReadConverter
- TwoLetterCountryCodeWriteConverter - Class in org.bremersee.data.convert
-
The two letter country code write converter.
- TwoLetterCountryCodeWriteConverter() - Constructor for class org.bremersee.data.convert.TwoLetterCountryCodeWriteConverter
- TwoLetterLanguageCodeReadConverter - Class in org.bremersee.data.convert
-
The two letter language code read converter.
- TwoLetterLanguageCodeReadConverter() - Constructor for class org.bremersee.data.convert.TwoLetterLanguageCodeReadConverter
- TwoLetterLanguageCodeWriteConverter - Class in org.bremersee.data.convert
-
The two letter language code write converter.
- TwoLetterLanguageCodeWriteConverter() - Constructor for class org.bremersee.data.convert.TwoLetterLanguageCodeWriteConverter
U
- unauthenticatedEndpointsOrDefaults() - Method in class org.bremersee.actuator.security.authentication.ActuatorAuthProperties
-
Gets unauthenticated endpoints or defaults (these are the health and info endpoints).
- uploadObject(UploadObjectArgs, DeleteMode) - Method in interface org.bremersee.data.minio.MinioOperations
-
Uploads data from a file to an object.
- UploadProperties - Class in org.bremersee.web
-
The upload properties.
- UploadProperties() - Constructor for class org.bremersee.web.UploadProperties
- USER_ROLE_NAME - Static variable in class org.bremersee.security.core.AuthorityConstants
-
The constant USER_ROLE_NAME.
- UserAccountControlValueTranscoder - Class in org.bremersee.data.ldaptive.transcoder
-
The user account control value transcoder.
- UserAccountControlValueTranscoder() - Constructor for class org.bremersee.data.ldaptive.transcoder.UserAccountControlValueTranscoder
- UserContext - Interface in org.bremersee.security.core
-
The user context.
- UserContext.Impl - Class in org.bremersee.security.core
-
The default implementation.
- UserContextCaller - Class in org.bremersee.security.core
-
The user context caller.
- UserContextCaller() - Constructor for class org.bremersee.security.core.UserContextCaller
-
Instantiates a new user context caller.
- UserContextCaller(Function<Authentication, Set<String>>) - Constructor for class org.bremersee.security.core.UserContextCaller
-
Instantiates a new user context caller.
- UserContextCaller(Function<Authentication, Set<String>>, Supplier<ServiceException>) - Constructor for class org.bremersee.security.core.UserContextCaller
-
Instantiates a new user context caller.
- UserContextCaller(Supplier<Set<String>>) - Constructor for class org.bremersee.security.core.UserContextCaller
-
Instantiates a new user context caller.
- UserContextCaller(Supplier<Set<String>>, Supplier<ServiceException>) - Constructor for class org.bremersee.security.core.UserContextCaller
-
Instantiates a new user context caller.
- UserDetailsLdapMapper - Class in org.bremersee.security.core.userdetails
-
The user details mapper.
- UserDetailsLdapMapper(String, String, List<String>, String, boolean, Map<String, String>, String) - Constructor for class org.bremersee.security.core.userdetails.UserDetailsLdapMapper
-
Instantiates a new user details mapper.
- UserDetailsLdapMapper.GrantedAuthorityValueTranscoder - Class in org.bremersee.security.core.userdetails
-
The granted authority value transcoder.
- UserDetailsProperties() - Constructor for class org.bremersee.data.ldaptive.LdaptiveProperties.UserDetailsProperties
- userDetailsServiceBean() - Method in class org.bremersee.actuator.security.authentication.ActuatorSecurityAutoConfiguration
- userDetailsServiceBean() - Method in class org.bremersee.actuator.security.authentication.ResourceServerWithActuatorAutoConfiguration
- userDetailsServiceBean() - Method in class org.bremersee.security.authentication.ResourceServerAutoConfiguration
- username(String) - Method in class org.bremersee.security.authentication.BasicAuthProperties.Builder
-
Sets username on builder.
- username(String) - Method in class org.bremersee.security.authentication.PasswordFlowProperties.Builder
-
Sets username on builder.
V
- value() - Method in annotation type org.bremersee.exception.annotation.ErrorCode
-
The error code of the exception in addition to the HTTP status code.
- valueOf(String) - Static method in enum org.bremersee.data.minio.DeleteMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bremersee.security.authentication.AccessMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bremersee.security.authentication.AutoSecurityMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bremersee.security.FrameOptionsMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bremersee.test.web.RestApiAssertionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bremersee.test.web.RestApiTesterPath.PathType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.bremersee.data.minio.DeleteMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.bremersee.security.authentication.AccessMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.bremersee.security.authentication.AutoSecurityMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.bremersee.security.FrameOptionsMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.bremersee.test.web.RestApiAssertionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.bremersee.test.web.RestApiTesterPath.PathType
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- webClient(WebClient) - Method in class org.bremersee.web.reactive.function.client.proxy.WebClientProxyBuilder.Default
- webClient(WebClient) - Method in interface org.bremersee.web.reactive.function.client.proxy.WebClientProxyBuilder
-
Sets web client.
- webClientAccessTokenRetriever(ObjectProvider<ReactiveAccessTokenCache>) - Method in class org.bremersee.security.authentication.ReactiveJwtSupportAutoConfiguration
-
Creates access token retriever.
- WebClientAccessTokenRetriever - Class in org.bremersee.security.authentication
-
A reactive implementation of the
AccessTokenRetriever
. - WebClientAccessTokenRetriever() - Constructor for class org.bremersee.security.authentication.WebClientAccessTokenRetriever
-
Instantiates a new access token retriever that uses spring's web client.
- WebClientAccessTokenRetriever(ReactiveAccessTokenCache) - Constructor for class org.bremersee.security.authentication.WebClientAccessTokenRetriever
-
Instantiates a new access token retriever that uses spring's web client.
- WebClientAccessTokenRetriever(WebClient) - Constructor for class org.bremersee.security.authentication.WebClientAccessTokenRetriever
-
Instantiates a new access token retriever that uses spring's web client.
- WebClientAccessTokenRetriever(WebClient, ReactiveAccessTokenCache) - Constructor for class org.bremersee.security.authentication.WebClientAccessTokenRetriever
-
Instantiates a new access token retriever that uses spring's web client.
- WebClientErrorDecoder<E extends Throwable> - Interface in org.bremersee.web.reactive.function.client
-
An error decoder for the
WebClient
. - WebClientException - Exception in org.bremersee.web.reactive.function.client
-
The web client exception.
- WebClientException(HttpStatus, Map<String, ? extends Collection<String>>, RestApiException) - Constructor for exception org.bremersee.web.reactive.function.client.WebClientException
-
Instantiates a new web client exception.
- WebClientProxyBuilder - Interface in org.bremersee.web.reactive.function.client.proxy
-
The web client proxy builder.
- WebClientProxyBuilder.Default - Class in org.bremersee.web.reactive.function.client.proxy
-
The default web client proxy builder.
- withAccessTokenRetriever(AccessTokenRetriever<Mono<String>>, AccessTokenRetrieverProperties) - Static method in interface org.bremersee.security.authentication.ReactiveAccessTokenProviders
-
Provider that retrieves the access token from an OpenId server.
- withAccessTokenRetriever(AccessTokenRetriever<Mono<String>>, AccessTokenRetrieverProperties) - Static method in class org.bremersee.web.reactive.function.client.AccessTokenAppender
-
With access token retriever access token appender.
- withAccessTokenRetriever(AccessTokenRetrieverProperties) - Static method in interface org.bremersee.security.authentication.ReactiveAccessTokenProviders
-
Provider that retrieves the access token from an OpenId server.
- withAccessTokenRetriever(AccessTokenRetrieverProperties) - Static method in class org.bremersee.web.reactive.function.client.AccessTokenAppender
-
With access token retriever access token appender.
- withExpirationTimeThreshold(Duration) - Method in class org.bremersee.security.authentication.AccessTokenCache.Builder.Impl
- withExpirationTimeThreshold(Duration) - Method in interface org.bremersee.security.authentication.AccessTokenCache.Builder
-
With expiration time threshold.
- withExternalCache(Cache) - Method in class org.bremersee.security.authentication.AccessTokenCache.Builder.Impl
- withExternalCache(Cache) - Method in interface org.bremersee.security.authentication.AccessTokenCache.Builder
-
With external cache.
- WithJwtAuthenticationToken - Annotation Type in org.bremersee.test.security.authentication
-
The interface With jwt authentication token.
- withKeyPrefix(String) - Method in class org.bremersee.security.authentication.AccessTokenCache.Builder.Impl
- withKeyPrefix(String) - Method in interface org.bremersee.security.authentication.AccessTokenCache.Builder
-
With key prefix.
- WRITE - Static variable in class org.bremersee.security.access.PermissionConstants
-
The constant WRITE.
All Classes All Packages