Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractLdaptiveErrorHandler - Class in org.bremersee.ldaptive
-
The abstract ldaptive error handler.
- AbstractLdaptiveErrorHandler() - Constructor for class org.bremersee.ldaptive.AbstractLdaptiveErrorHandler
-
Instantiates a new abstract ldaptive error handler.
- AbstractMinioErrorHandler - Class in org.bremersee.minio
-
The abstract minio error handler.
- AbstractMinioErrorHandler() - Constructor for class org.bremersee.minio.AbstractMinioErrorHandler
- accountControlEvaluator - Variable in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationProperties
-
The account control evaluator.
- AccountControlEvaluator - Interface in org.bremersee.spring.security.ldaptive.authentication
-
The interface Account control evaluator.
- AccountControlEvaluatorProperty - Enum Class in org.bremersee.spring.security.ldaptive.authentication
-
The enum Account control evaluator reference.
- ACTIVE_DIRECTORY - Enum constant in enum class org.bremersee.spring.boot.autoconfigure.security.authentication.AuthenticationProperties.LdaptiveProperties.AccountControlEvaluatorProperty
-
The Active directory.
- ACTIVE_DIRECTORY - Enum constant in enum class org.bremersee.spring.boot.autoconfigure.security.authentication.AuthenticationProperties.LdaptiveProperties.Template
-
Active directory template.
- ACTIVE_DIRECTORY - Enum constant in enum class org.bremersee.spring.security.ldaptive.authentication.AccountControlEvaluatorProperty
-
The Active directory.
- ACTIVE_DIRECTORY - Enum constant in enum class org.bremersee.spring.security.ldaptive.authentication.provider.Template
-
Active directory template.
- ACTIVE_PASSIVE - Enum constant in enum class org.bremersee.ldaptive.LdaptiveProperties.ConnectionStrategy
-
Attempt each URL in the order provided for each connection.
- ACTIVE_PASSIVE - Enum constant in enum class org.bremersee.spring.boot.autoconfigure.ldaptive.LdaptiveConnectionProperties.ConnectionStrategy
-
Attempt each URL in the order provided for each connection.
- ActiveDirectoryAccountControlEvaluator - Class in org.bremersee.spring.security.ldaptive.authentication.provider
-
Evaluator of the ldap attributes
userAccountControlandaccountExpiresof an Active Directory. - ActiveDirectoryAccountControlEvaluator() - Constructor for class org.bremersee.spring.security.ldaptive.authentication.provider.ActiveDirectoryAccountControlEvaluator
- ActiveDirectoryTemplate - Class in org.bremersee.spring.security.ldaptive.authentication.provider
-
Template settings for Active Directory.
- ActiveDirectoryTemplate() - Constructor for class org.bremersee.spring.security.ldaptive.authentication.provider.ActiveDirectoryTemplate
-
Instantiates a new Active directory template.
- add(RestApiComparatorPath.PathType, String) - Method in interface org.bremersee.spring.test.api.comparator.RestApiComparatorPath.Builder
-
Add step and value.
- add(RestApiComparatorPath.PathType, String) - Method in class org.bremersee.spring.test.api.comparator.RestApiComparatorPath.BuilderImpl
- add(AddRequest) - Method in interface org.bremersee.ldaptive.LdaptiveOperations
-
Executes add operation.
- add(AddRequest) - Method in class org.bremersee.ldaptive.LdaptiveTemplate
- add(AddRequest) - Method in interface org.bremersee.ldaptive.reactive.ReactiveLdaptiveOperations
-
Executes add operation.
- add(AddRequest) - Method in class org.bremersee.ldaptive.reactive.ReactiveLdaptiveTemplate
- addAttribute(LdapEntry, String, T, boolean, ValueTranscoder<T>, List<AttributeModification>) - Static method in interface org.bremersee.ldaptive.LdaptiveEntryMapper
-
Adds the specified value to the attribute with the specified name.
- addAttribute(LdapEntry, LdaptiveAttribute<T>, T, List<AttributeModification>) - Static method in interface org.bremersee.ldaptive.LdaptiveEntryMapper
-
Add attribute.
- addAttributes(LdapEntry, String, Collection<T>, boolean, ValueTranscoder<T>, List<AttributeModification>) - Static method in interface org.bremersee.ldaptive.LdaptiveEntryMapper
-
Adds the specified values to the attribute with the specified name.
- addAttributes(LdapEntry, LdaptiveAttribute<T>, Collection<T>, List<AttributeModification>) - Static method in interface org.bremersee.ldaptive.LdaptiveEntryMapper
-
Add attributes.
- AdditionalThymeleafAutoConfiguration - Class in org.bremersee.spring.boot.autoconfigure.thymeleaf
-
The additional thymeleaf autoconfiguration.
- AdditionalThymeleafAutoConfiguration(AdditionalThymeleafProperties, ObjectProvider<TemplateEngine>) - Constructor for class org.bremersee.spring.boot.autoconfigure.thymeleaf.AdditionalThymeleafAutoConfiguration
-
Instantiates a new additional thymeleaf autoconfiguration.
- AdditionalThymeleafProperties - Class in org.bremersee.spring.boot.autoconfigure.thymeleaf
-
The additional thymeleaf properties.
- AdditionalThymeleafProperties() - Constructor for class org.bremersee.spring.boot.autoconfigure.thymeleaf.AdditionalThymeleafProperties
- AdditionalThymeleafProperties.ResolverProperties - Class in org.bremersee.spring.boot.autoconfigure.thymeleaf
-
The additional thymeleaf resolver properties.
- ALLOW_ANY - Enum constant in enum class org.bremersee.ldaptive.LdaptiveProperties.SslProperties.HostnameVerifier
-
Hostname verifier that returns true for any hostname.
- ALLOW_ANY - Enum constant in enum class org.bremersee.spring.boot.autoconfigure.ldaptive.LdaptiveConnectionProperties.SslProperties.HostnameVerifier
-
Hostname verifier that returns true for any hostname.
- ALWAYS - Enum constant in enum class org.bremersee.minio.DeleteMode
-
Always delete mode.
- ANNOTATION - Enum constant in enum class org.bremersee.spring.test.api.comparator.RestApiComparatorPath.PathType
-
Path type Annotation.
- ANNOTATION_MUST_NOT_BE_NULL - Enum constant in enum class org.bremersee.spring.test.api.comparator.RestApiComparatorAssertionType
-
Annotation must not be null rest api assertion type.
- ANY - Enum constant in enum class org.bremersee.spring.test.api.comparator.RestApiComparatorAssertionType
-
Any rest api assertion type.
- apply(LdaptiveAuthenticationProperties) - Method in enum class org.bremersee.spring.security.ldaptive.authentication.UsernameToBindDnConverterProperty
- applyTemplate(LdaptiveAuthenticationProperties) - Method in enum class org.bremersee.spring.security.ldaptive.authentication.provider.Template
-
Apply template ldaptive authentication properties.
- areRequiredPropertiesPresent() - Method in class org.bremersee.spring.security.ldaptive.authentication.EmailToUsernameResolverByLdapAttribute
-
Determines whether required properties are present or not.
- assertSameApi(Class<?>, Class<?>, RestApiComparatorExclusion...) - Static method in class org.bremersee.spring.test.api.comparator.RestApiComparator
-
Assert same api.
- assertSameApi(SoftAssertions, boolean, Class<?>, Class<?>, RestApiComparatorExclusion...) - Static method in class org.bremersee.spring.test.api.comparator.RestApiComparator
-
Assert same api.
- ATTRIBUTE - Enum constant in enum class org.bremersee.spring.test.api.comparator.RestApiComparatorPath.PathType
-
Path type Attribute.
- authenticate(Authentication) - Method in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationManager
- AuthenticationProperties - Class in org.bremersee.spring.boot.autoconfigure.security.authentication
-
The authentication properties.
- AuthenticationProperties() - Constructor for class org.bremersee.spring.boot.autoconfigure.security.authentication.AuthenticationProperties
-
Instantiates new authentication properties.
- AuthenticationProperties.CaseTransformation - Enum Class in org.bremersee.spring.boot.autoconfigure.security.authentication
-
The case transformation.
- AuthenticationProperties.JwtConverterProperties - Class in org.bremersee.spring.boot.autoconfigure.security.authentication
-
The jwt converter properties.
- AuthenticationProperties.LdaptiveProperties - Class in org.bremersee.spring.boot.autoconfigure.security.authentication
-
The ldaptive properties.
- AuthenticationProperties.LdaptiveProperties.AccountControlEvaluatorProperty - Enum Class in org.bremersee.spring.boot.autoconfigure.security.authentication
-
The account control evaluator property.
- AuthenticationProperties.LdaptiveProperties.GroupFetchStrategy - Enum Class in org.bremersee.spring.boot.autoconfigure.security.authentication
-
The group fetch strategy.
- AuthenticationProperties.LdaptiveProperties.SearchScope - Enum Class in org.bremersee.spring.boot.autoconfigure.security.authentication
-
The search scope.
- AuthenticationProperties.LdaptiveProperties.Template - Enum Class in org.bremersee.spring.boot.autoconfigure.security.authentication
-
The templates for ldap authentication.
- AuthenticationProperties.LdaptiveProperties.UsernameToBindDnConverterProperty - Enum Class in org.bremersee.spring.boot.autoconfigure.security.authentication
-
The username to bind dn converter property.
- AuthenticationProperties.RememberMeProperties - Class in org.bremersee.spring.boot.autoconfigure.security.authentication
-
The remember-me properties.
- AuthenticationProperties.RoleMapping - Class in org.bremersee.spring.boot.autoconfigure.security.authentication
-
The role mapping.
- AuthenticationProperties.StringReplacement - Class in org.bremersee.spring.boot.autoconfigure.security.authentication
-
The string replacement.
B
- bind(BindRequest) - Method in interface org.bremersee.ldaptive.LdaptiveOperations
-
Executes bind operation.
- bind(BindRequest) - Method in class org.bremersee.ldaptive.LdaptiveTemplate
- bind(BindRequest) - Method in interface org.bremersee.ldaptive.reactive.ReactiveLdaptiveOperations
-
Executes bind operation.
- bind(BindRequest) - Method in class org.bremersee.ldaptive.reactive.ReactiveLdaptiveTemplate
- bindWithAuthentication() - Method in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationManager
-
Determines whether to bind with username and password or with the application ldaptive template.
- bucketExists(BucketExistsArgs) - Method in interface org.bremersee.minio.MinioOperations
-
Checks if a bucket exists.
- build() - Method in interface org.bremersee.spring.test.api.comparator.RestApiComparatorPath.Builder
-
Build rest api tester path.
- build() - Method in class org.bremersee.spring.test.api.comparator.RestApiComparatorPath.BuilderImpl
- build(Part) - Method in interface org.bremersee.spring.web.reactive.multipart.MultipartFileBuilder
-
Build multipart file from the given part.
- build(Part) - Method in class org.bremersee.spring.web.reactive.multipart.MultipartFileBuilderImpl
- build(Flux<? extends Part>) - Method in interface org.bremersee.spring.web.reactive.multipart.MultipartFileBuilder
-
Build multipart file from the last part of the given parts.
- build(Flux<? extends Part>) - Method in class org.bremersee.spring.web.reactive.multipart.MultipartFileBuilderImpl
- builder() - Static method in exception class org.bremersee.ldaptive.LdaptiveException
-
Creates a new service exception builder.
- builder() - Static method in exception class org.bremersee.minio.MinioException
-
Creates new exception builder.
- buildList(MultiValueMap<String, Part>, String...) - Method in interface org.bremersee.spring.web.reactive.multipart.MultipartFileBuilder
-
Build list of multipart files from the given multi part data.
- buildList(MultiValueMap<String, Part>, String...) - Method in class org.bremersee.spring.web.reactive.multipart.MultipartFileBuilderImpl
- buildList(Flux<? extends Part>) - Method in interface org.bremersee.spring.web.reactive.multipart.MultipartFileBuilder
-
Build multipart files from the given parts.
- buildList(Flux<? extends Part>) - Method in class org.bremersee.spring.web.reactive.multipart.MultipartFileBuilderImpl
- buildLists(MultiValueMap<String, Part>, String...) - Method in interface org.bremersee.spring.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.spring.web.reactive.multipart.MultipartFileBuilderImpl
- buildMap(MultiValueMap<String, Part>, String...) - Method in interface org.bremersee.spring.web.reactive.multipart.MultipartFileBuilder
-
Build map of multipart files from the given multi part data.
- buildMap(MultiValueMap<String, Part>, String...) - Method in class org.bremersee.spring.web.reactive.multipart.MultipartFileBuilderImpl
- buildMap(Flux<? extends Part>...) - Method in interface org.bremersee.spring.web.reactive.multipart.MultipartFileBuilder
-
Build map mono.
- buildMap(Flux<? extends Part>...) - Method in class org.bremersee.spring.web.reactive.multipart.MultipartFileBuilderImpl
- buildMultiValueMap(MultiValueMap<String, Part>, String...) - Method in interface org.bremersee.spring.web.reactive.multipart.MultipartFileBuilder
-
Build multi value map of multipart files from the given multi part data.
- buildMultiValueMap(MultiValueMap<String, Part>, String...) - Method in class org.bremersee.spring.web.reactive.multipart.MultipartFileBuilderImpl
- buildMultiValueMap(Flux<? extends Part>...) - Method in interface org.bremersee.spring.web.reactive.multipart.MultipartFileBuilder
-
Build multi value map mono.
- buildMultiValueMap(Flux<? extends Part>...) - Method in class org.bremersee.spring.web.reactive.multipart.MultipartFileBuilderImpl
- buildTemplateResolver(AdditionalThymeleafProperties.ResolverProperties, int) - Method in class org.bremersee.spring.boot.autoconfigure.thymeleaf.AdditionalThymeleafAutoConfiguration
-
Build template resolver.
- BY_DOMAIN_EMAIL - Enum constant in enum class org.bremersee.spring.boot.autoconfigure.security.authentication.AuthenticationProperties.LdaptiveProperties.UsernameToBindDnConverterProperty
-
By domain email username to bind dn converter property.
- BY_DOMAIN_EMAIL - Enum constant in enum class org.bremersee.spring.security.ldaptive.authentication.UsernameToBindDnConverterProperty
-
By domain email username to bind dn converter property.
- BY_USER_RDN_ATTRIBUTE - Enum constant in enum class org.bremersee.spring.boot.autoconfigure.security.authentication.AuthenticationProperties.LdaptiveProperties.UsernameToBindDnConverterProperty
-
By user rdn attribute username to bind dn converter property.
- BY_USER_RDN_ATTRIBUTE - Enum constant in enum class org.bremersee.spring.security.ldaptive.authentication.UsernameToBindDnConverterProperty
-
By user rdn attribute username to bind dn converter property.
- ByDomainEmail(LdaptiveAuthenticationProperties) - Constructor for class org.bremersee.spring.security.ldaptive.authentication.UsernameToBindDnConverter.ByDomainEmail
-
Instantiates a new converter.
- ByUserRdnAttribute(LdaptiveAuthenticationProperties) - Constructor for class org.bremersee.spring.security.ldaptive.authentication.UsernameToBindDnConverter.ByUserRdnAttribute
-
Instantiates a new converter.
C
- CaseTransformation - Enum Class in org.bremersee.spring.security.core.authority.mapping
-
The case transformation.
- checkAccountControl(LdaptiveUserDetails) - Method in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationManager
-
Check account control.
- checkPassword(LdaptiveTemplate, LdaptiveUserDetails, String) - Method in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationManager
-
Check password.
- CLASS - Enum constant in enum class org.bremersee.spring.test.api.comparator.RestApiComparatorPath.PathType
-
Path type Class.
- CLASS_MUST_BE_INTERFACE - Enum constant in enum class org.bremersee.spring.test.api.comparator.RestApiComparatorAssertionType
-
Class must be interface rest api assertion type.
- clone() - Method in class org.bremersee.minio.MinioTemplate
- clone(ErrorHandler) - Method in class org.bremersee.minio.MinioTemplate
-
Clone minio template.
- compare(CompareRequest) - Method in interface org.bremersee.ldaptive.LdaptiveOperations
-
Executes compare operation.
- compare(CompareRequest) - Method in class org.bremersee.ldaptive.LdaptiveTemplate
- compare(CompareRequest) - Method in interface org.bremersee.ldaptive.reactive.ReactiveLdaptiveOperations
-
Executes compare operation.
- compare(CompareRequest) - Method in class org.bremersee.ldaptive.reactive.ReactiveLdaptiveTemplate
- compile(String) - Method in class org.bremersee.spring.core.regex.RegexFlags
-
Compile pattern.
- composeObject(ComposeObjectArgs) - Method in interface org.bremersee.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.spring.thymeleaf.TemplateResolver
- connectionConfig() - Method in class org.bremersee.spring.boot.autoconfigure.ldaptive.LdaptiveAutoConfiguration
-
Creates connection config.
- connectionFactory(ConnectionConfig) - Method in class org.bremersee.spring.boot.autoconfigure.ldaptive.LdaptiveAutoConfiguration
-
Creates connection factory bean.
- ConnectionPoolProperties() - Constructor for class org.bremersee.ldaptive.LdaptiveProperties.ConnectionPoolProperties
-
Instantiates new connection pool properties.
- ConnectionPoolProperties() - Constructor for class org.bremersee.spring.boot.autoconfigure.ldaptive.LdaptiveConnectionProperties.ConnectionPoolProperties
-
Instantiates new connection pool properties.
- ConnectionValidatorProperties() - Constructor for class org.bremersee.ldaptive.LdaptiveProperties.ConnectionValidatorProperties
-
Instantiates new connection validator properties.
- ConnectionValidatorProperties() - Constructor for class org.bremersee.spring.boot.autoconfigure.ldaptive.LdaptiveConnectionProperties.ConnectionValidatorProperties
-
Instantiates new connection validator properties.
- convert(String) - Method in class org.bremersee.ldaptive.converter.StringToDnConverter
- convert(String) - Method in class org.bremersee.spring.core.convert.support.StringToTimeZoneConverter
- convert(String) - Method in class org.bremersee.spring.data.convert.LocaleReadConverter
- convert(String) - Method in class org.bremersee.spring.security.ldaptive.authentication.UsernameToBindDnConverter.ByDomainEmail
- convert(String) - Method in class org.bremersee.spring.security.ldaptive.authentication.UsernameToBindDnConverter.ByUserRdnAttribute
- convert(String) - Method in interface org.bremersee.spring.security.ldaptive.authentication.UsernameToBindDnConverter
-
Converts a username (like 'foobar') into it's bind dn (like 'uid=foobar,ou=people,dc=example,dc=org').
- convert(Instant) - Method in class org.bremersee.spring.data.convert.InstantToDateWriteConverter
- convert(Instant) - Method in class org.bremersee.spring.data.convert.InstantToOffsetDateTimeReadConverter
- convert(OffsetDateTime) - Method in class org.bremersee.spring.data.convert.OffsetDateTimeToDateWriteConverter
- convert(OffsetDateTime) - Method in class org.bremersee.spring.data.convert.OffsetDateTimeToInstantWriteConverter
- convert(Date) - Method in class org.bremersee.spring.data.convert.DateToInstantReadConverter
- convert(Date) - Method in class org.bremersee.spring.data.convert.DateToOffsetDateTimeReadConverter
- convert(Locale) - Method in class org.bremersee.spring.core.convert.support.LocaleToStringConverter
- convert(Locale) - Method in class org.bremersee.spring.data.convert.LocaleWriteConverter
- convert(TimeZone) - Method in class org.bremersee.spring.core.convert.support.TimeZoneToStringConverter
- convert(Dn) - Method in class org.bremersee.ldaptive.converter.DnToStringConverter
- convert(Jwt) - Method in class org.bremersee.spring.security.oauth2.server.resource.authentication.JsonPathJwtConverter
- copy() - Method in interface org.bremersee.ldaptive.LdaptiveOperations
-
Returns a new instance of this ldap operations with the same connection factory and error handler.
- copy() - Method in class org.bremersee.ldaptive.LdaptiveTemplate
- copy() - Method in interface org.bremersee.ldaptive.reactive.ReactiveLdaptiveOperations
-
Returns a new instance of this ldap operations with the same connection factory and error handler.
- copy() - Method in class org.bremersee.ldaptive.reactive.ReactiveLdaptiveTemplate
- copy(LdaptiveErrorHandler) - Method in interface org.bremersee.ldaptive.LdaptiveOperations
-
Returns a new instance of this ldap operations with the same connection factory and the given error handler.
- copy(LdaptiveErrorHandler) - Method in class org.bremersee.ldaptive.LdaptiveSambaTemplate
- copy(LdaptiveErrorHandler) - Method in class org.bremersee.ldaptive.LdaptiveTemplate
- copy(LdaptiveErrorHandler) - Method in interface org.bremersee.ldaptive.reactive.ReactiveLdaptiveOperations
-
Returns a new instance of this ldap operations with the same connection factory and the given error handler.
- copy(LdaptiveErrorHandler) - Method in class org.bremersee.ldaptive.reactive.ReactiveLdaptiveTemplate
- copyObject(CopyObjectArgs) - Method in interface org.bremersee.minio.MinioOperations
-
Creates an object by server-side copying data from another object.
- corsConfigurationSource() - Method in class org.bremersee.spring.boot.autoconfigure.web.CorsConfigurationSourceAutoConfiguration
-
Creates cors configuration source.
- corsConfigurationSource() - Method in class org.bremersee.spring.boot.autoconfigure.web.reactive.CorsConfigurationSourceAutoConfiguration
-
Creates cors configuration source.
- CorsConfigurationSourceAutoConfiguration - Class in org.bremersee.spring.boot.autoconfigure.web
-
The cors configuration source auto-configuration.
- CorsConfigurationSourceAutoConfiguration - Class in org.bremersee.spring.boot.autoconfigure.web.reactive
-
The reactive cors configuration source auto-configuration.
- CorsConfigurationSourceAutoConfiguration(CorsProperties) - Constructor for class org.bremersee.spring.boot.autoconfigure.web.CorsConfigurationSourceAutoConfiguration
-
Instantiates a new Cors configuration source autoconfiguration.
- CorsConfigurationSourceAutoConfiguration(CorsProperties) - Constructor for class org.bremersee.spring.boot.autoconfigure.web.reactive.CorsConfigurationSourceAutoConfiguration
-
Instantiates a new Cors configuration source autoconfiguration.
- CorsProperties - Class in org.bremersee.spring.boot.autoconfigure.web
-
The cors properties.
- CorsProperties() - Constructor for class org.bremersee.spring.boot.autoconfigure.web.CorsProperties
-
Instantiates a new cors properties.
- CorsProperties.UrlBasedCorsConfiguration - Class in org.bremersee.spring.boot.autoconfigure.web
-
The url based cors configuration.
- create(Object, int) - Static method in class org.bremersee.spring.core.OrderedProxy
-
Create a proxy of the target object that implements
Ordered. - createAttribute() - Method in interface org.bremersee.ldaptive.LdaptiveAttribute
-
Create attribute ldap attribute.
- createAttribute(Collection<T>) - Method in interface org.bremersee.ldaptive.LdaptiveAttribute
-
Create attribute ldap attribute.
- createAttribute(T) - Method in interface org.bremersee.ldaptive.LdaptiveAttribute
-
Create attribute ldap attribute.
- createConnectionConfig() - Method in class org.bremersee.ldaptive.LdaptiveProperties
-
Creates the connection config.
- createConnectionFactory() - Method in class org.bremersee.ldaptive.LdaptiveProperties
-
Create then connection factory.
- createConnectionValidator() - Method in class org.bremersee.ldaptive.LdaptiveProperties.ConnectionValidatorProperties
-
Create connection validator.
- createDn(String, String, String) - Static method in interface org.bremersee.ldaptive.LdaptiveEntryMapper
-
Create dn string.
- createSearchRequest() - Method in class org.bremersee.ldaptive.LdaptiveProperties.ConnectionValidatorProperties.SearchRequestProperties
-
Create search request.
- createSslConfig() - Method in class org.bremersee.ldaptive.LdaptiveProperties.SslProperties
-
Create ssl config.
- createSuccessfulAuthentication(HttpServletRequest, UserDetails) - Method in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveTokenBasedRememberMeServices
- customConversions(MongoCustomConversionsFilter, List<MongoCustomConversionsProvider>) - Method in class org.bremersee.spring.boot.autoconfigure.data.mongo.MongoCustomConversionsAutoConfiguration
-
Create custom conversions bean.
- CustomConversionsProperties() - Constructor for class org.bremersee.spring.boot.autoconfigure.data.mongo.MongoProperties.CustomConversionsProperties
-
Instantiates new custom conversions properties.
- customize(Jackson2ObjectMapperBuilder) - Method in class org.bremersee.spring.boot.autoconfigure.ldaptive.LdaptiveJackson2ObjectMapperBuilderCustomizer
D
- DA - Enum constant in enum class org.bremersee.spring.data.mongodb.core.MongoSearchLanguage
-
Danish.
- DateToInstantReadConverter - Class in org.bremersee.spring.data.convert
-
The date to instant read converter.
- DateToInstantReadConverter() - Constructor for class org.bremersee.spring.data.convert.DateToInstantReadConverter
-
Instantiates a new date to instant read converter.
- DateToOffsetDateTimeReadConverter - Class in org.bremersee.spring.data.convert
-
The date to offset date time read converter.
- DateToOffsetDateTimeReadConverter() - Constructor for class org.bremersee.spring.data.convert.DateToOffsetDateTimeReadConverter
-
Instantiates a new date to offset date time read converter.
- DE - Enum constant in enum class org.bremersee.spring.data.mongodb.core.MongoSearchLanguage
-
German.
- decodeStringValue(String) - Method in class org.bremersee.ldaptive.transcoder.DnValueTranscoder
- decodeStringValue(String) - Method in class org.bremersee.ldaptive.transcoder.FileTimeToOffsetDateTimeValueTranscoder
- decodeStringValue(String) - Method in class org.bremersee.ldaptive.transcoder.GeneralizedTimeToOffsetDateTimeValueTranscoder
- decodeStringValue(String) - Method in class org.bremersee.ldaptive.transcoder.UserAccountControlValueTranscoder
- DEFAULT - Enum constant in enum class org.bremersee.ldaptive.LdaptiveProperties.SslProperties.HostnameVerifier
-
The default hostname verifier.
- DEFAULT - Enum constant in enum class org.bremersee.spring.boot.autoconfigure.ldaptive.LdaptiveConnectionProperties.SslProperties.HostnameVerifier
-
The default hostname verifier.
- DefaultCustomConversions - Class in org.bremersee.spring.data.mongodb.core.convert
-
The type DefaultCustomConversions.
- DefaultCustomConversions() - Constructor for class org.bremersee.spring.data.mongodb.core.convert.DefaultCustomConversions
- DefaultFilter(boolean, Collection<String>) - Constructor for class org.bremersee.spring.boot.autoconfigure.data.mongo.MongoCustomConversionsFilter.DefaultFilter
-
Instantiates a new default filter.
- DefaultLdaptiveErrorHandler - Class in org.bremersee.ldaptive
-
The default ldaptive error handler.
- DefaultLdaptiveErrorHandler() - Constructor for class org.bremersee.ldaptive.DefaultLdaptiveErrorHandler
- DefaultMinioErrorHandler - Class in org.bremersee.minio
-
The default minio error handler.
- DefaultMinioErrorHandler() - Constructor for class org.bremersee.minio.DefaultMinioErrorHandler
-
Instantiates a new default minio error handler.
- DefaultMinioObjectId - Class in org.bremersee.minio
-
The default minio object id.
- DefaultMinioObjectId(String) - Constructor for class org.bremersee.minio.DefaultMinioObjectId
-
Instantiates a new default minio object id.
- DefaultMinioObjectId(String, String) - Constructor for class org.bremersee.minio.DefaultMinioObjectId
-
Instantiates a new default minio object id.
- DefaultMinioObjectId(MinioObjectId) - Constructor for class org.bremersee.minio.DefaultMinioObjectId
-
Instantiates a new default minio object id.
- defaultProvider() - Static method in interface org.bremersee.spring.boot.autoconfigure.security.authentication.LdaptivePasswordEncoderProvider
-
Creates a new default provider.
- defaultRoles - Variable in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationProperties
-
The default roles.
- define(String) - Static method in interface org.bremersee.ldaptive.LdaptiveAttribute
-
Define ldaptive attribute.
- define(String, boolean, ValueTranscoder<T>) - Static method in interface org.bremersee.ldaptive.LdaptiveAttribute
-
Define ldaptive attribute.
- delete(MinioObjectId) - Method in interface org.bremersee.minio.MinioRepository
-
Delete.
- delete(MinioObjectId) - Method in class org.bremersee.minio.MinioRepositoryImpl
- delete(DeleteRequest) - Method in interface org.bremersee.ldaptive.LdaptiveOperations
-
Executes delete operation.
- delete(DeleteRequest) - Method in class org.bremersee.ldaptive.LdaptiveTemplate
- delete(DeleteRequest) - Method in interface org.bremersee.ldaptive.reactive.ReactiveLdaptiveOperations
-
Executes delete operation.
- delete(DeleteRequest) - Method in class org.bremersee.ldaptive.reactive.ReactiveLdaptiveTemplate
- delete(MultipartFile) - Static method in class org.bremersee.spring.web.multipart.FileAwareMultipartFile
-
Delete.
- deleteAll(Collection<MinioObjectId>) - Method in interface org.bremersee.minio.MinioRepository
-
Delete all objects.
- deleteAll(Collection<MinioObjectId>) - Method in class org.bremersee.minio.MinioRepositoryImpl
- deleteBucketEncryption(DeleteBucketEncryptionArgs) - Method in interface org.bremersee.minio.MinioOperations
-
Deletes encryption configuration of a bucket.
- deleteBucketLifecycle(DeleteBucketLifecycleArgs) - Method in interface org.bremersee.minio.MinioOperations
-
Deletes lifecycle configuration of a bucket.
- deleteBucketNotification(DeleteBucketNotificationArgs) - Method in interface org.bremersee.minio.MinioOperations
-
Deletes notification configuration of a bucket.
- deleteBucketPolicy(DeleteBucketPolicyArgs) - Method in interface org.bremersee.minio.MinioOperations
-
Deletes bucket policy configuration to a bucket.
- deleteBucketReplication(DeleteBucketReplicationArgs) - Method in interface org.bremersee.minio.MinioOperations
-
Deletes bucket replication configuration from a bucket.
- deleteBucketTags(DeleteBucketTagsArgs) - Method in interface org.bremersee.minio.MinioOperations
-
Deletes tags of a bucket.
- DeleteMode - Enum Class in org.bremersee.minio
-
The delete mode enum.
- deleteObjectLockConfiguration(DeleteObjectLockConfigurationArgs) - Method in interface org.bremersee.minio.MinioOperations
-
Deletes default object retention in a bucket.
- deleteObjectTags(DeleteObjectTagsArgs) - Method in interface org.bremersee.minio.MinioOperations
-
Deletes tags of an object.
- deserialize(JsonParser, DeserializationContext) - Method in class org.bremersee.ldaptive.converter.JacksonDnDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.bremersee.ldaptive.converter.JacksonLdapEntryDeserializer
- disableObjectLegalHold(DisableObjectLegalHoldArgs) - Method in interface org.bremersee.minio.MinioOperations
-
Disables legal hold on an object.
- DNS - Enum constant in enum class org.bremersee.ldaptive.LdaptiveProperties.ConnectionStrategy
-
Queries a DNS server for SRV records and uses those records to construct a list of URLs.
- DNS - Enum constant in enum class org.bremersee.spring.boot.autoconfigure.ldaptive.LdaptiveConnectionProperties.ConnectionStrategy
-
Queries a DNS server for SRV records and uses those records to construct a list of URLs.
- dnToStringConverter() - Method in class org.bremersee.spring.boot.autoconfigure.ldaptive.LdaptiveAutoConfiguration
-
Dn to string converter.
- DnToStringConverter - Class in org.bremersee.ldaptive.converter
-
The distinguished name to string converter.
- DnToStringConverter() - Constructor for class org.bremersee.ldaptive.converter.DnToStringConverter
-
Instantiates a new distinguished name to string converter.
- DnValueTranscoder - Class in org.bremersee.ldaptive.transcoder
-
The distinguished name value transcoder.
- DnValueTranscoder() - Constructor for class org.bremersee.ldaptive.transcoder.DnValueTranscoder
-
Instantiates a new distinguished name value transcoder.
- DnValueTranscoder(RDnNormalizer) - Constructor for class org.bremersee.ldaptive.transcoder.DnValueTranscoder
-
Instantiates a new distinguished name value transcoder.
- doWithMinioClient(MinioClient) - Method in interface org.bremersee.minio.MinioClientCallback
-
Do with minio client.
- doWithMinioClient(MinioClient) - Method in interface org.bremersee.minio.MinioClientCallbackWithoutResult
- doWithoutResult(MinioClient) - Method in interface org.bremersee.minio.MinioClientCallbackWithoutResult
-
Do without result.
- downloadObject(DownloadObjectArgs) - Method in interface org.bremersee.minio.MinioOperations
-
Downloads data of a SSE-C encrypted object to file.
E
- EMAIL_REGEX - Static variable in interface org.bremersee.spring.security.core.EmailToUsernameResolver
-
Email regex from emailregex.com (RFC 5322 Official Standard).
- emailAttribute - Variable in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationProperties
-
The email attribute of the user.
- EmailToUsernameResolver - Interface in org.bremersee.spring.security.core
-
The email to username resolver.
- EmailToUsernameResolverByLdapAttribute - Class in org.bremersee.spring.security.ldaptive.authentication
-
The email to username resolver by ldap attribute.
- EmailToUsernameResolverByLdapAttribute(LdaptiveAuthenticationProperties, LdaptiveTemplate) - Constructor for class org.bremersee.spring.security.ldaptive.authentication.EmailToUsernameResolverByLdapAttribute
-
Instantiates a new Email to username resolver by ldap attribute.
- empty() - Static method in class org.bremersee.spring.web.multipart.FileAwareMultipartFile
-
Empty file aware multipart file.
- EN - Enum constant in enum class org.bremersee.spring.data.mongodb.core.MongoSearchLanguage
-
English.
- enableObjectLegalHold(EnableObjectLegalHoldArgs) - Method in interface org.bremersee.minio.MinioOperations
-
Enables legal hold on an object.
- encodeStringValue(OffsetDateTime) - Method in class org.bremersee.ldaptive.transcoder.FileTimeToOffsetDateTimeValueTranscoder
- encodeStringValue(OffsetDateTime) - Method in class org.bremersee.ldaptive.transcoder.GeneralizedTimeToOffsetDateTimeValueTranscoder
- encodeStringValue(UserAccountControl) - Method in class org.bremersee.ldaptive.transcoder.UserAccountControlValueTranscoder
- encodeStringValue(Dn) - Method in class org.bremersee.ldaptive.transcoder.DnValueTranscoder
- equals(Object) - Method in class org.bremersee.ldaptive.serializable.SerLdapAttr
- equals(Object) - Method in class org.bremersee.spring.core.convert.support.LocaleToStringConverter
- equals(Object) - Method in class org.bremersee.spring.core.convert.support.StringToTimeZoneConverter
- equals(Object) - Method in class org.bremersee.spring.core.convert.support.TimeZoneToStringConverter
- equals(Object) - Method in class org.bremersee.spring.data.convert.DateToInstantReadConverter
- equals(Object) - Method in class org.bremersee.spring.data.convert.DateToOffsetDateTimeReadConverter
- equals(Object) - Method in class org.bremersee.spring.data.convert.InstantToDateWriteConverter
- equals(Object) - Method in class org.bremersee.spring.data.convert.InstantToOffsetDateTimeReadConverter
- equals(Object) - Method in class org.bremersee.spring.data.convert.LocaleReadConverter
- equals(Object) - Method in class org.bremersee.spring.data.convert.LocaleWriteConverter
- equals(Object) - Method in class org.bremersee.spring.data.convert.OffsetDateTimeToDateWriteConverter
- equals(Object) - Method in class org.bremersee.spring.data.convert.OffsetDateTimeToInstantWriteConverter
- ES - Enum constant in enum class org.bremersee.spring.data.mongodb.core.MongoSearchLanguage
-
Spanish.
- execute(MinioClientCallback<T>) - Method in interface org.bremersee.minio.MinioOperations
-
Execute minio callback.
- execute(MinioClientCallback<T>) - Method in class org.bremersee.minio.MinioTemplate
- executeExtension(ExtendedRequest) - Method in interface org.bremersee.ldaptive.LdaptiveOperations
-
Executes an extended request.
- executeExtension(ExtendedRequest) - Method in class org.bremersee.ldaptive.LdaptiveTemplate
- executeExtension(ExtendedRequest) - Method in interface org.bremersee.ldaptive.reactive.ReactiveLdaptiveOperations
-
Executes extended request.
- executeExtension(ExtendedRequest) - Method in class org.bremersee.ldaptive.reactive.ReactiveLdaptiveTemplate
- exists() - Method in class org.bremersee.spring.thymeleaf.TemplateResource
- exists(String) - Method in interface org.bremersee.ldaptive.LdaptiveOperations
-
Exists.
- exists(String) - Method in class org.bremersee.ldaptive.LdaptiveTemplate
- exists(String) - Method in interface org.bremersee.ldaptive.reactive.ReactiveLdaptiveOperations
-
Exists.
- exists(MinioObjectId) - Method in interface org.bremersee.minio.MinioRepository
-
Checks whether an object with the specified name exists or not.
- exists(MinioObjectId) - Method in class org.bremersee.minio.MinioRepositoryImpl
- exists(LdapEntry) - Method in interface org.bremersee.ldaptive.LdaptiveAttribute
-
Determines whether the attribute exists in the given ldap entry or not.
- exists(T, LdaptiveEntryMapper<T>) - Method in interface org.bremersee.ldaptive.LdaptiveOperations
-
Exists.
- exists(T, LdaptiveEntryMapper<T>) - Method in interface org.bremersee.ldaptive.reactive.ReactiveLdaptiveOperations
-
Exists.
F
- FI - Enum constant in enum class org.bremersee.spring.data.mongodb.core.MongoSearchLanguage
-
Finnish.
- FileAwareMultipartFile - Class in org.bremersee.spring.web.multipart
-
The file aware multipart file.
- FileAwareMultipartFile(File, String, String, String) - Constructor for class org.bremersee.spring.web.multipart.FileAwareMultipartFile
-
Instantiates a new File aware multipart file.
- FileAwareMultipartFile(InputStream, File, String, String, String) - Constructor for class org.bremersee.spring.web.multipart.FileAwareMultipartFile
-
Instantiates a new File aware multipart file.
- FileAwareMultipartFile(InputStream, String, String, String) - Constructor for class org.bremersee.spring.web.multipart.FileAwareMultipartFile
-
Instantiates a new File aware multipart file.
- FileAwareMultipartFile(InputStream, String, String, String, String) - Constructor for class org.bremersee.spring.web.multipart.FileAwareMultipartFile
-
Instantiates a new File aware multipart file.
- FileAwareMultipartFile(Path, String, String, String) - Constructor for class org.bremersee.spring.web.multipart.FileAwareMultipartFile
-
Instantiates a new File aware multipart file.
- FileAwareMultipartFile(MultipartFile) - Constructor for class org.bremersee.spring.web.multipart.FileAwareMultipartFile
-
Instantiates a new file aware multipart file.
- FileAwareMultipartFile(MultipartFile, File) - Constructor for class org.bremersee.spring.web.multipart.FileAwareMultipartFile
-
Instantiates a new file aware multipart file.
- FileAwareMultipartFile(MultipartFile, String) - Constructor for class org.bremersee.spring.web.multipart.FileAwareMultipartFile
-
Instantiates a new file aware multipart file.
- FileTimeToOffsetDateTimeValueTranscoder - Class in org.bremersee.ldaptive.transcoder
-
The file time value transcoder.
- FileTimeToOffsetDateTimeValueTranscoder() - Constructor for class org.bremersee.ldaptive.transcoder.FileTimeToOffsetDateTimeValueTranscoder
-
Instantiates a new file time to offset date time value transcoder.
- findAll() - Method in interface org.bremersee.minio.MinioRepository
-
Find all objects.
- findAll(String) - Method in interface org.bremersee.minio.MinioRepository
-
Find all objects.
- findAll(String) - Method in class org.bremersee.minio.MinioRepositoryImpl
- findAll(SearchRequest) - Method in interface org.bremersee.ldaptive.LdaptiveOperations
-
Find all.
- findAll(SearchRequest) - Method in interface org.bremersee.ldaptive.reactive.ReactiveLdaptiveOperations
-
Find all.
- findAll(SearchRequest) - Method in class org.bremersee.ldaptive.reactive.ReactiveLdaptiveTemplate
- findAll(SearchRequest, LdaptiveEntryMapper<T>) - Method in interface org.bremersee.ldaptive.LdaptiveOperations
-
Find all.
- findAll(SearchRequest, LdaptiveEntryMapper<T>) - Method in interface org.bremersee.ldaptive.reactive.ReactiveLdaptiveOperations
-
Find all.
- findAttribute(String) - Method in class org.bremersee.ldaptive.serializable.SerLdapEntry
-
Find attribute.
- findOne(MinioObjectId) - Method in interface org.bremersee.minio.MinioRepository
-
Find one.
- findOne(MinioObjectId) - Method in class org.bremersee.minio.MinioRepositoryImpl
- findOne(SearchRequest) - Method in interface org.bremersee.ldaptive.LdaptiveOperations
-
Find one.
- findOne(SearchRequest) - Method in interface org.bremersee.ldaptive.reactive.ReactiveLdaptiveOperations
-
Find one.
- findOne(SearchRequest) - Method in class org.bremersee.ldaptive.reactive.ReactiveLdaptiveTemplate
- findOne(SearchRequest, LdaptiveEntryMapper<T>) - Method in interface org.bremersee.ldaptive.LdaptiveOperations
-
Find one.
- findOne(SearchRequest, LdaptiveEntryMapper<T>) - Method in interface org.bremersee.ldaptive.reactive.ReactiveLdaptiveOperations
-
Find one.
- findUser(String) - Method in class org.bremersee.spring.security.ldaptive.userdetails.LdaptiveUserDetailsService
-
Find user.
- firstNameAttribute - Variable in class org.bremersee.spring.boot.autoconfigure.security.authentication.AuthenticationProperties.LdaptiveProperties
-
The first name attribute of the user.
- firstNameAttribute - Variable in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationProperties
-
The first name attribute of the user.
- FR - Enum constant in enum class org.bremersee.spring.data.mongodb.core.MongoSearchLanguage
-
French.
- from(String) - Static method in interface org.bremersee.minio.MinioObjectId
-
From object name.
- from(String, String) - Static method in interface org.bremersee.minio.MinioObjectId
-
From object name and version ID.
- fromLocale(Locale, MongoSearchLanguage) - Static method in enum class org.bremersee.spring.data.mongodb.core.MongoSearchLanguage
-
From locale.
- fromValue(String) - Static method in enum class org.bremersee.spring.data.mongodb.core.MongoSearchLanguage
-
From language tag (two-letter code).
- fromValue(String, MongoSearchLanguage) - Static method in enum class org.bremersee.spring.data.mongodb.core.MongoSearchLanguage
-
From language tag (two-letter code).
G
- GeneralizedTimeToOffsetDateTimeValueTranscoder - Class in org.bremersee.ldaptive.transcoder
-
The generalized time value transcoder.
- GeneralizedTimeToOffsetDateTimeValueTranscoder() - Constructor for class org.bremersee.ldaptive.transcoder.GeneralizedTimeToOffsetDateTimeValueTranscoder
-
Instantiates a new generalized time to offset date time value transcoder.
- generateUserPassword(String) - Method in interface org.bremersee.ldaptive.LdaptiveOperations
-
Generate user password.
- generateUserPassword(String) - Method in class org.bremersee.ldaptive.LdaptiveSambaTemplate
- generateUserPassword(String) - Method in interface org.bremersee.ldaptive.reactive.ReactiveLdaptiveOperations
-
Generate user password.
- get() - Method in enum class org.bremersee.ldaptive.LdaptiveProperties.ConnectionStrategy
- get() - Method in enum class org.bremersee.ldaptive.LdaptiveProperties.ReconnectStrategy
- get() - Method in enum class org.bremersee.ldaptive.LdaptiveProperties.SslProperties.HostnameVerifier
- get() - Method in class org.bremersee.spring.boot.autoconfigure.security.authentication.LdaptivePasswordEncoderProvider.DefaultLdaptivePasswordEncoderProvider
- get() - Method in enum class org.bremersee.spring.security.ldaptive.authentication.AccountControlEvaluatorProperty
- getAccessControlValue(LdapEntry) - Method in class org.bremersee.spring.security.ldaptive.userdetails.LdaptiveEvaluatedRememberMeTokenProvider
-
Gets access control value.
- getAttributeTypeValueTranscoder() - Static method in class org.bremersee.ldaptive.transcoder.ValueTranscoderFactory
-
Gets attribute type value transcoder.
- getAttributeValue(LdapEntry, String, ValueTranscoder<T>, T) - Static method in interface org.bremersee.ldaptive.LdaptiveEntryMapper
-
Gets attribute value.
- getAttributeValue(LdapEntry, LdaptiveAttribute<T>, T) - Static method in interface org.bremersee.ldaptive.LdaptiveEntryMapper
-
Gets attribute value.
- getAttributeValues(LdapEntry, String, ValueTranscoder<T>) - Static method in interface org.bremersee.ldaptive.LdaptiveEntryMapper
-
Gets attribute values.
- getAttributeValues(LdapEntry, LdaptiveAttribute<T>) - Static method in interface org.bremersee.ldaptive.LdaptiveEntryMapper
-
Gets attribute values.
- getAttributeValuesAsList(LdapEntry, String, ValueTranscoder<T>) - Static method in interface org.bremersee.ldaptive.LdaptiveEntryMapper
-
Gets attribute values as list.
- getAttributeValuesAsList(LdapEntry, LdaptiveAttribute<T>) - Static method in interface org.bremersee.ldaptive.LdaptiveEntryMapper
-
Gets attribute values as list.
- getAttributeValuesAsSet(LdapEntry, String, ValueTranscoder<T>) - Static method in interface org.bremersee.ldaptive.LdaptiveEntryMapper
-
Gets attribute values as set.
- getAttributeValuesAsSet(LdapEntry, LdaptiveAttribute<T>) - Static method in interface org.bremersee.ldaptive.LdaptiveEntryMapper
-
Gets attribute values as set.
- getAuthorities(LdapEntry) - Method in class org.bremersee.spring.security.ldaptive.userdetails.LdaptiveUserDetailsService
-
Gets authorities.
- getAuthoritiesByGroupsInUser(LdapEntry) - Method in class org.bremersee.spring.security.ldaptive.userdetails.LdaptiveUserDetailsService
-
Gets roles by groups in user.
- getAuthoritiesByGroupsWithUser(LdapEntry) - Method in class org.bremersee.spring.security.ldaptive.userdetails.LdaptiveUserDetailsService
-
Gets roles by groups with user.
- getAuthoritiesFromList(JsonPathJwtParser) - Method in class org.bremersee.spring.security.oauth2.server.resource.authentication.JsonPathJwtConverter
-
Gets authorities from list.
- getAuthoritiesFromValue(JsonPathJwtParser) - Method in class org.bremersee.spring.security.oauth2.server.resource.authentication.JsonPathJwtConverter
-
Gets authorities from value.
- getAuthorityFilter(LdapEntry) - Method in class org.bremersee.spring.security.ldaptive.userdetails.LdaptiveUserDetailsService
-
Gets group filter.
- getAuthorityName(LdapEntry) - Method in class org.bremersee.spring.security.ldaptive.userdetails.LdaptiveUserDetailsService
-
Gets group name.
- getBaseName() - Method in class org.bremersee.spring.thymeleaf.TemplateResource
- getBigIntegerValueTranscoder() - Static method in class org.bremersee.ldaptive.transcoder.ValueTranscoderFactory
-
Gets big integer value transcoder.
- getBinaryAttributeNames() - Method in interface org.bremersee.ldaptive.LdaptiveEntryMapper
-
Get binary attribute names.
- getBinaryValue() - Method in class org.bremersee.ldaptive.serializable.SerLdapAttr
-
Returns a single byte array value of this attribute.
- getBinaryValues() - Method in class org.bremersee.ldaptive.serializable.SerLdapAttr
-
Returns the values of this attribute as byte arrays.
- getBooleanPrimitiveValueTranscoder() - Static method in class org.bremersee.ldaptive.transcoder.ValueTranscoderFactory
-
Gets boolean primitive value transcoder.
- getBooleanValueTranscoder() - Static method in class org.bremersee.ldaptive.transcoder.ValueTranscoderFactory
-
Gets boolean value transcoder.
- getBucket() - Method in interface org.bremersee.minio.MinioObjectInfo
-
Gets bucket.
- getBucket() - Method in interface org.bremersee.minio.MinioRepository
-
Gets bucket.
- getBucketEncryption(GetBucketEncryptionArgs) - Method in interface org.bremersee.minio.MinioOperations
-
Gets encryption configuration of a bucket.
- getBucketLifecycle(GetBucketLifecycleArgs) - Method in interface org.bremersee.minio.MinioOperations
-
Gets lifecycle configuration of a bucket.
- getBucketNotification(GetBucketNotificationArgs) - Method in interface org.bremersee.minio.MinioOperations
-
Gets notification configuration of a bucket.
- getBucketPolicy(GetBucketPolicyArgs) - Method in interface org.bremersee.minio.MinioOperations
-
Gets bucket policy configuration of a bucket.
- getBucketReplication(GetBucketReplicationArgs) - Method in interface org.bremersee.minio.MinioOperations
-
Gets bucket replication configuration of a bucket.
- getBucketTags(GetBucketTagsArgs) - Method in interface org.bremersee.minio.MinioOperations
-
Gets tags of a bucket.
- getBucketVersioning(GetBucketVersioningArgs) - Method in interface org.bremersee.minio.MinioOperations
-
Gets versioning configuration of a bucket.
- getByteArrayValueTranscoder() - Static method in class org.bremersee.ldaptive.transcoder.ValueTranscoderFactory
-
Gets byte array value transcoder.
- getBytes() - Method in class org.bremersee.minio.MinioMultipartFileImpl
- getBytes() - Method in class org.bremersee.spring.web.multipart.FileAwareMultipartFile
- getConnectionFactory() - Method in interface org.bremersee.ldaptive.LdaptiveOperations
-
Gets connection factory.
- getConnectionFactory() - Method in class org.bremersee.ldaptive.LdaptiveTemplate
- getConnectionFactory() - Method in interface org.bremersee.ldaptive.reactive.ReactiveLdaptiveOperations
-
Gets connection factory.
- getConnectionFactory() - Method in class org.bremersee.ldaptive.reactive.ReactiveLdaptiveTemplate
- getContentType() - Method in class org.bremersee.minio.MinioMultipartFileImpl
- getContentType() - Method in class org.bremersee.spring.web.multipart.FileAwareMultipartFile
- getCredentials() - Method in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationToken
- getCredentials() - Method in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveRememberMeAuthenticationToken
- getCustomConversions() - Method in class org.bremersee.spring.data.mongodb.core.convert.DefaultCustomConversions
- getCustomConversions() - Method in interface org.bremersee.spring.data.mongodb.core.convert.MongoCustomConversionsProvider
-
Gets custom conversions.
- getDeltaTimeValueTranscoder() - Static method in class org.bremersee.ldaptive.transcoder.ValueTranscoderFactory
-
Gets delta time value transcoder.
- getDescription() - Method in class org.bremersee.spring.thymeleaf.TemplateResource
- getDn() - Method in interface org.bremersee.spring.security.ldaptive.userdetails.LdaptiveUserDetails
-
Gets the distinguished name.
- getDnValueTranscoder() - Static method in class org.bremersee.ldaptive.transcoder.ValueTranscoderFactory
-
Gets dn value transcoder.
- getDnValueTranscoderCaseSensitive() - Static method in class org.bremersee.ldaptive.transcoder.ValueTranscoderFactory
-
Gets dn value transcoder case sensitive.
- getDoublePrimitiveValueTranscoder() - Static method in class org.bremersee.ldaptive.transcoder.ValueTranscoderFactory
-
Gets double primitive value transcoder.
- getDoubleValueTranscoder() - Static method in class org.bremersee.ldaptive.transcoder.ValueTranscoderFactory
-
Gets double value transcoder.
- getEmail() - Method in interface org.bremersee.spring.security.core.NormalizedPrincipal
-
Gets email.
- getEmail() - Method in class org.bremersee.spring.security.core.NormalizedUser
- getEmail(JsonPathJwtParser) - Method in class org.bremersee.spring.security.oauth2.server.resource.authentication.JsonPathJwtConverter
-
Gets email.
- getEtag() - Method in class org.bremersee.minio.MinioMultipartFileImpl
- getEtag() - Method in interface org.bremersee.minio.MinioObjectInfo
-
Gets etag.
- getFileTimeToOffsetDateTimeValueTranscoder() - Static method in class org.bremersee.ldaptive.transcoder.ValueTranscoderFactory
-
Gets file time to offset date time value transcoder.
- getFileTimeValueTranscoder() - Static method in class org.bremersee.ldaptive.transcoder.ValueTranscoderFactory
-
Gets file time value transcoder.
- getFirstMultipartFile(MultiValueMap<String, MultipartFile>, String) - Static method in interface org.bremersee.spring.web.reactive.multipart.MultipartFileBuilder
-
Get first multipart file.
- getFirstName() - Method in interface org.bremersee.spring.security.core.NormalizedPrincipal
-
Gets first name.
- getFirstName() - Method in class org.bremersee.spring.security.core.NormalizedUser
- getFirstName(JsonPathJwtParser) - Method in class org.bremersee.spring.security.oauth2.server.resource.authentication.JsonPathJwtConverter
-
Gets first name.
- getFloatPrimitiveValueTranscoder() - Static method in class org.bremersee.ldaptive.transcoder.ValueTranscoderFactory
-
Gets float primitive value transcoder.
- getFloatValueTranscoder() - Static method in class org.bremersee.ldaptive.transcoder.ValueTranscoderFactory
-
Gets float value transcoder.
- getGeneralizedTimeToOffsetDateTimeValueTranscoder() - Static method in class org.bremersee.ldaptive.transcoder.ValueTranscoderFactory
-
Gets generalized time to offset date time value transcoder.
- getGeneralizedTimeValueTranscoder() - Static method in class org.bremersee.ldaptive.transcoder.ValueTranscoderFactory
-
Gets generalized time value transcoder.
- getGrantedAuthorities(JsonPathJwtParser) - Method in class org.bremersee.spring.security.oauth2.server.resource.authentication.JsonPathJwtConverter
-
Gets granted authorities.
- getInputStream() - Method in class org.bremersee.minio.MinioMultipartFileImpl
- getInputStream() - Method in class org.bremersee.spring.web.multipart.FileAwareMultipartFile
- getIntegerPrimitiveValueTranscoder() - Static method in class org.bremersee.ldaptive.transcoder.ValueTranscoderFactory
-
Gets integer primitive value transcoder.
- getIntegerValueTranscoder() - Static method in class org.bremersee.ldaptive.transcoder.ValueTranscoderFactory
-
Gets integer value transcoder.
- getLastModified() - Method in class org.bremersee.minio.MinioMultipartFileImpl
- getLastModified() - Method in interface org.bremersee.minio.MinioObjectInfo
-
Gets last modified time.
- getLastName() - Method in interface org.bremersee.spring.security.core.NormalizedPrincipal
-
Gets last name.
- getLastName() - Method in class org.bremersee.spring.security.core.NormalizedUser
- getLastName(JsonPathJwtParser) - Method in class org.bremersee.spring.security.oauth2.server.resource.authentication.JsonPathJwtConverter
-
Gets last name.
- getLdapException() - Method in exception class org.bremersee.ldaptive.LdaptiveException
-
Gets ldap exception (can be
null). - getLdapTemplate(String, String) - Method in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationManager
-
Gets ldap template.
- getLongPrimitiveValueTranscoder() - Static method in class org.bremersee.ldaptive.transcoder.ValueTranscoderFactory
-
Gets long primitive value transcoder.
- getLongValueTranscoder() - Static method in class org.bremersee.ldaptive.transcoder.ValueTranscoderFactory
-
Gets long value transcoder.
- getMappedAttributeNames() - Method in interface org.bremersee.ldaptive.LdaptiveEntryMapper
-
Get mapped attribute names.
- getMinioOperations() - Method in interface org.bremersee.minio.MinioRepository
-
Gets minio operations.
- getMinioOperations() - Method in class org.bremersee.minio.MinioRepositoryImpl
- getMultipartFile(List<MultipartFile>, int) - Static method in interface org.bremersee.spring.web.reactive.multipart.MultipartFileBuilder
-
Get multipart file with the specified index.
- getMultipartFile(Map<String, MultipartFile>, String) - Static method in interface org.bremersee.spring.web.reactive.multipart.MultipartFileBuilder
-
Get multipart file with the specified request parameter name.
- getMultipartFiles(MultiValueMap<String, MultipartFile>, String) - Static method in interface org.bremersee.spring.web.reactive.multipart.MultipartFileBuilder
-
Get multipart files with the specified request parameter.
- getName() - Method in interface org.bremersee.ldaptive.LdaptiveAttribute
-
Gets name.
- getName() - Method in class org.bremersee.minio.MinioMultipartFileImpl
- getName() - Method in interface org.bremersee.minio.MinioObjectId
-
Gets name.
- getName() - Method in class org.bremersee.spring.security.core.NormalizedUser
- getName() - Method in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationToken
- getName() - Method in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveRememberMeAuthenticationToken
- getName() - Method in class org.bremersee.spring.security.ldaptive.userdetails.LdaptiveUser
- getName() - Method in class org.bremersee.spring.web.multipart.FileAwareMultipartFile
- getName(Authentication) - Method in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationManager
-
Gets name.
- getObject(GetObjectArgs) - Method in interface org.bremersee.minio.MinioOperations
-
Gets data from offset to length of a SSE-C encrypted object.
- getObjectClasses() - Method in interface org.bremersee.ldaptive.LdaptiveEntryMapper
-
Get object classes of the ldap entry.
- getObjectLockConfiguration(GetObjectLockConfigurationArgs) - Method in interface org.bremersee.minio.MinioOperations
-
Gets default object retention in a bucket.
- getObjectRetention(GetObjectRetentionArgs) - Method in interface org.bremersee.minio.MinioOperations
-
Gets retention configuration of an object.
- getObjectStatus() - Method in class org.bremersee.minio.MinioMultipartFileImpl
-
Gets object status.
- getObjectTags(GetObjectTagsArgs) - Method in interface org.bremersee.minio.MinioOperations
-
Gets tags of an object.
- getOriginalFilename() - Method in class org.bremersee.minio.MinioMultipartFileImpl
- getOriginalFilename() - Method in class org.bremersee.spring.web.multipart.FileAwareMultipartFile
- getPresignedObjectUrl(GetPresignedObjectUrlArgs) - Method in interface org.bremersee.minio.MinioOperations
-
Gets presigned URL of an object for HTTP method, expiry time and custom request parameters.
- getPresignedObjectUrl(MinioObjectId, Method) - Method in interface org.bremersee.minio.MinioRepository
-
Gets presigned object url.
- getPresignedObjectUrl(MinioObjectId, Method, Duration) - Method in interface org.bremersee.minio.MinioRepository
-
Gets presigned object url.
- getPresignedObjectUrl(MinioObjectId, Method, Duration) - Method in class org.bremersee.minio.MinioRepositoryImpl
- getPresignedPostFormData(PostPolicy) - Method in interface org.bremersee.minio.MinioOperations
-
Gets form-data of
PostPolicyof an object to upload its data using POST method. - getPrincipal() - Method in interface org.bremersee.spring.security.core.NormalizedAuthentication
-
Returns the normalized principal.
- getPrincipal() - Method in interface org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthentication
- getPrincipal() - Method in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationToken
- getPrincipal() - Method in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveRememberMeAuthenticationToken
- getPrincipal() - Method in class org.bremersee.spring.security.oauth2.server.resource.authentication.NormalizedJwtAuthenticationToken
- getRdn(String) - Static method in interface org.bremersee.ldaptive.LdaptiveEntryMapper
-
Gets rdn value (not the rdn attribute name).
- getRegion() - Method in interface org.bremersee.minio.MinioObjectInfo
-
Gets region.
- getRegion() - Method in interface org.bremersee.minio.MinioRepository
-
Gets region.
- getRememberMeToken(LdapEntry) - Method in class org.bremersee.spring.security.ldaptive.userdetails.LdaptiveEvaluatedRememberMeTokenProvider
- getRememberMeToken(LdapEntry) - Method in class org.bremersee.spring.security.ldaptive.userdetails.LdaptivePwdLastSetRememberMeTokenProvider
- getRememberMeToken(LdapEntry) - Method in interface org.bremersee.spring.security.ldaptive.userdetails.LdaptiveRememberMeTokenProvider
-
Gets remember-me token.
- getRememberMeToken(LdapEntry) - Method in class org.bremersee.spring.security.ldaptive.userdetails.LdaptiveRememberMeTokenProvider.InvalidRememberMeTokenProvider
- getResource() - Method in class org.bremersee.spring.web.multipart.FileAwareMultipartFile
- getResultCode() - Method in exception class org.bremersee.ldaptive.LdaptiveException
-
Gets result code (can be
null). - getShortPrimitiveValueTranscoder() - Static method in class org.bremersee.ldaptive.transcoder.ValueTranscoderFactory
-
Gets short primitive value transcoder.
- getShortValueTranscoder() - Static method in class org.bremersee.ldaptive.transcoder.ValueTranscoderFactory
-
Gets short value transcoder.
- getSize() - Method in class org.bremersee.minio.MinioMultipartFileImpl
- getSize() - Method in class org.bremersee.spring.web.multipart.FileAwareMultipartFile
- getStringValue() - Method in class org.bremersee.ldaptive.serializable.SerLdapAttr
-
Returns a single string value of this attribute.
- getStringValues() - Method in class org.bremersee.ldaptive.serializable.SerLdapAttr
-
Returns the values of this attribute as strings.
- getStringValueTranscoder() - Static method in class org.bremersee.ldaptive.transcoder.ValueTranscoderFactory
-
Gets string value transcoder.
- getType() - Method in class org.bremersee.ldaptive.transcoder.DnValueTranscoder
- getType() - Method in class org.bremersee.ldaptive.transcoder.FileTimeToOffsetDateTimeValueTranscoder
- getType() - Method in class org.bremersee.ldaptive.transcoder.GeneralizedTimeToOffsetDateTimeValueTranscoder
- getType() - Method in class org.bremersee.ldaptive.transcoder.UserAccountControlValueTranscoder
- getUnicodePwdValueTranscoder() - Static method in class org.bremersee.ldaptive.transcoder.ValueTranscoderFactory
-
Gets unicode pwd value transcoder.
- getUserAccountControlValueTranscoder() - Static method in class org.bremersee.ldaptive.transcoder.ValueTranscoderFactory
-
Gets user account control value transcoder.
- getUserDetails(LdaptiveTemplate, String) - Method in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationManager
-
Gets user details.
- getUserDetailsService() - Method in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationManager
-
Gets user details service.
- getUserDetailsService() - Method in interface org.bremersee.spring.security.ldaptive.authentication.LdaptiveRememberMeServices
-
Gets user details service.
- getUserDetailsService() - Method in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveTokenBasedRememberMeServices
- getUserDetailsService(LdaptiveTemplate) - Method in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationManager
-
Gets user details service.
- getUserFindOneFilter() - Method in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationProperties.WithDefaults
-
Get user find one filter.
- getUsername(Jwt, JsonPathJwtParser) - Method in class org.bremersee.spring.security.oauth2.server.resource.authentication.JsonPathJwtConverter
-
Gets username.
- getUsernameByEmail(String) - Method in interface org.bremersee.spring.security.core.EmailToUsernameResolver
-
Gets username by email.
- getUsernameByEmail(String) - Method in class org.bremersee.spring.security.ldaptive.authentication.EmailToUsernameResolverByLdapAttribute
- getUserRdnAttribute() - Method in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationProperties.WithDefaults
-
Get user rdn attribute.
- getUuidValueTranscoder() - Static method in class org.bremersee.ldaptive.transcoder.ValueTranscoderFactory
-
Gets uuid value transcoder.
- getValue(LdapEntry) - Method in interface org.bremersee.ldaptive.LdaptiveAttribute
-
Gets value.
- getValue(LdapEntry, T) - Method in interface org.bremersee.ldaptive.LdaptiveAttribute
-
Gets value.
- getValues(LdapEntry) - Method in interface org.bremersee.ldaptive.LdaptiveAttribute
-
Gets values.
- getValueTranscoder() - Method in interface org.bremersee.ldaptive.LdaptiveAttribute
-
Gets value transcoder.
- getVersionId() - Method in interface org.bremersee.minio.MinioObjectId
-
Gets version id.
- GROUP_CONTAINS_USERS - Enum constant in enum class org.bremersee.spring.boot.autoconfigure.security.authentication.AuthenticationProperties.LdaptiveProperties.GroupFetchStrategy
-
Group contains users group-fetch strategy.
- GROUP_CONTAINS_USERS - Enum constant in enum class org.bremersee.spring.boot.autoconfigure.security.authentication.AuthenticationProperties.LdaptiveProperties.Template
-
Group contains users template.
- GROUP_CONTAINS_USERS - Enum constant in enum class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationProperties.GroupFetchStrategy
-
Group contains users group-fetch strategy.
- GROUP_CONTAINS_USERS - Enum constant in enum class org.bremersee.spring.security.ldaptive.authentication.provider.Template
-
Group contains users template.
- groupBaseDn - Variable in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationProperties
-
The group base dn (like 'ou=groups,dc=example,dc=org').
- GroupContainsUsersTemplate - Class in org.bremersee.spring.security.ldaptive.authentication.provider
-
Template for the group reading strategy 'group contains user'.
- GroupContainsUsersTemplate() - Constructor for class org.bremersee.spring.security.ldaptive.authentication.provider.GroupContainsUsersTemplate
-
Instantiates a new Group contains users template.
- groupFetchStrategy - Variable in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationProperties
-
The group fetch strategy.
- groupIdAttribute - Variable in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationProperties
-
The group id attribute.
- groupMemberAttribute - Variable in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationProperties
-
The group member attribute.
- groupMemberFormat - Variable in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationProperties
-
The group member format.
- groupObjectClass - Variable in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationProperties
-
The group object class.
- groupSearchScope - Variable in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationProperties
-
The group search scope.
H
- handleError(Throwable) - Method in class org.bremersee.ldaptive.AbstractLdaptiveErrorHandler
- handleError(Throwable) - Method in interface org.bremersee.ldaptive.LdaptiveErrorHandler
-
Handle error.
- handleError(Throwable) - Method in class org.bremersee.minio.AbstractMinioErrorHandler
- hashCode() - Method in class org.bremersee.ldaptive.serializable.SerLdapAttr
- hashCode() - Method in class org.bremersee.spring.core.convert.support.LocaleToStringConverter
- hashCode() - Method in class org.bremersee.spring.core.convert.support.StringToTimeZoneConverter
- hashCode() - Method in class org.bremersee.spring.core.convert.support.TimeZoneToStringConverter
- hashCode() - Method in class org.bremersee.spring.data.convert.DateToInstantReadConverter
- hashCode() - Method in class org.bremersee.spring.data.convert.DateToOffsetDateTimeReadConverter
- hashCode() - Method in class org.bremersee.spring.data.convert.InstantToDateWriteConverter
- hashCode() - Method in class org.bremersee.spring.data.convert.InstantToOffsetDateTimeReadConverter
- hashCode() - Method in class org.bremersee.spring.data.convert.LocaleReadConverter
- hashCode() - Method in class org.bremersee.spring.data.convert.LocaleWriteConverter
- hashCode() - Method in class org.bremersee.spring.data.convert.OffsetDateTimeToDateWriteConverter
- hashCode() - Method in class org.bremersee.spring.data.convert.OffsetDateTimeToInstantWriteConverter
- hasText(String) - Static method in class org.bremersee.ldaptive.LdaptiveProperties
-
Determines whether the given value has text or not.
- hasValue(byte[]) - Method in class org.bremersee.ldaptive.serializable.SerLdapAttr
-
Returns whether the supplied value exists in this attribute.
- hasValue(String) - Method in class org.bremersee.ldaptive.serializable.SerLdapAttr
-
Returns whether the supplied value exists in this attribute.
- HU - Enum constant in enum class org.bremersee.spring.data.mongodb.core.MongoSearchLanguage
-
Hungarian.
I
- INFINITE_RECONNECT_ATTEMPTS - Enum constant in enum class org.bremersee.ldaptive.LdaptiveProperties.ReconnectStrategy
-
Infinite reconnect attempts strategy.
- INFINITE_RECONNECT_ATTEMPTS - Enum constant in enum class org.bremersee.spring.boot.autoconfigure.ldaptive.LdaptiveConnectionProperties.ReconnectStrategy
-
Infinite reconnect attempts strategy.
- INFINITE_RECONNECT_ATTEMPTS_WITH_BACKOFF - Enum constant in enum class org.bremersee.ldaptive.LdaptiveProperties.ReconnectStrategy
-
Infinite reconnect attempts with backoff strategy.
- INFINITE_RECONNECT_ATTEMPTS_WITH_BACKOFF - Enum constant in enum class org.bremersee.spring.boot.autoconfigure.ldaptive.LdaptiveConnectionProperties.ReconnectStrategy
-
Infinite reconnect attempts with backoff strategy.
- init() - Method in class org.bremersee.spring.boot.autoconfigure.data.mongo.MongoCustomConversionsAutoConfiguration
-
Init.
- init() - Method in class org.bremersee.spring.boot.autoconfigure.ldaptive.LdaptiveAutoConfiguration
-
Init.
- init() - Method in class org.bremersee.spring.boot.autoconfigure.ldaptive.LdaptiveJackson2ObjectMapperBuilderCustomizer
-
Init.
- init() - Method in class org.bremersee.spring.boot.autoconfigure.minio.MinioAutoConfiguration
-
Init.
- init() - Method in class org.bremersee.spring.boot.autoconfigure.security.authentication.JwtConverterAutoConfiguration
-
Init.
- init() - Method in class org.bremersee.spring.boot.autoconfigure.security.authentication.LdaptiveAuthenticationAutoConfiguration
-
Init.
- init() - Method in class org.bremersee.spring.boot.autoconfigure.security.authentication.LdaptiveRememberMeAutoConfiguration
-
Init.
- init() - Method in class org.bremersee.spring.boot.autoconfigure.web.CorsConfigurationSourceAutoConfiguration
-
Init.
- init() - Method in class org.bremersee.spring.boot.autoconfigure.web.reactive.CorsConfigurationSourceAutoConfiguration
-
Init.
- init() - Method in class org.bremersee.spring.boot.autoconfigure.web.reactive.MultipartFileBuilderAutoConfiguration
-
Init.
- init() - Method in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationManager
-
Init.
- INSTANCE - Static variable in interface org.bremersee.spring.security.ldaptive.authentication.provider.Template.TemplateMapper
-
The constant INSTANCE.
- InstantToDateWriteConverter - Class in org.bremersee.spring.data.convert
-
The instant to date write converter.
- InstantToDateWriteConverter() - Constructor for class org.bremersee.spring.data.convert.InstantToDateWriteConverter
-
Instantiates a new instant to date write converter.
- InstantToOffsetDateTimeReadConverter - Class in org.bremersee.spring.data.convert
-
The instant to offset date time read converter.
- InstantToOffsetDateTimeReadConverter() - Constructor for class org.bremersee.spring.data.convert.InstantToOffsetDateTimeReadConverter
-
Instantiates a new instant to offset date time read converter.
- invalid() - Static method in interface org.bremersee.spring.security.ldaptive.userdetails.LdaptiveRememberMeTokenProvider
-
Gets the invalid ldaptive remember-me token provider.
- isAccountNonExpired(LdapEntry) - Method in interface org.bremersee.spring.security.ldaptive.authentication.AccountControlEvaluator
-
Indicates whether the user's account has expired.
- isAccountNonExpired(LdapEntry) - Method in class org.bremersee.spring.security.ldaptive.authentication.provider.ActiveDirectoryAccountControlEvaluator
- isAccountNonExpired(LdapEntry) - Method in class org.bremersee.spring.security.ldaptive.authentication.provider.NoAccountControlEvaluator
- isAccountNonLocked(LdapEntry) - Method in interface org.bremersee.spring.security.ldaptive.authentication.AccountControlEvaluator
-
Indicates whether the user is locked or unlocked.
- isAccountNonLocked(LdapEntry) - Method in class org.bremersee.spring.security.ldaptive.authentication.provider.ActiveDirectoryAccountControlEvaluator
- isAccountNonLocked(LdapEntry) - Method in class org.bremersee.spring.security.ldaptive.authentication.provider.NoAccountControlEvaluator
- isAuthenticated() - Method in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationToken
- isBinary() - Method in interface org.bremersee.ldaptive.LdaptiveAttribute
-
Is binary.
- isCredentialsNonExpired(LdapEntry) - Method in interface org.bremersee.spring.security.ldaptive.authentication.AccountControlEvaluator
-
Indicates whether the user's credentials (password) has expired.
- isCredentialsNonExpired(LdapEntry) - Method in class org.bremersee.spring.security.ldaptive.authentication.provider.ActiveDirectoryAccountControlEvaluator
- isCredentialsNonExpired(LdapEntry) - Method in class org.bremersee.spring.security.ldaptive.authentication.provider.NoAccountControlEvaluator
- isDn(String) - Method in class org.bremersee.spring.security.ldaptive.userdetails.LdaptiveUserDetailsService
-
Is dn boolean.
- isEmpty() - Method in class org.bremersee.minio.MinioMultipartFileImpl
- isEmpty() - Method in class org.bremersee.spring.web.multipart.FileAwareMultipartFile
- isEnabled() - Method in class org.bremersee.ldaptive.transcoder.UserAccountControl
-
Is enabled boolean.
- isEnabled(LdapEntry) - Method in interface org.bremersee.spring.security.ldaptive.authentication.AccountControlEvaluator
-
Indicates whether the user is enabled or disabled.
- isEnabled(LdapEntry) - Method in class org.bremersee.spring.security.ldaptive.authentication.provider.ActiveDirectoryAccountControlEvaluator
- isEnabled(LdapEntry) - Method in class org.bremersee.spring.security.ldaptive.authentication.provider.NoAccountControlEvaluator
- isExcluded(RestApiComparatorPath, RestApiComparatorAssertionType, RestApiComparatorExclusion[]) - Static method in class org.bremersee.spring.test.api.comparator.RestApiComparatorExclusion
-
Checks whether the given path and type are excluded via the given exclusions.
- isNormalAccount() - Method in class org.bremersee.ldaptive.transcoder.UserAccountControl
-
Is normal account boolean.
- isObjectLegalHoldEnabled(IsObjectLegalHoldEnabledArgs) - Method in interface org.bremersee.minio.MinioOperations
-
Returns true if legal hold is enabled on an object.
- isPasswordExpirationEnabled() - Method in class org.bremersee.ldaptive.transcoder.UserAccountControl
-
Is password expiration enabled boolean.
- isRefusedUsername(String) - Method in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationManager
-
Determines whether the username is refused by configuration.
- isValidEmail(String) - Method in interface org.bremersee.spring.security.core.EmailToUsernameResolver
-
Checks whether the given email is a valid email address.
- isVersioningEnabled() - Method in interface org.bremersee.minio.MinioRepository
-
Is versioning enabled boolean.
- isVersioningEnabled() - Method in class org.bremersee.minio.MinioRepositoryImpl
- IT - Enum constant in enum class org.bremersee.spring.data.mongodb.core.MongoSearchLanguage
-
Italian.
J
- JacksonDnDeserializer - Class in org.bremersee.ldaptive.converter
-
The jackson distinguished name deserializer.
- JacksonDnDeserializer() - Constructor for class org.bremersee.ldaptive.converter.JacksonDnDeserializer
-
Instantiates a new jackson distinguished name deserializer.
- JacksonDnSerializer - Class in org.bremersee.ldaptive.converter
-
The jackson distinguished name serializer.
- JacksonDnSerializer() - Constructor for class org.bremersee.ldaptive.converter.JacksonDnSerializer
-
Instantiates a new jackson distinguished name serializer.
- JacksonLdapEntryDeserializer - Class in org.bremersee.ldaptive.converter
-
The jackson ldap entry deserializer.
- JacksonLdapEntryDeserializer() - Constructor for class org.bremersee.ldaptive.converter.JacksonLdapEntryDeserializer
-
Instantiates a new jackson ldap entry deserializer.
- JacksonLdapEntrySerializer - Class in org.bremersee.ldaptive.converter
-
The jackson ldap entry serializer.
- JacksonLdapEntrySerializer() - Constructor for class org.bremersee.ldaptive.converter.JacksonLdapEntrySerializer
-
Instantiates a new jackson ldap entry serializer.
- JsonPathJwtConverter - Class in org.bremersee.spring.security.oauth2.server.resource.authentication
-
The json path jwt converter.
- JsonPathJwtConverter(String, String, String, String, String, boolean, String, GrantedAuthoritiesMapper) - Constructor for class org.bremersee.spring.security.oauth2.server.resource.authentication.JsonPathJwtConverter
-
Instantiates a new Json path jwt converter.
- JsonPathJwtParser - Class in org.bremersee.spring.security.oauth2.server.resource.authentication
-
The json path jwt parser.
- jwtConverter(ObjectProvider<GrantedAuthoritiesMapper>) - Method in class org.bremersee.spring.boot.autoconfigure.security.authentication.JwtConverterAutoConfiguration
-
Creates jwt converter.
- JwtConverterAutoConfiguration - Class in org.bremersee.spring.boot.autoconfigure.security.authentication
-
The jwt converter autoconfiguration.
- JwtConverterAutoConfiguration(AuthenticationProperties) - Constructor for class org.bremersee.spring.boot.autoconfigure.security.authentication.JwtConverterAutoConfiguration
-
Instantiates a new Jwt converter auto configuration.
- JwtConverterProperties() - Constructor for class org.bremersee.spring.boot.autoconfigure.security.authentication.AuthenticationProperties.JwtConverterProperties
-
Instantiates new jwt converter properties.
L
- lastNameAttribute - Variable in class org.bremersee.spring.boot.autoconfigure.security.authentication.AuthenticationProperties.LdaptiveProperties
-
The last name attribute of the user.
- lastNameAttribute - Variable in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationProperties
-
The last name attribute of the user.
- LdaptiveAttribute<T> - Interface in org.bremersee.ldaptive
-
The ldaptive attribute.
- LdaptiveAttribute.Specification<T> - Class in org.bremersee.ldaptive
-
The ldaptive attribute specification.
- LdaptiveAuthentication - Interface in org.bremersee.spring.security.ldaptive.authentication
-
The ldaptive authentication.
- LdaptiveAuthenticationAutoConfiguration - Class in org.bremersee.spring.boot.autoconfigure.security.authentication
-
The ldaptive authentication auto-configuration.
- LdaptiveAuthenticationAutoConfiguration(AuthenticationProperties) - Constructor for class org.bremersee.spring.boot.autoconfigure.security.authentication.LdaptiveAuthenticationAutoConfiguration
-
Instantiates a new ldaptive authentication autoconfiguration.
- ldaptiveAuthenticationManager(ConnectionConfig, ObjectProvider<ConnectionFactory>, ObjectProvider<LdaptiveTemplate>, LdaptivePasswordEncoderProvider, LdaptiveRememberMeTokenProvider, ObjectProvider<EmailToUsernameResolver>, ObjectProvider<UsernameToBindDnConverter>, ObjectProvider<AccountControlEvaluator>, ObjectProvider<GrantedAuthoritiesMapper>, ObjectProvider<Converter<LdaptiveUserDetails, LdaptiveAuthentication>>) - Method in class org.bremersee.spring.boot.autoconfigure.security.authentication.LdaptiveAuthenticationAutoConfiguration
-
Creates ldaptive authentication manager.
- LdaptiveAuthenticationManager - Class in org.bremersee.spring.security.ldaptive.authentication
-
The ldaptive authentication manager.
- LdaptiveAuthenticationManager(LdaptiveTemplate, LdaptiveAuthenticationProperties, String) - Constructor for class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationManager
-
Instantiates a new ldaptive authentication manager.
- LdaptiveAuthenticationManager(ConnectionConfig, LdaptiveAuthenticationProperties, String) - Constructor for class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationManager
-
Instantiates a new ldaptive authentication manager.
- LdaptiveAuthenticationManager(ConnectionFactory, LdaptiveAuthenticationProperties, String) - Constructor for class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationManager
-
Instantiates a new ldaptive authentication manager.
- LdaptiveAuthenticationProperties - Class in org.bremersee.spring.security.ldaptive.authentication
-
The ldaptive authentication properties.
- LdaptiveAuthenticationProperties() - Constructor for class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationProperties
- LdaptiveAuthenticationProperties.GroupFetchStrategy - Enum Class in org.bremersee.spring.security.ldaptive.authentication
-
The group fetch strategy.
- LdaptiveAuthenticationProperties.RoleMapping - Class in org.bremersee.spring.security.ldaptive.authentication
-
The role mapping.
- LdaptiveAuthenticationProperties.StringReplacement - Class in org.bremersee.spring.security.ldaptive.authentication
-
The string replacement.
- LdaptiveAuthenticationProperties.WithDefaults - Class in org.bremersee.spring.security.ldaptive.authentication
-
The ldaptive authentication properties with defaults.
- LdaptiveAuthenticationToken - Class in org.bremersee.spring.security.ldaptive.authentication
-
The ldaptive authentication token.
- LdaptiveAuthenticationToken(LdaptiveUserDetails) - Constructor for class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationToken
-
Instantiates a new ldaptive authentication token.
- LdaptiveAutoConfiguration - Class in org.bremersee.spring.boot.autoconfigure.ldaptive
-
The ldaptive configuration.
- LdaptiveAutoConfiguration(LdaptiveConnectionProperties) - Constructor for class org.bremersee.spring.boot.autoconfigure.ldaptive.LdaptiveAutoConfiguration
-
Instantiates a new ldaptive configuration.
- LdaptiveConnectionProperties - Class in org.bremersee.spring.boot.autoconfigure.ldaptive
-
The ldaptive connection properties.
- LdaptiveConnectionProperties() - Constructor for class org.bremersee.spring.boot.autoconfigure.ldaptive.LdaptiveConnectionProperties
-
Instantiates new ldaptive connection properties.
- LdaptiveConnectionProperties.ConnectionPoolProperties - Class in org.bremersee.spring.boot.autoconfigure.ldaptive
-
The connection pool properties.
- LdaptiveConnectionProperties.ConnectionStrategy - Enum Class in org.bremersee.spring.boot.autoconfigure.ldaptive
-
The connection strategy.
- LdaptiveConnectionProperties.ConnectionValidatorProperties - Class in org.bremersee.spring.boot.autoconfigure.ldaptive
-
The search validator properties.
- LdaptiveConnectionProperties.ConnectionValidatorProperties.SearchRequestProperties - Class in org.bremersee.spring.boot.autoconfigure.ldaptive
-
The search request properties.
- LdaptiveConnectionProperties.ConnectionValidatorProperties.SearchRequestProperties.SearchFilterProperties - Class in org.bremersee.spring.boot.autoconfigure.ldaptive
-
The search filter properties.
- LdaptiveConnectionProperties.ReconnectStrategy - Enum Class in org.bremersee.spring.boot.autoconfigure.ldaptive
-
The reconnection strategy.
- LdaptiveConnectionProperties.SearchScope - Enum Class in org.bremersee.spring.boot.autoconfigure.ldaptive
-
The enum Search scope.
- LdaptiveConnectionProperties.SslProperties - Class in org.bremersee.spring.boot.autoconfigure.ldaptive
-
The ssl configuration.
- LdaptiveConnectionProperties.SslProperties.HostnameVerifier - Enum Class in org.bremersee.spring.boot.autoconfigure.ldaptive
-
The hostname verifier.
- LdaptiveEntryImmutableMapper<T> - Class in org.bremersee.ldaptive
-
The ldaptive entry immutable mapper.
- LdaptiveEntryImmutableMapper() - Constructor for class org.bremersee.ldaptive.LdaptiveEntryImmutableMapper
-
Instantiates a new ldaptive entry immutable mapper.
- LdaptiveEntryMapper<T> - Interface in org.bremersee.ldaptive
-
The ldap entry mapper.
- LdaptiveErrorHandler - Interface in org.bremersee.ldaptive
-
The ldaptive error handler.
- LdaptiveEvaluatedRememberMeTokenProvider - Class in org.bremersee.spring.security.ldaptive.userdetails
-
The ldaptive evaluated remember-me token provider.
- LdaptiveEvaluatedRememberMeTokenProvider() - Constructor for class org.bremersee.spring.security.ldaptive.userdetails.LdaptiveEvaluatedRememberMeTokenProvider
-
Instantiates a new ldaptive evaluated remember-me token provider.
- LdaptiveEvaluatedRememberMeTokenProvider(AccountControlEvaluator) - Constructor for class org.bremersee.spring.security.ldaptive.userdetails.LdaptiveEvaluatedRememberMeTokenProvider
-
Instantiates a new ldaptive evaluated remember-me token provider.
- LdaptiveException - Exception Class in org.bremersee.ldaptive
-
The ldaptive exception.
- LdaptiveException(int, String, String, Throwable) - Constructor for exception class org.bremersee.ldaptive.LdaptiveException
-
Instantiates a new ldaptive exception.
- LdaptiveJackson2ObjectMapperBuilderCustomizer - Class in org.bremersee.spring.boot.autoconfigure.ldaptive
-
The ldaptive jackson 2 object mapper builder customizer.
- LdaptiveJackson2ObjectMapperBuilderCustomizer() - Constructor for class org.bremersee.spring.boot.autoconfigure.ldaptive.LdaptiveJackson2ObjectMapperBuilderCustomizer
-
Instantiates a new ldaptive jackson 2 object mapper builder customizer.
- LdaptiveObjectMapperModule - Class in org.bremersee.ldaptive
-
The ldaptive object mapper module.
- LdaptiveObjectMapperModule() - Constructor for class org.bremersee.ldaptive.LdaptiveObjectMapperModule
-
Instantiates a new ldaptive object mapper module.
- LdaptiveOperations - Interface in org.bremersee.ldaptive
-
The interface for ldap operations.
- ldaptivePasswordEncoderProvider() - Method in class org.bremersee.spring.boot.autoconfigure.security.authentication.LdaptiveAuthenticationAutoConfiguration
-
Creates ldaptive password encoder provider.
- LdaptivePasswordEncoderProvider - Interface in org.bremersee.spring.boot.autoconfigure.security.authentication
-
The password encoder provider.
- LdaptivePasswordEncoderProvider.DefaultLdaptivePasswordEncoderProvider - Class in org.bremersee.spring.boot.autoconfigure.security.authentication
-
The default password encoder provider.
- LdaptiveProperties - Class in org.bremersee.ldaptive
-
The ldap properties.
- LdaptiveProperties() - Constructor for class org.bremersee.ldaptive.LdaptiveProperties
-
Instantiates new ldaptive properties.
- LdaptiveProperties() - Constructor for class org.bremersee.spring.boot.autoconfigure.security.authentication.AuthenticationProperties.LdaptiveProperties
-
Instantiates new ldaptive properties.
- LdaptiveProperties.ConnectionPoolProperties - Class in org.bremersee.ldaptive
-
The connection pool properties.
- LdaptiveProperties.ConnectionStrategy - Enum Class in org.bremersee.ldaptive
-
The connection strategy.
- LdaptiveProperties.ConnectionValidatorProperties - Class in org.bremersee.ldaptive
-
The search validator properties.
- LdaptiveProperties.ConnectionValidatorProperties.SearchRequestProperties - Class in org.bremersee.ldaptive
-
The search request properties.
- LdaptiveProperties.ConnectionValidatorProperties.SearchRequestProperties.SearchFilterProperties - Class in org.bremersee.ldaptive
-
The search filter properties.
- LdaptiveProperties.ReconnectStrategy - Enum Class in org.bremersee.ldaptive
-
The reconnection strategy.
- LdaptiveProperties.SslProperties - Class in org.bremersee.ldaptive
-
The ssl configuration.
- LdaptiveProperties.SslProperties.HostnameVerifier - Enum Class in org.bremersee.ldaptive
-
The hostname verifier.
- LdaptivePropertiesMapper - Class in org.bremersee.spring.boot.autoconfigure.security.authentication
-
The ldaptive properties mapper.
- LdaptivePwdLastSetRememberMeTokenProvider - Class in org.bremersee.spring.security.ldaptive.userdetails
-
The ldaptive pwdLastSet remember-me token provider.
- LdaptivePwdLastSetRememberMeTokenProvider() - Constructor for class org.bremersee.spring.security.ldaptive.userdetails.LdaptivePwdLastSetRememberMeTokenProvider
-
Instantiates a ldaptive pwd last set remember-me token provider.
- LdaptivePwdLastSetRememberMeTokenProvider(AccountControlEvaluator) - Constructor for class org.bremersee.spring.security.ldaptive.userdetails.LdaptivePwdLastSetRememberMeTokenProvider
-
Instantiates a ldaptive pwd last set remember-me token provider.
- LdaptivePwdLastSetRememberMeTokenProvider(AccountControlEvaluator, String) - Constructor for class org.bremersee.spring.security.ldaptive.userdetails.LdaptivePwdLastSetRememberMeTokenProvider
-
Instantiates a ldaptive pwd last set remember-me token provider.
- LdaptiveRememberMeAuthenticationToken - Class in org.bremersee.spring.security.ldaptive.authentication
-
The ldaptive remember-me authentication token.
- LdaptiveRememberMeAuthenticationToken(String, LdaptiveAuthentication) - Constructor for class org.bremersee.spring.security.ldaptive.authentication.LdaptiveRememberMeAuthenticationToken
-
Constructor.
- LdaptiveRememberMeAutoConfiguration - Class in org.bremersee.spring.boot.autoconfigure.security.authentication
-
The ldaptive remember-me autoconfiguration.
- LdaptiveRememberMeAutoConfiguration(AuthenticationProperties) - Constructor for class org.bremersee.spring.boot.autoconfigure.security.authentication.LdaptiveRememberMeAutoConfiguration
-
Instantiates a new ldaptive remember-me autoconfiguration.
- LdaptiveRememberMeServices - Interface in org.bremersee.spring.security.ldaptive.authentication
-
The ldaptive remember-me services.
- ldaptiveRememberMeTokenProvider(ObjectProvider<AccountControlEvaluator>) - Method in class org.bremersee.spring.boot.autoconfigure.security.authentication.LdaptiveAuthenticationAutoConfiguration
-
The ldaptive remember-me token provider.
- LdaptiveRememberMeTokenProvider - Interface in org.bremersee.spring.security.ldaptive.userdetails
-
The ldaptive remember-me token provider.
- LdaptiveRememberMeTokenProvider.InvalidRememberMeTokenProvider - Class in org.bremersee.spring.security.ldaptive.userdetails
-
The invalid ldaptive remember-me token provider.
- LdaptiveSambaTemplate - Class in org.bremersee.ldaptive
-
The ldaptive samba template.
- LdaptiveSambaTemplate(ConnectionFactory) - Constructor for class org.bremersee.ldaptive.LdaptiveSambaTemplate
-
Instantiates a new ldaptive samba template.
- ldaptiveTemplate(ConnectionFactory) - Method in class org.bremersee.spring.boot.autoconfigure.ldaptive.LdaptiveAutoConfiguration
-
Builds ldaptive template.
- LdaptiveTemplate - Class in org.bremersee.ldaptive
-
The template for executing ldap operations.
- LdaptiveTemplate(ConnectionFactory) - Constructor for class org.bremersee.ldaptive.LdaptiveTemplate
-
Instantiates a new ldaptive template.
- LdaptiveTokenBasedRememberMeServices - Class in org.bremersee.spring.security.ldaptive.authentication
-
The ldaptive token based remember-me services.
- LdaptiveTokenBasedRememberMeServices(String, LdaptiveAuthenticationManager) - Constructor for class org.bremersee.spring.security.ldaptive.authentication.LdaptiveTokenBasedRememberMeServices
-
Instantiates new ldaptive token based remember-me services.
- LdaptiveUser - Class in org.bremersee.spring.security.ldaptive.userdetails
-
The ldaptive user.
- LdaptiveUser(LdapEntry, String, String, String, String, Collection<? extends GrantedAuthority>, String, boolean, boolean, boolean, boolean) - Constructor for class org.bremersee.spring.security.ldaptive.userdetails.LdaptiveUser
-
Instantiates a new ldaptive user.
- LdaptiveUserDetails - Interface in org.bremersee.spring.security.ldaptive.userdetails
-
The ldaptive user details.
- LdaptiveUserDetailsService - Class in org.bremersee.spring.security.ldaptive.userdetails
-
The ldaptive user details service.
- LdaptiveUserDetailsService(LdaptiveAuthenticationProperties, LdaptiveTemplate) - Constructor for class org.bremersee.spring.security.ldaptive.userdetails.LdaptiveUserDetailsService
-
Instantiates a ldaptive user details service.
- listBuckets() - Method in interface org.bremersee.minio.MinioOperations
-
Lists bucket information of all buckets.
- listBuckets(ListBucketsArgs) - Method in interface org.bremersee.minio.MinioOperations
-
Lists bucket information of all buckets.
- listenBucketNotification(ListenBucketNotificationArgs) - Method in interface org.bremersee.minio.MinioOperations
-
Listens events of object prefix and suffix of a bucket.
- listObjects(ListObjectsArgs) - Method in interface org.bremersee.minio.MinioOperations
-
Lists objects information optionally with versions of a bucket.
- loadUserByUsername(String) - Method in class org.bremersee.spring.security.ldaptive.userdetails.LdaptiveUserDetailsService
- LocaleReadConverter - Class in org.bremersee.spring.data.convert
-
The locale read converter.
- LocaleReadConverter() - Constructor for class org.bremersee.spring.data.convert.LocaleReadConverter
-
Instantiates a new locale read converter.
- LocaleToStringConverter - Class in org.bremersee.spring.core.convert.support
-
The locale to string converter.
- LocaleToStringConverter() - Constructor for class org.bremersee.spring.core.convert.support.LocaleToStringConverter
-
Instantiates a new locale to string converter.
- LocaleWriteConverter - Class in org.bremersee.spring.data.convert
-
The locale write converter.
- LocaleWriteConverter() - Constructor for class org.bremersee.spring.data.convert.LocaleWriteConverter
-
Instantiates a new locale write converter.
- logger - Variable in class org.bremersee.spring.security.ldaptive.authentication.EmailToUsernameResolverByLdapAttribute
-
The Logger.
- logger - Variable in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationManager
-
The Logger.
M
- makeBucket(MakeBucketArgs) - Method in interface org.bremersee.minio.MinioOperations
-
Creates a bucket with region and object lock.
- map(Throwable) - Method in class org.bremersee.minio.DefaultMinioErrorHandler
- map(Throwable) - Method in interface org.bremersee.minio.MinioErrorHandler
-
Map minio exception.
- map(AuthenticationProperties) - Static method in class org.bremersee.spring.boot.autoconfigure.security.authentication.LdaptivePropertiesMapper
-
Map ldaptive authentication properties.
- map(LdapEntry) - Method in interface org.bremersee.ldaptive.LdaptiveEntryMapper
-
Map a ldap entry into a domain object.
- map(LdapEntry, T) - Method in class org.bremersee.ldaptive.LdaptiveEntryImmutableMapper
-
This method is in this context illegal.
- map(LdapEntry, T) - Method in interface org.bremersee.ldaptive.LdaptiveEntryMapper
- map(LdapException) - Method in class org.bremersee.ldaptive.DefaultLdaptiveErrorHandler
- map(LdapException) - Method in interface org.bremersee.ldaptive.LdaptiveErrorHandler
-
Map ldaptive exception.
- map(T, LdapEntry) - Method in interface org.bremersee.ldaptive.LdaptiveEntryMapper
- mapAndComputeModifications(T, LdapEntry) - Method in interface org.bremersee.ldaptive.LdaptiveEntryMapper
-
Map and compute attribute modifications (see
LdapEntry.computeModifications(LdapEntry, LdapEntry)**). - mapAndComputeModifyRequest(T, LdapEntry) - Method in interface org.bremersee.ldaptive.LdaptiveEntryMapper
-
Map and compute modify request.
- mapAuthorities(Collection<? extends GrantedAuthority>) - Method in class org.bremersee.spring.security.core.authority.mapping.NormalizedGrantedAuthoritiesMapper
- mapDn(T) - Method in interface org.bremersee.ldaptive.LdaptiveEntryMapper
- memberAttribute - Variable in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationProperties
-
The member attribute.
- METHOD - Enum constant in enum class org.bremersee.spring.test.api.comparator.RestApiComparatorPath.PathType
-
Path type Method.
- METHOD_MUST_NOT_BE_NULL - Enum constant in enum class org.bremersee.spring.test.api.comparator.RestApiComparatorAssertionType
-
Method must not be null rest api assertion type.
- METHOD_PARAMETER - Enum constant in enum class org.bremersee.spring.test.api.comparator.RestApiComparatorPath.PathType
-
Path type Method parameter.
- MinioAutoConfiguration - Class in org.bremersee.spring.boot.autoconfigure.minio
-
The minio autoconfiguration.
- MinioAutoConfiguration(MinioProperties) - Constructor for class org.bremersee.spring.boot.autoconfigure.minio.MinioAutoConfiguration
-
Instantiates a new minio autoconfiguration.
- minioClient() - Method in class org.bremersee.spring.boot.autoconfigure.minio.MinioAutoConfiguration
-
Creates minio client.
- MinioClientCallback<T> - Interface in org.bremersee.minio
-
The minio client callback.
- MinioClientCallbackWithoutResult - Interface in org.bremersee.minio
-
The minio client callback without result.
- MinioErrorHandler - Interface in org.bremersee.minio
-
The minio error handler.
- MinioException - Exception Class in org.bremersee.minio
-
The minio exception.
- MinioException(int, String, String, Throwable) - Constructor for exception class org.bremersee.minio.MinioException
-
Instantiates a new minio exception.
- MinioMultipartFile - Interface in org.bremersee.minio
-
The minio multipart file interface.
- MinioMultipartFileImpl - Class in org.bremersee.minio
-
The minio multipart file implementation.
- MinioMultipartFileImpl(MinioOperations, String, StatObjectResponse) - Constructor for class org.bremersee.minio.MinioMultipartFileImpl
-
Instantiates a new minio multipart file.
- MinioMultipartFileImpl(MinioOperations, String, String, Item) - Constructor for class org.bremersee.minio.MinioMultipartFileImpl
-
Instantiates a new minio multipart file.
- MinioMultipartFileImpl(MinioOperations, MinioObjectInfo) - Constructor for class org.bremersee.minio.MinioMultipartFileImpl
-
Instantiates a new minio multipart file.
- MinioObjectId - Interface in org.bremersee.minio
-
The minio object id interface.
- MinioObjectInfo - Interface in org.bremersee.minio
-
The minio object info interface.
- MinioOperations - Interface in org.bremersee.minio
-
The minio operations.
- MinioProperties - Class in org.bremersee.spring.boot.autoconfigure.minio
-
The minio properties.
- MinioProperties() - Constructor for class org.bremersee.spring.boot.autoconfigure.minio.MinioProperties
-
Instantiates new minio properties.
- MinioRepository - Interface in org.bremersee.minio
-
The minio repository interface.
- MinioRepositoryImpl - Class in org.bremersee.minio
-
The minio repository implementation.
- MinioRepositoryImpl(MinioClient, String, String, boolean, boolean, Duration) - Constructor for class org.bremersee.minio.MinioRepositoryImpl
-
Instantiates a new minio repository.
- MinioRepositoryImpl(MinioOperations, String, String, boolean, boolean, Duration) - Constructor for class org.bremersee.minio.MinioRepositoryImpl
-
Instantiates a new minio repository.
- minioTemplate(MinioClient, ObjectProvider<MinioErrorHandler>) - Method in class org.bremersee.spring.boot.autoconfigure.minio.MinioAutoConfiguration
-
Creates minio template.
- MinioTemplate - Class in org.bremersee.minio
-
The minio template.
- MinioTemplate(MinioClient) - Constructor for class org.bremersee.minio.MinioTemplate
-
Instantiates a new minio template.
- modify(ModifyRequest) - Method in interface org.bremersee.ldaptive.LdaptiveOperations
-
Executes modify operation.
- modify(ModifyRequest) - Method in class org.bremersee.ldaptive.LdaptiveTemplate
- modify(ModifyRequest) - Method in interface org.bremersee.ldaptive.reactive.ReactiveLdaptiveOperations
-
Executes modify operation.
- modify(ModifyRequest) - Method in class org.bremersee.ldaptive.reactive.ReactiveLdaptiveTemplate
- modifyDn(ModifyDnRequest) - Method in interface org.bremersee.ldaptive.LdaptiveOperations
-
Executes modify dn operation.
- modifyDn(ModifyDnRequest) - Method in class org.bremersee.ldaptive.LdaptiveTemplate
- modifyDn(ModifyDnRequest) - Method in interface org.bremersee.ldaptive.reactive.ReactiveLdaptiveOperations
-
Executes modify DN operation.
- modifyDn(ModifyDnRequest) - Method in class org.bremersee.ldaptive.reactive.ReactiveLdaptiveTemplate
- modifyUserPassword(String, String, String) - Method in interface org.bremersee.ldaptive.LdaptiveOperations
-
Modifies user password.
- modifyUserPassword(String, String, String) - Method in class org.bremersee.ldaptive.LdaptiveSambaTemplate
- modifyUserPassword(String, String, String) - Method in interface org.bremersee.ldaptive.reactive.ReactiveLdaptiveOperations
-
Modify user password.
- MongoCustomConversionsAutoConfiguration - Class in org.bremersee.spring.boot.autoconfigure.data.mongo
-
The mongo custom conversions' autoconfiguration.
- MongoCustomConversionsAutoConfiguration(MongoProperties) - Constructor for class org.bremersee.spring.boot.autoconfigure.data.mongo.MongoCustomConversionsAutoConfiguration
-
Instantiates a new mongo custom conversions autoconfiguration.
- mongoCustomConversionsFilter() - Method in class org.bremersee.spring.boot.autoconfigure.data.mongo.MongoCustomConversionsAutoConfiguration
-
Create mongo custom conversions filter bean.
- MongoCustomConversionsFilter - Interface in org.bremersee.spring.boot.autoconfigure.data.mongo
-
The mongo custom conversions filter.
- MongoCustomConversionsFilter.DefaultFilter - Class in org.bremersee.spring.boot.autoconfigure.data.mongo
-
The default filter.
- MongoCustomConversionsProvider - Interface in org.bremersee.spring.data.mongodb.core.convert
-
The interface Mongo custom conversions provider.
- MongoProperties - Class in org.bremersee.spring.boot.autoconfigure.data.mongo
-
The mongo properties.
- MongoProperties() - Constructor for class org.bremersee.spring.boot.autoconfigure.data.mongo.MongoProperties
-
Instantiates new mongo properties.
- MongoProperties.CustomConversionsProperties - Class in org.bremersee.spring.boot.autoconfigure.data.mongo
-
The custom conversions properties.
- MongoSearchLanguage - Enum Class in org.bremersee.spring.data.mongodb.core
-
Languages supported by MongoDB.
- multipartFileBuilder() - Method in class org.bremersee.spring.boot.autoconfigure.web.reactive.MultipartFileBuilderAutoConfiguration
-
Multipart file builder multipart file builder.
- MultipartFileBuilder - Interface in org.bremersee.spring.web.reactive.multipart
-
The multipart file builder interface.
- MultipartFileBuilderAutoConfiguration - Class in org.bremersee.spring.boot.autoconfigure.web.reactive
-
The multipart file builder autoconfiguration.
- MultipartFileBuilderAutoConfiguration(UploadProperties) - Constructor for class org.bremersee.spring.boot.autoconfigure.web.reactive.MultipartFileBuilderAutoConfiguration
-
Instantiates a new multipart file builder autoconfiguration.
- MultipartFileBuilderImpl - Class in org.bremersee.spring.web.reactive.multipart
-
The multipart file builder implementation.
- MultipartFileBuilderImpl() - Constructor for class org.bremersee.spring.web.reactive.multipart.MultipartFileBuilderImpl
-
Instantiates a new multipart file builder.
- MultipartFileBuilderImpl(File) - Constructor for class org.bremersee.spring.web.reactive.multipart.MultipartFileBuilderImpl
-
Instantiates a new multipart file builder.
- MultipartFileBuilderImpl(String) - Constructor for class org.bremersee.spring.web.reactive.multipart.MultipartFileBuilderImpl
-
Instantiates a new multipart file builder.
N
- NEVER - Enum constant in enum class org.bremersee.minio.DeleteMode
-
Never delete mode.
- NL - Enum constant in enum class org.bremersee.spring.data.mongodb.core.MongoSearchLanguage
-
Dutch.
- NO - Enum constant in enum class org.bremersee.spring.data.mongodb.core.MongoSearchLanguage
-
Norwegian.
- NoAccountControlEvaluator - Class in org.bremersee.spring.security.ldaptive.authentication.provider
-
Account is always enabled, non-locked and not expired.
- NoAccountControlEvaluator() - Constructor for class org.bremersee.spring.security.ldaptive.authentication.provider.NoAccountControlEvaluator
-
Instantiates a new no account control evaluator.
- NONE - Enum constant in enum class org.bremersee.spring.boot.autoconfigure.security.authentication.AuthenticationProperties.CaseTransformation
-
None case transformation.
- NONE - Enum constant in enum class org.bremersee.spring.boot.autoconfigure.security.authentication.AuthenticationProperties.LdaptiveProperties.AccountControlEvaluatorProperty
-
The None.
- NONE - Enum constant in enum class org.bremersee.spring.boot.autoconfigure.security.authentication.AuthenticationProperties.LdaptiveProperties.GroupFetchStrategy
-
Groups will not be fetched.
- NONE - Enum constant in enum class org.bremersee.spring.data.mongodb.core.MongoSearchLanguage
-
If you specify a language value of
none, then the text search uses simple tokenization with no list of stop words and no stemming. - NONE - Enum constant in enum class org.bremersee.spring.security.core.authority.mapping.CaseTransformation
-
None case transformation.
- NONE - Enum constant in enum class org.bremersee.spring.security.ldaptive.authentication.AccountControlEvaluatorProperty
-
The None.
- NONE - Enum constant in enum class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationProperties.GroupFetchStrategy
-
Groups will not be fetched.
- normalize(String) - Method in class org.bremersee.spring.security.core.authority.mapping.NormalizedGrantedAuthoritiesMapper
-
Normalize granted authority.
- NormalizedAuthentication - Interface in org.bremersee.spring.security.core
-
The normalized authentication token.
- NormalizedGrantedAuthoritiesMapper - Class in org.bremersee.spring.security.core.authority.mapping
-
The normalized granted authorities mapper.
- NormalizedGrantedAuthoritiesMapper(List<String>, Map<String, String>, String, CaseTransformation, Map<String, String>) - Constructor for class org.bremersee.spring.security.core.authority.mapping.NormalizedGrantedAuthoritiesMapper
-
Instantiates a new normalized granted authorities mapper.
- NormalizedJwtAuthenticationToken - Class in org.bremersee.spring.security.oauth2.server.resource.authentication
-
The normalized jwt authentication token.
- NormalizedJwtAuthenticationToken(Jwt, NormalizedPrincipal, Collection<? extends GrantedAuthority>) - Constructor for class org.bremersee.spring.security.oauth2.server.resource.authentication.NormalizedJwtAuthenticationToken
-
Instantiates a new normalized jwt authentication token.
- NormalizedPrincipal - Interface in org.bremersee.spring.security.core
-
The normalized principal.
- NormalizedUser - Class in org.bremersee.spring.security.core
-
The normalized user.
- NormalizedUser(String, String, String, String) - Constructor for class org.bremersee.spring.security.core.NormalizedUser
-
Instantiates a new normalized user.
O
- OBJECT - Enum constant in enum class org.bremersee.spring.boot.autoconfigure.ldaptive.LdaptiveConnectionProperties.SearchScope
-
Base object search.
- OBJECT - Enum constant in enum class org.bremersee.spring.boot.autoconfigure.security.authentication.AuthenticationProperties.LdaptiveProperties.SearchScope
-
Base object search.
- objectExists(StatObjectArgs) - Method in interface org.bremersee.minio.MinioOperations
-
Check whether an object exists or not.
- OffsetDateTimeToDateWriteConverter - Class in org.bremersee.spring.data.convert
-
The offset date time to data write converter.
- OffsetDateTimeToDateWriteConverter() - Constructor for class org.bremersee.spring.data.convert.OffsetDateTimeToDateWriteConverter
-
Instantiates a new offset date time to date write converter.
- OffsetDateTimeToInstantWriteConverter - Class in org.bremersee.spring.data.convert
-
The offset date time to instant write converter.
- OffsetDateTimeToInstantWriteConverter() - Constructor for class org.bremersee.spring.data.convert.OffsetDateTimeToInstantWriteConverter
-
Instantiates a new offset date time to instant write converter.
- ON_SUCCESS - Enum constant in enum class org.bremersee.minio.DeleteMode
-
On success delete mode.
- ONE_RECONNECT_ATTEMPT - Enum constant in enum class org.bremersee.ldaptive.LdaptiveProperties.ReconnectStrategy
-
One reconnect attempt strategy.
- ONE_RECONNECT_ATTEMPT - Enum constant in enum class org.bremersee.spring.boot.autoconfigure.ldaptive.LdaptiveConnectionProperties.ReconnectStrategy
-
One reconnect attempt strategy.
- ONELEVEL - Enum constant in enum class org.bremersee.spring.boot.autoconfigure.ldaptive.LdaptiveConnectionProperties.SearchScope
-
Single level search.
- ONELEVEL - Enum constant in enum class org.bremersee.spring.boot.autoconfigure.security.authentication.AuthenticationProperties.LdaptiveProperties.SearchScope
-
Single level search.
- OPEN_LDAP - Enum constant in enum class org.bremersee.spring.boot.autoconfigure.security.authentication.AuthenticationProperties.LdaptiveProperties.Template
-
Open ldap template.
- OPEN_LDAP - Enum constant in enum class org.bremersee.spring.security.ldaptive.authentication.provider.Template
-
Open ldap template.
- OpenLdapTemplate - Class in org.bremersee.spring.security.ldaptive.authentication.provider
-
Template settings for OpenLDAP.
- OpenLdapTemplate() - Constructor for class org.bremersee.spring.security.ldaptive.authentication.provider.OpenLdapTemplate
-
Instantiates a new Open ldap template.
- OrderedProxy - Class in org.bremersee.spring.core
-
The ordered proxy.
- org.bremersee.ldaptive - package org.bremersee.ldaptive
-
The package contains classes for LDAP operations with the ldaptive library.
- org.bremersee.ldaptive.converter - package org.bremersee.ldaptive.converter
- org.bremersee.ldaptive.reactive - package org.bremersee.ldaptive.reactive
- org.bremersee.ldaptive.serializable - package org.bremersee.ldaptive.serializable
- org.bremersee.ldaptive.transcoder - package org.bremersee.ldaptive.transcoder
- org.bremersee.minio - package org.bremersee.minio
- org.bremersee.spring.boot.autoconfigure - package org.bremersee.spring.boot.autoconfigure
-
Contains addition autoconfiguration for spring-web.
- org.bremersee.spring.boot.autoconfigure.data - package org.bremersee.spring.boot.autoconfigure.data
-
Contains addition autoconfiguration for spring-data.
- org.bremersee.spring.boot.autoconfigure.data.mongo - package org.bremersee.spring.boot.autoconfigure.data.mongo
- org.bremersee.spring.boot.autoconfigure.ldaptive - package org.bremersee.spring.boot.autoconfigure.ldaptive
- org.bremersee.spring.boot.autoconfigure.minio - package org.bremersee.spring.boot.autoconfigure.minio
- org.bremersee.spring.boot.autoconfigure.security - package org.bremersee.spring.boot.autoconfigure.security
-
Contains addition autoconfiguration for spring-security.
- org.bremersee.spring.boot.autoconfigure.security.authentication - package org.bremersee.spring.boot.autoconfigure.security.authentication
- org.bremersee.spring.boot.autoconfigure.thymeleaf - package org.bremersee.spring.boot.autoconfigure.thymeleaf
- org.bremersee.spring.boot.autoconfigure.web - package org.bremersee.spring.boot.autoconfigure.web
- org.bremersee.spring.boot.autoconfigure.web.reactive - package org.bremersee.spring.boot.autoconfigure.web.reactive
- org.bremersee.spring.core - package org.bremersee.spring.core
- org.bremersee.spring.core.convert.support - package org.bremersee.spring.core.convert.support
- org.bremersee.spring.core.regex - package org.bremersee.spring.core.regex
- org.bremersee.spring.data.convert - package org.bremersee.spring.data.convert
- org.bremersee.spring.data.mongodb.core - package org.bremersee.spring.data.mongodb.core
- org.bremersee.spring.data.mongodb.core.convert - package org.bremersee.spring.data.mongodb.core.convert
- org.bremersee.spring.security.core - package org.bremersee.spring.security.core
- org.bremersee.spring.security.core.authority.mapping - package org.bremersee.spring.security.core.authority.mapping
- org.bremersee.spring.security.ldaptive.authentication - package org.bremersee.spring.security.ldaptive.authentication
- org.bremersee.spring.security.ldaptive.authentication.provider - package org.bremersee.spring.security.ldaptive.authentication.provider
- org.bremersee.spring.security.ldaptive.userdetails - package org.bremersee.spring.security.ldaptive.userdetails
- org.bremersee.spring.security.oauth2.server.resource.authentication - package org.bremersee.spring.security.oauth2.server.resource.authentication
- org.bremersee.spring.test.api.comparator - package org.bremersee.spring.test.api.comparator
- org.bremersee.spring.thymeleaf - package org.bremersee.spring.thymeleaf
- org.bremersee.spring.web - package org.bremersee.spring.web
-
Contains extensions for spring-web.
- org.bremersee.spring.web.multipart - package org.bremersee.spring.web.multipart
- org.bremersee.spring.web.reactive.multipart - package org.bremersee.spring.web.reactive.multipart
P
- passwordAttribute - Variable in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationProperties
-
The password attribute of the user (like 'userPassword').
- passwordLastSetAttribute - Variable in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationProperties
-
The password last set attribute (like 'pwdLastSet') can be used to activate the remember-me functionality.
- pathBuilder() - Static method in interface org.bremersee.spring.test.api.comparator.RestApiComparatorPath
-
Creates a new path builder.
- PT - Enum constant in enum class org.bremersee.spring.data.mongodb.core.MongoSearchLanguage
-
Portuguese.
- putObject(PutObjectArgs) - Method in interface org.bremersee.minio.MinioOperations
-
Uploads data from a stream to an object.
R
- RANDOM - Enum constant in enum class org.bremersee.ldaptive.LdaptiveProperties.ConnectionStrategy
-
Attempt a random URL from a list of URLs.
- RANDOM - Enum constant in enum class org.bremersee.spring.boot.autoconfigure.ldaptive.LdaptiveConnectionProperties.ConnectionStrategy
-
Attempt a random URL from a list of URLs.
- reactiveLdaptiveAuthenticationManager(ConnectionConfig, ObjectProvider<ConnectionFactory>, ObjectProvider<LdaptiveTemplate>, LdaptivePasswordEncoderProvider, LdaptiveRememberMeTokenProvider, ObjectProvider<EmailToUsernameResolver>, ObjectProvider<UsernameToBindDnConverter>, ObjectProvider<AccountControlEvaluator>, ObjectProvider<GrantedAuthoritiesMapper>, ObjectProvider<Converter<LdaptiveUserDetails, LdaptiveAuthentication>>) - Method in class org.bremersee.spring.boot.autoconfigure.security.authentication.LdaptiveAuthenticationAutoConfiguration
-
Creates reactive ldaptive authentication manager.
- ReactiveLdaptiveAuthenticationManager - Class in org.bremersee.spring.security.ldaptive.authentication
-
The reactive ldaptive authentication manager.
- ReactiveLdaptiveAuthenticationManager(LdaptiveAuthenticationManager) - Constructor for class org.bremersee.spring.security.ldaptive.authentication.ReactiveLdaptiveAuthenticationManager
-
Instantiates a new Reactive ldaptive authentication manager.
- ReactiveLdaptiveOperations - Interface in org.bremersee.ldaptive.reactive
-
The reactive ldaptive operations.
- reactiveLdaptiveTemplate(ConnectionFactory) - Method in class org.bremersee.spring.boot.autoconfigure.ldaptive.LdaptiveAutoConfiguration
-
Builds reactive ldaptive template.
- ReactiveLdaptiveTemplate - Class in org.bremersee.ldaptive.reactive
-
The reactive ldaptive template.
- ReactiveLdaptiveTemplate(ConnectionFactory) - Constructor for class org.bremersee.ldaptive.reactive.ReactiveLdaptiveTemplate
-
Instantiates a new Reactive ldaptive template.
- reader() - Method in class org.bremersee.spring.thymeleaf.TemplateResource
- refusedUsernames - Variable in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationProperties
-
A list with refused usernames.
- RegexFlags - Class in org.bremersee.spring.core.regex
-
The regex flags.
- RegexFlags() - Constructor for class org.bremersee.spring.core.regex.RegexFlags
-
Instantiates new regex flags.
- registerTemplateResolver() - Method in class org.bremersee.spring.boot.autoconfigure.thymeleaf.AdditionalThymeleafAutoConfiguration
-
Register template resolver.
- relative(String) - Method in class org.bremersee.spring.thymeleaf.TemplateResource
- rememberMeAuthenticationFilter(LdaptiveAuthenticationManager, RememberMeServices) - Method in class org.bremersee.spring.boot.autoconfigure.security.authentication.LdaptiveRememberMeAutoConfiguration
-
Creates remember me authentication filter.
- rememberMeKeyMatches(RememberMeAuthenticationToken) - Method in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationManager
-
Remember me key matches given authentication.
- RememberMeProperties() - Constructor for class org.bremersee.spring.boot.autoconfigure.security.authentication.AuthenticationProperties.RememberMeProperties
-
Instantiates new remember-me properties.
- rememberMeServices(LdaptiveAuthenticationManager) - Method in class org.bremersee.spring.boot.autoconfigure.security.authentication.LdaptiveRememberMeAutoConfiguration
-
Creates remember me services.
- remove(T, LdaptiveEntryMapper<T>) - Method in interface org.bremersee.ldaptive.LdaptiveOperations
-
Remove.
- remove(T, LdaptiveEntryMapper<T>) - Method in interface org.bremersee.ldaptive.reactive.ReactiveLdaptiveOperations
-
Remove.
- removeAll(Collection<T>, LdaptiveEntryMapper<T>) - Method in interface org.bremersee.ldaptive.LdaptiveOperations
-
Remove all.
- removeAll(Collection<T>, LdaptiveEntryMapper<T>) - Method in interface org.bremersee.ldaptive.reactive.ReactiveLdaptiveOperations
-
Remove all.
- removeAttribute(LdapEntry, String, List<AttributeModification>) - Static method in interface org.bremersee.ldaptive.LdaptiveEntryMapper
-
Removes an attribute with the specified name.
- removeAttribute(LdapEntry, String, T, ValueTranscoder<T>, List<AttributeModification>) - Static method in interface org.bremersee.ldaptive.LdaptiveEntryMapper
-
Removes an attribute with the specified value.
- removeAttribute(LdapEntry, LdaptiveAttribute<T>, T, List<AttributeModification>) - Static method in interface org.bremersee.ldaptive.LdaptiveEntryMapper
-
Remove attribute.
- removeAttributes(LdapEntry, String, Collection<T>, ValueTranscoder<T>, List<AttributeModification>) - Static method in interface org.bremersee.ldaptive.LdaptiveEntryMapper
-
Remove attributes with the specified values.
- removeAttributes(LdapEntry, LdaptiveAttribute<T>, Collection<T>, List<AttributeModification>) - Static method in interface org.bremersee.ldaptive.LdaptiveEntryMapper
-
Remove attributes.
- removeBucket(RemoveBucketArgs) - Method in interface org.bremersee.minio.MinioOperations
-
Removes an empty bucket using arguments.
- removeObject(RemoveObjectArgs) - Method in interface org.bremersee.minio.MinioOperations
-
Removes an object.
- removeObjects(RemoveObjectsArgs) - Method in interface org.bremersee.minio.MinioOperations
-
Removes multiple objects lazily.
- resolvablePatternsOrDefault() - Method in class org.bremersee.spring.boot.autoconfigure.thymeleaf.AdditionalThymeleafProperties.ResolverProperties
-
Resolvable patterns or default.
- ResolverProperties() - Constructor for class org.bremersee.spring.boot.autoconfigure.thymeleaf.AdditionalThymeleafProperties.ResolverProperties
- RestApiComparator - Class in org.bremersee.spring.test.api.comparator
-
The rest api tester.
- RestApiComparatorAssertionType - Enum Class in org.bremersee.spring.test.api.comparator
-
The rest api assertion type.
- RestApiComparatorExclusion - Class in org.bremersee.spring.test.api.comparator
-
The rest api tester exclusion.
- RestApiComparatorExclusion(RestApiComparatorPath, RestApiComparatorAssertionType) - Constructor for class org.bremersee.spring.test.api.comparator.RestApiComparatorExclusion
-
Instantiates a new rest api tester exclusion.
- RestApiComparatorPath - Interface in org.bremersee.spring.test.api.comparator
-
The rest api tester path.
- RestApiComparatorPath.Builder - Interface in org.bremersee.spring.test.api.comparator
-
The path builder interface.
- RestApiComparatorPath.BuilderImpl - Class in org.bremersee.spring.test.api.comparator
-
The path builder implementation.
- RestApiComparatorPath.Impl - Class in org.bremersee.spring.test.api.comparator
-
The rest api tester path implementation.
- RestApiComparatorPath.PathType - Enum Class in org.bremersee.spring.test.api.comparator
-
The path type.
- RestApiComparatorPath.RestApiTesterPathValues - Class in org.bremersee.spring.test.api.comparator
-
The path values.
- returnAttributesAsArray() - Method in class org.bremersee.ldaptive.LdaptiveProperties.ConnectionValidatorProperties.SearchRequestProperties
-
Gets the return attributes as array.
- RO - Enum constant in enum class org.bremersee.spring.data.mongodb.core.MongoSearchLanguage
-
Romanian.
- roleCaseTransformation - Variable in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationProperties
-
The role case transformation.
- roleMapping - Variable in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationProperties
-
The role mappings.
- RoleMapping() - Constructor for class org.bremersee.spring.boot.autoconfigure.security.authentication.AuthenticationProperties.RoleMapping
-
Instantiates a new role mapping.
- RoleMapping() - Constructor for class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationProperties.RoleMapping
-
Instantiates a new role mapping.
- rolePrefix - Variable in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationProperties
-
The role prefix (like 'ROLE_').
- roleStringReplacements - Variable in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationProperties
-
The string replacements for roles.
- ROUND_ROBIN - Enum constant in enum class org.bremersee.ldaptive.LdaptiveProperties.ConnectionStrategy
-
Attempt the next URL in the order provided for each connection.
- ROUND_ROBIN - Enum constant in enum class org.bremersee.spring.boot.autoconfigure.ldaptive.LdaptiveConnectionProperties.ConnectionStrategy
-
Attempt the next URL in the order provided for each connection.
- RU - Enum constant in enum class org.bremersee.spring.data.mongodb.core.MongoSearchLanguage
-
Russian.
S
- SAME_ANNOTATION_ATTRIBUTE_VALUE - Enum constant in enum class org.bremersee.spring.test.api.comparator.RestApiComparatorAssertionType
-
Same annotation attribute value rest api assertion type.
- SAME_ANNOTATION_ATTRIBUTES_SIZE - Enum constant in enum class org.bremersee.spring.test.api.comparator.RestApiComparatorAssertionType
-
Same annotation attributes size rest api assertion type.
- SAME_ANNOTATION_SIZE - Enum constant in enum class org.bremersee.spring.test.api.comparator.RestApiComparatorAssertionType
-
Same annotation size rest api assertion type.
- SAME_METHOD_SIZE - Enum constant in enum class org.bremersee.spring.test.api.comparator.RestApiComparatorAssertionType
-
Same method size rest api assertion type.
- save(MinioObjectId, MultipartFile, DeleteMode) - Method in interface org.bremersee.minio.MinioRepository
-
Save multipart file.
- save(MinioObjectId, MultipartFile, DeleteMode) - Method in class org.bremersee.minio.MinioRepositoryImpl
- save(T, LdaptiveEntryMapper<T>) - Method in interface org.bremersee.ldaptive.LdaptiveOperations
-
Save t.
- save(T, LdaptiveEntryMapper<T>) - Method in class org.bremersee.ldaptive.LdaptiveTemplate
- save(T, LdaptiveEntryMapper<T>) - Method in interface org.bremersee.ldaptive.reactive.ReactiveLdaptiveOperations
-
Save.
- save(T, LdaptiveEntryMapper<T>) - Method in class org.bremersee.ldaptive.reactive.ReactiveLdaptiveTemplate
- saveAll(Collection<T>, LdaptiveEntryMapper<T>) - Method in interface org.bremersee.ldaptive.LdaptiveOperations
-
Save all stream.
- saveAll(Collection<T>, LdaptiveEntryMapper<T>) - Method in interface org.bremersee.ldaptive.reactive.ReactiveLdaptiveOperations
-
Save all.
- search(SearchRequest) - Method in interface org.bremersee.ldaptive.LdaptiveOperations
-
Executes search operation.
- search(SearchRequest) - Method in class org.bremersee.ldaptive.LdaptiveTemplate
- SearchFilterProperties() - Constructor for class org.bremersee.ldaptive.LdaptiveProperties.ConnectionValidatorProperties.SearchRequestProperties.SearchFilterProperties
-
Instantiates new search filter properties.
- SearchFilterProperties() - Constructor for class org.bremersee.spring.boot.autoconfigure.ldaptive.LdaptiveConnectionProperties.ConnectionValidatorProperties.SearchRequestProperties.SearchFilterProperties
-
Instantiates new search filter properties.
- SearchRequestProperties() - Constructor for class org.bremersee.ldaptive.LdaptiveProperties.ConnectionValidatorProperties.SearchRequestProperties
-
Instantiates new search request properties.
- SearchRequestProperties() - Constructor for class org.bremersee.spring.boot.autoconfigure.ldaptive.LdaptiveConnectionProperties.ConnectionValidatorProperties.SearchRequestProperties
-
Instantiates new search request properties.
- selectObjectContent(SelectObjectContentArgs) - Method in interface org.bremersee.minio.MinioOperations
-
Selects content of an object by SQL expression.
- serialize(Dn, JsonGenerator, SerializerProvider) - Method in class org.bremersee.ldaptive.converter.JacksonDnSerializer
- serialize(LdapEntry, JsonGenerator, SerializerProvider) - Method in class org.bremersee.ldaptive.converter.JacksonLdapEntrySerializer
- SerLdapAttr - Class in org.bremersee.ldaptive.serializable
-
A serializable ldap attribute.
- SerLdapAttr(String, boolean, List<String>) - Constructor for class org.bremersee.ldaptive.serializable.SerLdapAttr
-
Instantiates a new Ser ldap attr.
- SerLdapAttr(LdapAttribute) - Constructor for class org.bremersee.ldaptive.serializable.SerLdapAttr
-
Instantiates a new serializable ldap attribute.
- SerLdapEntry - Class in org.bremersee.ldaptive.serializable
-
The serializable ldap entry.
- SerLdapEntry(String, List<SerLdapAttr>) - Constructor for class org.bremersee.ldaptive.serializable.SerLdapEntry
-
Instantiates a new Ser ldap entry.
- SerLdapEntry(LdapEntry) - Constructor for class org.bremersee.ldaptive.serializable.SerLdapEntry
-
Instantiates a new serializable ldap entry.
- setAccountControlEvaluator(AccountControlEvaluator) - Method in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationManager
-
Sets account control evaluator.
- setAccountControlEvaluator(AccountControlEvaluator) - Method in class org.bremersee.spring.security.ldaptive.userdetails.LdaptiveEvaluatedRememberMeTokenProvider
-
Sets account control evaluator.
- setAccountControlEvaluator(AccountControlEvaluator) - Method in class org.bremersee.spring.security.ldaptive.userdetails.LdaptiveUserDetailsService
-
Sets account control evaluator.
- setAttribute(LdapEntry, String, T, boolean, ValueTranscoder<T>, List<AttributeModification>) - Static method in interface org.bremersee.ldaptive.LdaptiveEntryMapper
-
Replaces the value of the attribute with the specified value.
- setAttribute(LdapEntry, LdaptiveAttribute<T>, T, List<AttributeModification>) - Static method in interface org.bremersee.ldaptive.LdaptiveEntryMapper
-
Sets attribute.
- setAttributes(LdapEntry, String, Collection<T>, boolean, ValueTranscoder<T>, List<AttributeModification>) - Static method in interface org.bremersee.ldaptive.LdaptiveEntryMapper
-
Replaces the values of the attribute with the specified values.
- setAttributes(LdapEntry, LdaptiveAttribute<T>, Collection<T>, List<AttributeModification>) - Static method in interface org.bremersee.ldaptive.LdaptiveEntryMapper
-
Sets attributes.
- setBucketEncryption(SetBucketEncryptionArgs) - Method in interface org.bremersee.minio.MinioOperations
-
Sets encryption configuration of a bucket.
- setBucketLifecycle(SetBucketLifecycleArgs) - Method in interface org.bremersee.minio.MinioOperations
-
Sets lifecycle configuration to a bucket.
- setBucketNotification(SetBucketNotificationArgs) - Method in interface org.bremersee.minio.MinioOperations
-
Sets notification configuration to a bucket.
- setBucketPolicy(SetBucketPolicyArgs) - Method in interface org.bremersee.minio.MinioOperations
-
Sets bucket policy configuration to a bucket.
- setBucketReplication(SetBucketReplicationArgs) - Method in interface org.bremersee.minio.MinioOperations
-
Sets bucket replication configuration to a bucket.
- setBucketTags(SetBucketTagsArgs) - Method in interface org.bremersee.minio.MinioOperations
-
Sets tags to a bucket.
- setBucketVersioning(SetBucketVersioningArgs) - Method in interface org.bremersee.minio.MinioOperations
-
Sets versioning configuration of a bucket.
- setEmailToUsernameResolver(EmailToUsernameResolver) - Method in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationManager
-
Sets email to username resolver.
- setEnabled(boolean) - Method in class org.bremersee.ldaptive.transcoder.UserAccountControl
-
Sets enabled.
- setErrorHandler(LdaptiveErrorHandler) - Method in class org.bremersee.ldaptive.LdaptiveTemplate
-
Sets error handler.
- setErrorHandler(LdaptiveErrorHandler) - Method in class org.bremersee.ldaptive.reactive.ReactiveLdaptiveTemplate
-
Sets error handler.
- setErrorHandler(ErrorHandler) - Method in class org.bremersee.minio.MinioTemplate
-
Sets error handler.
- setGrantedAuthoritiesMapper(GrantedAuthoritiesMapper) - Method in class org.bremersee.spring.security.ldaptive.userdetails.LdaptiveUserDetailsService
-
Sets granted authorities mapper.
- setMessageSource(MessageSource) - Method in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationManager
- setNormalAccount(boolean) - Method in class org.bremersee.ldaptive.transcoder.UserAccountControl
-
Sets normal account.
- setObjectLockConfiguration(SetObjectLockConfigurationArgs) - Method in interface org.bremersee.minio.MinioOperations
-
Sets default object retention in a bucket.
- setObjectRetention(SetObjectRetentionArgs) - Method in interface org.bremersee.minio.MinioOperations
-
Sets retention configuration to an object.
- setObjectTags(SetObjectTagsArgs) - Method in interface org.bremersee.minio.MinioOperations
-
Sets tags to an object.
- setPasswordExpirationEnabled(boolean) - Method in class org.bremersee.ldaptive.transcoder.UserAccountControl
-
Sets password expiration enabled.
- setPasswordGenerator(Supplier<String>) - Method in class org.bremersee.ldaptive.LdaptiveSambaTemplate
-
Sets password generator.
- setPwdLastSetAttributeName(String) - Method in class org.bremersee.spring.security.ldaptive.userdetails.LdaptivePwdLastSetRememberMeTokenProvider
-
Sets pwdLastSet attribute name.
- setRememberMeTokenProvider(LdaptiveRememberMeTokenProvider) - Method in class org.bremersee.spring.security.ldaptive.userdetails.LdaptiveUserDetailsService
-
Sets remember-me token provider.
- setResourceLoader(ResourceLoader) - Method in class org.bremersee.spring.boot.autoconfigure.thymeleaf.AdditionalThymeleafAutoConfiguration
-
Sets resource loader.
- setUsernameToBindDnConverter(UsernameToBindDnConverter) - Method in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationManager
-
Sets username to bind dn converter.
- setValue(LdapEntry, T) - Method in interface org.bremersee.ldaptive.LdaptiveAttribute
-
Sets value.
- setValue(LdapEntry, T, BiPredicate<T, T>) - Method in interface org.bremersee.ldaptive.LdaptiveAttribute
-
Sets value.
- setValues(LdapEntry, Collection<T>) - Method in interface org.bremersee.ldaptive.LdaptiveAttribute
-
Sets values.
- size() - Method in class org.bremersee.ldaptive.serializable.SerLdapAttr
-
Returns the number of values in this ldap attribute.
- Specification(String, boolean, ValueTranscoder<T>) - Constructor for class org.bremersee.ldaptive.LdaptiveAttribute.Specification
-
Instantiates a new specification.
- SslProperties() - Constructor for class org.bremersee.ldaptive.LdaptiveProperties.SslProperties
-
Instantiates new ssl properties.
- SslProperties() - Constructor for class org.bremersee.spring.boot.autoconfigure.ldaptive.LdaptiveConnectionProperties.SslProperties
-
Instantiates new ssl properties.
- statObject(StatObjectArgs) - Method in interface org.bremersee.minio.MinioOperations
-
Gets information of an object.
- StringReplacement() - Constructor for class org.bremersee.spring.boot.autoconfigure.security.authentication.AuthenticationProperties.StringReplacement
-
Instantiates a new string replacement.
- StringReplacement() - Constructor for class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationProperties.StringReplacement
-
Instantiates a new string replacement.
- stringToDnConverter() - Method in class org.bremersee.spring.boot.autoconfigure.ldaptive.LdaptiveAutoConfiguration
-
String to dn converter.
- StringToDnConverter - Class in org.bremersee.ldaptive.converter
-
The string to distinguished name converter.
- StringToDnConverter() - Constructor for class org.bremersee.ldaptive.converter.StringToDnConverter
-
Instantiates a new string to distinguished name converter.
- StringToTimeZoneConverter - Class in org.bremersee.spring.core.convert.support
-
The string to time zone converter.
- StringToTimeZoneConverter() - Constructor for class org.bremersee.spring.core.convert.support.StringToTimeZoneConverter
-
Instantiates a new string to time zone converter.
- SUBORDINATE - Enum constant in enum class org.bremersee.spring.boot.autoconfigure.ldaptive.LdaptiveConnectionProperties.SearchScope
-
Subordinate subtree search.
- SUBORDINATE - Enum constant in enum class org.bremersee.spring.boot.autoconfigure.security.authentication.AuthenticationProperties.LdaptiveProperties.SearchScope
-
Subordinate subtree search.
- SUBTREE - Enum constant in enum class org.bremersee.spring.boot.autoconfigure.ldaptive.LdaptiveConnectionProperties.SearchScope
-
Whole subtree search.
- SUBTREE - Enum constant in enum class org.bremersee.spring.boot.autoconfigure.security.authentication.AuthenticationProperties.LdaptiveProperties.SearchScope
-
Whole subtree search.
- supports(Class<?>) - Method in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationManager
- SV - Enum constant in enum class org.bremersee.spring.data.mongodb.core.MongoSearchLanguage
-
Swedish.
T
- Template - Enum Class in org.bremersee.spring.security.ldaptive.authentication.provider
-
The templates for ldap authentication.
- Template.TemplateMapper - Interface in org.bremersee.spring.security.ldaptive.authentication.provider
-
The interface Template mapper.
- Template$TemplateMapperImpl - Class in org.bremersee.spring.security.ldaptive.authentication.provider
- Template$TemplateMapperImpl() - Constructor for class org.bremersee.spring.security.ldaptive.authentication.provider.Template$TemplateMapperImpl
- TemplateResolver - Class in org.bremersee.spring.thymeleaf
-
The template resolver.
- TemplateResolver() - Constructor for class org.bremersee.spring.thymeleaf.TemplateResolver
-
Instantiates a new template resolver.
- TemplateResolver(ResourceLoader) - Constructor for class org.bremersee.spring.thymeleaf.TemplateResolver
-
Instantiates a new template resolver.
- TemplateResource - Class in org.bremersee.spring.thymeleaf
-
The template resource.
- TemplateResource(String) - Constructor for class org.bremersee.spring.thymeleaf.TemplateResource
-
Instantiates a new template resource.
- TemplateResource(String, String) - Constructor for class org.bremersee.spring.thymeleaf.TemplateResource
-
Instantiates a new template resource.
- TemplateResource(String, String, ResourceLoader) - Constructor for class org.bremersee.spring.thymeleaf.TemplateResource
-
Instantiates a new template resource.
- TemplateResource(String, ResourceLoader) - Constructor for class org.bremersee.spring.thymeleaf.TemplateResource
-
Instantiates a new template resource.
- test(Converter<?, ?>) - Method in class org.bremersee.spring.boot.autoconfigure.data.mongo.MongoCustomConversionsFilter.DefaultFilter
- TimeZoneReadConverter - Class in org.bremersee.spring.data.convert
-
The time zone read converter.
- TimeZoneReadConverter() - Constructor for class org.bremersee.spring.data.convert.TimeZoneReadConverter
-
Instantiates a new time zone read converter.
- TimeZoneToStringConverter - Class in org.bremersee.spring.core.convert.support
-
The time zone to string converter.
- TimeZoneToStringConverter() - Constructor for class org.bremersee.spring.core.convert.support.TimeZoneToStringConverter
- TimeZoneWriteConverter - Class in org.bremersee.spring.data.convert
-
The time zone write converter.
- TimeZoneWriteConverter() - Constructor for class org.bremersee.spring.data.convert.TimeZoneWriteConverter
-
Instantiates a new time zone write converter.
- TO_LOWER_CASE - Enum constant in enum class org.bremersee.spring.boot.autoconfigure.security.authentication.AuthenticationProperties.CaseTransformation
-
To lower case transformation.
- TO_LOWER_CASE - Enum constant in enum class org.bremersee.spring.security.core.authority.mapping.CaseTransformation
-
To lower case transformation.
- TO_UPPER_CASE - Enum constant in enum class org.bremersee.spring.boot.autoconfigure.security.authentication.AuthenticationProperties.CaseTransformation
-
To upper case transformation.
- TO_UPPER_CASE - Enum constant in enum class org.bremersee.spring.security.core.authority.mapping.CaseTransformation
-
To upper case transformation.
- toActiveDirectory(LdaptiveAuthenticationProperties) - Method in interface org.bremersee.spring.security.ldaptive.authentication.provider.Template.TemplateMapper
-
To active directory template.
- toActiveDirectory(LdaptiveAuthenticationProperties) - Method in class org.bremersee.spring.security.ldaptive.authentication.provider.Template$TemplateMapperImpl
- toCorsConfigurations() - Method in class org.bremersee.spring.boot.autoconfigure.web.CorsProperties
-
To cors configurations map.
- toGroupUser(LdaptiveAuthenticationProperties) - Method in interface org.bremersee.spring.security.ldaptive.authentication.provider.Template.TemplateMapper
-
To group contains users template.
- toGroupUser(LdaptiveAuthenticationProperties) - Method in class org.bremersee.spring.security.ldaptive.authentication.provider.Template$TemplateMapperImpl
- toLdapAttribute() - Method in class org.bremersee.ldaptive.serializable.SerLdapAttr
-
To ldap attribute.
- toLdapEntry() - Method in class org.bremersee.ldaptive.serializable.SerLdapEntry
-
To ldap entry.
- toLocale() - Method in enum class org.bremersee.spring.data.mongodb.core.MongoSearchLanguage
-
To locale.
- toOpenLdap(LdaptiveAuthenticationProperties) - Method in interface org.bremersee.spring.security.ldaptive.authentication.provider.Template.TemplateMapper
-
To open ldap template.
- toOpenLdap(LdaptiveAuthenticationProperties) - Method in class org.bremersee.spring.security.ldaptive.authentication.provider.Template$TemplateMapperImpl
- toPathBuilder() - Method in class org.bremersee.spring.test.api.comparator.RestApiComparatorPath.Impl
- toPathBuilder() - Method in interface org.bremersee.spring.test.api.comparator.RestApiComparatorPath
-
To path builder.
- toRegexFlags() - Method in class org.bremersee.spring.core.regex.RegexFlags
-
To regex flags.
- toRoleMappings() - Method in class org.bremersee.spring.boot.autoconfigure.security.authentication.AuthenticationProperties.JwtConverterProperties
-
To role mappings map.
- toRoleMappings() - Method in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationProperties
-
To role mappings map.
- toRoleStringReplacements() - Method in class org.bremersee.spring.boot.autoconfigure.security.authentication.AuthenticationProperties.JwtConverterProperties
-
To role string replacements map.
- toRoleStringReplacements() - Method in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationProperties
-
To role string replacements map.
- toString() - Method in enum class org.bremersee.spring.data.mongodb.core.MongoSearchLanguage
- toString() - Method in class org.bremersee.spring.test.api.comparator.RestApiComparatorPath.Impl
- toString() - Method in enum class org.bremersee.spring.test.api.comparator.RestApiComparatorPath.PathType
- toString() - Method in class org.bremersee.spring.test.api.comparator.RestApiComparatorPath.RestApiTesterPathValues
- toUserGroup(LdaptiveAuthenticationProperties) - Method in interface org.bremersee.spring.security.ldaptive.authentication.provider.Template.TemplateMapper
-
To user contains groups template.
- toUserGroup(LdaptiveAuthenticationProperties) - Method in class org.bremersee.spring.security.ldaptive.authentication.provider.Template$TemplateMapperImpl
- TR - Enum constant in enum class org.bremersee.spring.data.mongodb.core.MongoSearchLanguage
-
Turkish.
- transferTo(File) - Method in class org.bremersee.minio.MinioMultipartFileImpl
- transferTo(File) - Method in class org.bremersee.spring.web.multipart.FileAwareMultipartFile
- TYPE_ID - Static variable in class org.bremersee.ldaptive.LdaptiveObjectMapperModule
-
The constant TYPE_ID.
U
- uploadObject(UploadObjectArgs, DeleteMode) - Method in interface org.bremersee.minio.MinioOperations
-
Uploads data from a file to an object.
- UploadProperties - Class in org.bremersee.spring.boot.autoconfigure.web
-
The upload properties.
- UploadProperties() - Constructor for class org.bremersee.spring.boot.autoconfigure.web.UploadProperties
-
Instantiates new upload properties.
- UrlBasedCorsConfiguration() - Constructor for class org.bremersee.spring.boot.autoconfigure.web.CorsProperties.UrlBasedCorsConfiguration
-
Instantiates a new url based cors configuration.
- USER_CONTAINS_GROUPS - Enum constant in enum class org.bremersee.spring.boot.autoconfigure.security.authentication.AuthenticationProperties.LdaptiveProperties.GroupFetchStrategy
-
User contains groups group-fetch strategy.
- USER_CONTAINS_GROUPS - Enum constant in enum class org.bremersee.spring.boot.autoconfigure.security.authentication.AuthenticationProperties.LdaptiveProperties.Template
-
User contains groups template.
- USER_CONTAINS_GROUPS - Enum constant in enum class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationProperties.GroupFetchStrategy
-
User contains groups group-fetch strategy.
- USER_CONTAINS_GROUPS - Enum constant in enum class org.bremersee.spring.security.ldaptive.authentication.provider.Template
-
User contains groups template.
- UserAccountControl - Class in org.bremersee.ldaptive.transcoder
-
The domain user's account control.
- UserAccountControl() - Constructor for class org.bremersee.ldaptive.transcoder.UserAccountControl
-
Instantiates a new user account control.
- UserAccountControl(Integer) - Constructor for class org.bremersee.ldaptive.transcoder.UserAccountControl
-
Instantiates a new user account control.
- UserAccountControlValueTranscoder - Class in org.bremersee.ldaptive.transcoder
-
The user account control value transcoder.
- UserAccountControlValueTranscoder() - Constructor for class org.bremersee.ldaptive.transcoder.UserAccountControlValueTranscoder
-
Instantiates a new user account control value transcoder.
- userBaseDn - Variable in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationProperties
-
The user base dn (like 'ou=people,dc=example,dc=org').
- UserContainsGroupsTemplate - Class in org.bremersee.spring.security.ldaptive.authentication.provider
-
Template for the group reading strategy 'user contains groups'.
- UserContainsGroupsTemplate() - Constructor for class org.bremersee.spring.security.ldaptive.authentication.provider.UserContainsGroupsTemplate
-
Instantiates a new user contains groups template.
- userFindOneFilter - Variable in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationProperties
-
The filter to find the user.
- userFindOneSearchScope - Variable in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationProperties
-
The scope to find a user.
- USERNAME_PLACEHOLDER - Static variable in class org.bremersee.spring.security.ldaptive.userdetails.LdaptiveUserDetailsService
-
The constant USERNAME_PLACEHOLDER.
- usernameAttribute - Variable in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationProperties
-
The username attribute of the user (like 'uid' or 'sAMAccountName').
- usernameToBindDnConverter - Variable in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationProperties
-
The username (like 'anna') to bind dn (like 'cn=anna,ou=people,dc=example,dc=org') converter.
- UsernameToBindDnConverter - Interface in org.bremersee.spring.security.ldaptive.authentication
-
Converts a username (like 'foobar') into it's bind dn (like 'uid=foobar,ou=people,dc=example,dc=org').
- UsernameToBindDnConverter.ByDomainEmail - Class in org.bremersee.spring.security.ldaptive.authentication
-
Converts a username (like 'foobar') into it's (active directory) bind dn (like 'foobar@example.org').
- UsernameToBindDnConverter.ByUserRdnAttribute - Class in org.bremersee.spring.security.ldaptive.authentication
-
The type By user rdn attribute.
- UsernameToBindDnConverterProperty - Enum Class in org.bremersee.spring.security.ldaptive.authentication
-
The enum UsernameToBindDnConverterReference.
- userObjectClass - Variable in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationProperties
-
The object class of the user (like 'inetOrgPerson').
- userRdnAttribute - Variable in class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationProperties
-
Applies only for simple bind.
V
- valueOf(String) - Static method in enum class org.bremersee.ldaptive.LdaptiveProperties.ConnectionStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.bremersee.ldaptive.LdaptiveProperties.ReconnectStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.bremersee.ldaptive.LdaptiveProperties.SslProperties.HostnameVerifier
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.bremersee.minio.DeleteMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.bremersee.spring.boot.autoconfigure.ldaptive.LdaptiveConnectionProperties.ConnectionStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.bremersee.spring.boot.autoconfigure.ldaptive.LdaptiveConnectionProperties.ReconnectStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.bremersee.spring.boot.autoconfigure.ldaptive.LdaptiveConnectionProperties.SearchScope
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.bremersee.spring.boot.autoconfigure.ldaptive.LdaptiveConnectionProperties.SslProperties.HostnameVerifier
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.bremersee.spring.boot.autoconfigure.security.authentication.AuthenticationProperties.CaseTransformation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.bremersee.spring.boot.autoconfigure.security.authentication.AuthenticationProperties.LdaptiveProperties.AccountControlEvaluatorProperty
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.bremersee.spring.boot.autoconfigure.security.authentication.AuthenticationProperties.LdaptiveProperties.GroupFetchStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.bremersee.spring.boot.autoconfigure.security.authentication.AuthenticationProperties.LdaptiveProperties.SearchScope
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.bremersee.spring.boot.autoconfigure.security.authentication.AuthenticationProperties.LdaptiveProperties.Template
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.bremersee.spring.boot.autoconfigure.security.authentication.AuthenticationProperties.LdaptiveProperties.UsernameToBindDnConverterProperty
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.bremersee.spring.data.mongodb.core.MongoSearchLanguage
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.bremersee.spring.security.core.authority.mapping.CaseTransformation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.bremersee.spring.security.ldaptive.authentication.AccountControlEvaluatorProperty
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationProperties.GroupFetchStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.bremersee.spring.security.ldaptive.authentication.provider.Template
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.bremersee.spring.security.ldaptive.authentication.UsernameToBindDnConverterProperty
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.bremersee.spring.test.api.comparator.RestApiComparatorAssertionType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.bremersee.spring.test.api.comparator.RestApiComparatorPath.PathType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.bremersee.ldaptive.LdaptiveProperties.ConnectionStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.bremersee.ldaptive.LdaptiveProperties.ReconnectStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.bremersee.ldaptive.LdaptiveProperties.SslProperties.HostnameVerifier
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.bremersee.minio.DeleteMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.bremersee.spring.boot.autoconfigure.ldaptive.LdaptiveConnectionProperties.ConnectionStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.bremersee.spring.boot.autoconfigure.ldaptive.LdaptiveConnectionProperties.ReconnectStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.bremersee.spring.boot.autoconfigure.ldaptive.LdaptiveConnectionProperties.SearchScope
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.bremersee.spring.boot.autoconfigure.ldaptive.LdaptiveConnectionProperties.SslProperties.HostnameVerifier
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.bremersee.spring.boot.autoconfigure.security.authentication.AuthenticationProperties.CaseTransformation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.bremersee.spring.boot.autoconfigure.security.authentication.AuthenticationProperties.LdaptiveProperties.AccountControlEvaluatorProperty
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.bremersee.spring.boot.autoconfigure.security.authentication.AuthenticationProperties.LdaptiveProperties.GroupFetchStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.bremersee.spring.boot.autoconfigure.security.authentication.AuthenticationProperties.LdaptiveProperties.SearchScope
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.bremersee.spring.boot.autoconfigure.security.authentication.AuthenticationProperties.LdaptiveProperties.Template
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.bremersee.spring.boot.autoconfigure.security.authentication.AuthenticationProperties.LdaptiveProperties.UsernameToBindDnConverterProperty
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.bremersee.spring.data.mongodb.core.MongoSearchLanguage
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.bremersee.spring.security.core.authority.mapping.CaseTransformation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.bremersee.spring.security.ldaptive.authentication.AccountControlEvaluatorProperty
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationProperties.GroupFetchStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.bremersee.spring.security.ldaptive.authentication.provider.Template
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.bremersee.spring.security.ldaptive.authentication.UsernameToBindDnConverterProperty
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.bremersee.spring.test.api.comparator.RestApiComparatorAssertionType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.bremersee.spring.test.api.comparator.RestApiComparatorPath.PathType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- ValueTranscoderFactory - Class in org.bremersee.ldaptive.transcoder
-
The value transcoder factory.
W
- WithDefaults() - Constructor for class org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationProperties.WithDefaults
-
Instantiates a new ldaptive authentication properties with defaults.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form