A B C D E F G H I J K L M N O P Q R S T U V W Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- accessTokenUri - Static variable in interface tech.jhipster.config.JHipsterDefaults.Security.ClientAuthorization
- activeProfilesInfoContributor(ConfigurableEnvironment) - Method in class tech.jhipster.config.info.JHipsterInfoContributorConfiguration
-
activeProfilesInfoContributor.
- ActiveProfilesInfoContributor - Class in tech.jhipster.config.info
-
An
InfoContributor
that exposes the list of active spring profiles. - ActiveProfilesInfoContributor(ConfigurableEnvironment) - Constructor for class tech.jhipster.config.info.ActiveProfilesInfoContributor
-
Constructor for ActiveProfilesInfoContributor.
- addContextListener(LoggerContext, String, JHipsterProperties.Logging) - Static method in class tech.jhipster.config.logging.LoggingUtils
-
addContextListener.
- addCookie(HttpServletResponse, String) - Method in class tech.jhipster.config.locale.AngularCookieLocaleResolver
- addDefaultProfile(SpringApplication) - Static method in class tech.jhipster.config.DefaultProfileUtil
-
Set a default to use when no profile is configured.
- addJsonConsoleAppender(LoggerContext, String) - Static method in class tech.jhipster.config.logging.LoggingUtils
-
addJsonConsoleAppender.
- addLogstashTcpSocketAppender(LoggerContext, String, JHipsterProperties.Logging.Logstash) - Static method in class tech.jhipster.config.logging.LoggingUtils
-
addLogstashTcpSocketAppender.
- afterPropertiesSet() - Method in class tech.jhipster.async.ExceptionHandlingAsyncTaskExecutor
- afterPropertiesSet() - Method in class tech.jhipster.config.liquibase.AsyncSpringLiquibase
- AjaxAuthenticationFailureHandler - Class in tech.jhipster.security
-
Returns a 401 error code (Unauthorized) to the client, when Ajax authentication fails.
- AjaxAuthenticationFailureHandler() - Constructor for class tech.jhipster.security.AjaxAuthenticationFailureHandler
- AjaxAuthenticationSuccessHandler - Class in tech.jhipster.security
-
Spring Security success handler, specialized for Ajax requests.
- AjaxAuthenticationSuccessHandler() - Constructor for class tech.jhipster.security.AjaxAuthenticationSuccessHandler
- AjaxLogoutSuccessHandler - Class in tech.jhipster.security
-
Spring Security logout handler, specialized for Ajax requests.
- AjaxLogoutSuccessHandler() - Constructor for class tech.jhipster.security.AjaxLogoutSuccessHandler
- allMetrics() - Method in class tech.jhipster.config.metric.JHipsterMetricsEndpoint
-
GET /management/jhi-metrics
- allOpenApi() - Method in class tech.jhipster.config.apidoc.JHipsterOpenApiEndpoint
-
GET /management/jhiopenapigroups
- AngularCookieLocaleResolver - Class in tech.jhipster.config.locale
-
Angular cookie saved the locale with a double quote (%22en%22).
- AngularCookieLocaleResolver() - Constructor for class tech.jhipster.config.locale.AngularCookieLocaleResolver
- ApiDocs() - Constructor for class tech.jhipster.config.JHipsterProperties.ApiDocs
- Async() - Constructor for class tech.jhipster.config.JHipsterProperties.Async
- AsyncSpringLiquibase - Class in tech.jhipster.config.liquibase
-
Specific liquibase.integration.spring.SpringLiquibase that will update the database asynchronously and close DataSource if necessary.
- AsyncSpringLiquibase(Executor, Environment) - Constructor for class tech.jhipster.config.liquibase.AsyncSpringLiquibase
-
Constructor for AsyncSpringLiquibase.
- AuditEvents() - Constructor for class tech.jhipster.config.JHipsterProperties.AuditEvents
- Authentication() - Constructor for class tech.jhipster.config.JHipsterProperties.Cache.Memcached.Authentication
- Authentication() - Constructor for class tech.jhipster.config.JHipsterProperties.Security.Authentication
- authorizedMicroservicesEndpoints - Static variable in interface tech.jhipster.config.JHipsterDefaults.Gateway
B
- backupCount - Static variable in interface tech.jhipster.config.JHipsterDefaults.Cache.Hazelcast
- base64Secret - Static variable in interface tech.jhipster.config.JHipsterDefaults.Security.Authentication.Jwt
- baseUrl - Static variable in interface tech.jhipster.config.JHipsterDefaults.Mail
- BigDecimalFilter - Class in tech.jhipster.service.filter
-
Filter class for
BigDecimal
type attributes. - BigDecimalFilter() - Constructor for class tech.jhipster.service.filter.BigDecimalFilter
-
Constructor for BigDecimalFilter.
- BigDecimalFilter(BigDecimalFilter) - Constructor for class tech.jhipster.service.filter.BigDecimalFilter
-
Constructor for BigDecimalFilter.
- BooleanFilter - Class in tech.jhipster.service.filter
-
Class for filtering attributes with
Boolean
type. - BooleanFilter() - Constructor for class tech.jhipster.service.filter.BooleanFilter
-
Constructor for BooleanFilter.
- BooleanFilter(BooleanFilter) - Constructor for class tech.jhipster.service.filter.BooleanFilter
-
Constructor for BooleanFilter.
- buildRangeSpecification(RangeFilter<X>, SingularAttribute<? super ENTITY, X>) - Method in class tech.jhipster.service.QueryService
-
Helper function to return a specification for filtering on a single
Comparable
, where equality, less than, greater than and less-than-or-equal-to and greater-than-or-equal-to and null/non-null conditions are supported. - buildReferringEntitySpecification(Filter<X>, Function<Root<ENTITY>, SetJoin<MISC, OTHER>>, Function<SetJoin<MISC, OTHER>, Expression<X>>) - Method in class tech.jhipster.service.QueryService
-
Helper function to return a specification for filtering on one-to-many or many-to-many reference.Usage:
- buildReferringEntitySpecification(Filter<X>, SetAttribute<ENTITY, OTHER>, SingularAttribute<OTHER, X>) - Method in class tech.jhipster.service.QueryService
-
Helper function to return a specification for filtering on one-to-many or many-to-many reference.
- buildReferringEntitySpecification(Filter<X>, SingularAttribute<? super ENTITY, OTHER>, SingularAttribute<? super OTHER, X>) - Method in class tech.jhipster.service.QueryService
-
Helper function to return a specification for filtering on one-to-one or many-to-one reference.
- buildReferringEntitySpecification(RangeFilter<X>, Function<Root<ENTITY>, SetJoin<MISC, OTHER>>, Function<SetJoin<MISC, OTHER>, Expression<X>>) - Method in class tech.jhipster.service.QueryService
-
Helper function to return a specification for filtering on one-to-many or many-to-many reference.Where equality, less than, greater than and less-than-or-equal-to and greater-than-or-equal-to and null/non-null conditions are supported.
- buildReferringEntitySpecification(RangeFilter<X>, SetAttribute<ENTITY, OTHER>, SingularAttribute<OTHER, X>) - Method in class tech.jhipster.service.QueryService
-
Helper function to return a specification for filtering on one-to-many or many-to-many reference.Where equality, less than, greater than and less-than-or-equal-to and greater-than-or-equal-to and null/non-null conditions are supported.
- buildSpecification(Filter<X>, Function<Root<ENTITY>, Expression<X>>) - Method in class tech.jhipster.service.QueryService
-
Helper function to return a specification for filtering on a single field, where equality, and null/non-null conditions are supported.
- buildSpecification(Filter<X>, SingularAttribute<? super ENTITY, X>) - Method in class tech.jhipster.service.QueryService
-
Helper function to return a specification for filtering on a single field, where equality, and null/non-null conditions are supported.
- buildSpecification(RangeFilter<X>, Function<Root<ENTITY>, Expression<X>>) - Method in class tech.jhipster.service.QueryService
-
Helper function to return a specification for filtering on a single
Comparable
, where equality, less than, greater than and less-than-or-equal-to and greater-than-or-equal-to and null/non-null conditions are supported. - buildSpecification(StringFilter, Function<Root<ENTITY>, Expression<String>>) - Method in class tech.jhipster.service.QueryService
-
Helper function to return a specification for filtering on a
String
field, where equality, containment, and null/non-null conditions are supported. - buildStringSpecification(StringFilter, SingularAttribute<? super ENTITY, String>) - Method in class tech.jhipster.service.QueryService
-
Helper function to return a specification for filtering on a
String
field, where equality, containment, and null/non-null conditions are supported. - byFieldEmptiness(Function<Root<ENTITY>, Expression<Set<X>>>, boolean) - Method in class tech.jhipster.service.QueryService
-
byFieldEmptiness.
- byFieldSpecified(Function<Root<ENTITY>, Expression<X>>, boolean) - Method in class tech.jhipster.service.QueryService
-
byFieldSpecified.
C
- Cache() - Constructor for class tech.jhipster.config.JHipsterProperties.Cache
- Cache() - Constructor for class tech.jhipster.config.JHipsterProperties.Http.Cache
- CachingHttpHeadersFilter - Class in tech.jhipster.web.filter
-
This filter is used in production, to put HTTP cache headers with a long (4 years) expiration time.
- CachingHttpHeadersFilter - Class in tech.jhipster.web.filter.reactive
-
This filter is used in production, to put HTTP cache headers with a long expiration time.
- CachingHttpHeadersFilter(Long) - Constructor for class tech.jhipster.web.filter.reactive.CachingHttpHeadersFilter
-
Constructor for CachingHttpHeadersFilter.
- CachingHttpHeadersFilter(JHipsterProperties) - Constructor for class tech.jhipster.web.filter.CachingHttpHeadersFilter
-
Constructor for CachingHttpHeadersFilter.
- Caffeine() - Constructor for class tech.jhipster.config.JHipsterProperties.Cache.Caffeine
- capture(String) - Method in class tech.jhipster.test.LogbackRecorder
-
Start capturing whatever is logged for this level of worse.
- CAPTURE_EXCEPTION_MESSAGE - Static variable in class tech.jhipster.test.LogbackRecorder
-
Constant
CAPTURE_EXCEPTION_MESSAGE="Already capturing"
- ClientApp() - Constructor for class tech.jhipster.config.JHipsterProperties.ClientApp
- ClientAuthorization() - Constructor for class tech.jhipster.config.JHipsterProperties.Security.ClientAuthorization
- clientId - Static variable in interface tech.jhipster.config.JHipsterDefaults.Security.ClientAuthorization
- clientSecret - Static variable in interface tech.jhipster.config.JHipsterDefaults.Security.ClientAuthorization
- cluster - Static variable in interface tech.jhipster.config.JHipsterDefaults.Cache.Redis
- configFile - Static variable in interface tech.jhipster.config.JHipsterDefaults.Cache.Infinispan
- connectionMinimumIdleSize - Static variable in interface tech.jhipster.config.JHipsterDefaults.Cache.Redis
- connectionPoolSize - Static variable in interface tech.jhipster.config.JHipsterDefaults.Cache.Redis
- contactEmail - Static variable in interface tech.jhipster.config.JHipsterDefaults.ApiDocs
- contactName - Static variable in interface tech.jhipster.config.JHipsterDefaults.ApiDocs
- contactUrl - Static variable in interface tech.jhipster.config.JHipsterDefaults.ApiDocs
- contentSecurityPolicy - Static variable in interface tech.jhipster.config.JHipsterDefaults.Security
- contribute(Info.Builder) - Method in class tech.jhipster.config.info.ActiveProfilesInfoContributor
- convert(Long) - Method in class tech.jhipster.domain.util.JSR310DateConverters.LongToDurationConverter
- convert(Duration) - Method in class tech.jhipster.domain.util.JSR310DateConverters.DurationToLongConverter
- convert(LocalDate) - Method in class tech.jhipster.domain.util.JSR310DateConverters.LocalDateToDateConverter
- convert(LocalDateTime) - Method in class tech.jhipster.domain.util.JSR310DateConverters.LocalDateTimeToDateConverter
- convert(ZonedDateTime) - Method in class tech.jhipster.domain.util.JSR310DateConverters.ZonedDateTimeToDateConverter
- convert(Date) - Method in class tech.jhipster.domain.util.JSR310DateConverters.DateToLocalDateConverter
- convert(Date) - Method in class tech.jhipster.domain.util.JSR310DateConverters.DateToLocalDateTimeConverter
- convert(Date) - Method in class tech.jhipster.domain.util.JSR310DateConverters.DateToZonedDateTimeConverter
- CookieCsrfFilter - Class in tech.jhipster.web.filter.reactive
-
CookieCsrfFilter class.
- CookieCsrfFilter() - Constructor for class tech.jhipster.web.filter.reactive.CookieCsrfFilter
- copy() - Method in interface tech.jhipster.service.Criteria
-
copy.
- copy() - Method in class tech.jhipster.service.filter.BigDecimalFilter
-
copy.
- copy() - Method in class tech.jhipster.service.filter.BooleanFilter
-
copy.
- copy() - Method in class tech.jhipster.service.filter.DoubleFilter
-
copy.
- copy() - Method in class tech.jhipster.service.filter.DurationFilter
-
copy.
- copy() - Method in class tech.jhipster.service.filter.Filter
-
copy.
- copy() - Method in class tech.jhipster.service.filter.FloatFilter
-
copy.
- copy() - Method in class tech.jhipster.service.filter.InstantFilter
-
copy.
- copy() - Method in class tech.jhipster.service.filter.IntegerFilter
-
copy.
- copy() - Method in class tech.jhipster.service.filter.LocalDateFilter
-
copy.
- copy() - Method in class tech.jhipster.service.filter.LongFilter
-
copy.
- copy() - Method in class tech.jhipster.service.filter.RangeFilter
-
copy.
- copy() - Method in class tech.jhipster.service.filter.ShortFilter
-
copy.
- copy() - Method in class tech.jhipster.service.filter.StringFilter
-
copy.
- copy() - Method in class tech.jhipster.service.filter.UUIDFilter
-
copy.
- copy() - Method in class tech.jhipster.service.filter.ZonedDateTimeFilter
-
copy.
- corePoolSize - Static variable in interface tech.jhipster.config.JHipsterDefaults.Async
- Couchbase() - Constructor for class tech.jhipster.config.JHipsterProperties.Database.Couchbase
- createAlert(String, String, String) - Static method in class tech.jhipster.web.util.HeaderUtil
-
createAlert.
- createAsyncSpringLiquibase(Environment, Executor, DataSource, LiquibaseProperties, DataSource, DataSourceProperties) - Static method in class tech.jhipster.config.liquibase.SpringLiquibaseUtil
-
createAsyncSpringLiquibase.
- createEntityCreationAlert(String, boolean, String, String) - Static method in class tech.jhipster.web.util.HeaderUtil
-
createEntityCreationAlert.
- createEntityDeletionAlert(String, boolean, String, String) - Static method in class tech.jhipster.web.util.HeaderUtil
-
createEntityDeletionAlert.
- createEntityUpdateAlert(String, boolean, String, String) - Static method in class tech.jhipster.web.util.HeaderUtil
-
createEntityUpdateAlert.
- createFailureAlert(String, boolean, String, String, String) - Static method in class tech.jhipster.web.util.HeaderUtil
-
createFailureAlert.
- createPageFromList(List<T>, Pageable) - Static method in interface tech.jhipster.web.util.PageUtil
-
Create a
Page
from aList
of objects - createServer() - Static method in class tech.jhipster.config.h2.H2ConfigurationHelper
-
createServer.
- createServer(String) - Static method in class tech.jhipster.config.h2.H2ConfigurationHelper
-
createServer.
- createSpringLiquibase(DataSource, LiquibaseProperties, DataSource, DataSourceProperties) - Static method in class tech.jhipster.config.liquibase.SpringLiquibaseUtil
-
createSpringLiquibase.
- Criteria - Interface in tech.jhipster.service
-
Implementation should usually contain fields of Filter instances.
- customise(OpenAPI) - Method in class tech.jhipster.config.apidoc.customizer.JHipsterOpenApiCustomizer
D
- Database() - Constructor for class tech.jhipster.config.JHipsterProperties.Database
- DEFAULT_DAYS_TO_LIVE - Static variable in class tech.jhipster.web.filter.CachingHttpHeadersFilter
-
Constant
DEFAULT_DAYS_TO_LIVE=1461
- DEFAULT_LEVEL - Static variable in class tech.jhipster.test.LogbackRecorder
-
Constant
DEFAULT_LEVEL="ALL"
- DEFAULT_MUTE - Static variable in class tech.jhipster.test.LogbackRecorder
-
Constant
DEFAULT_MUTE=true
- DEFAULT_ORDER - Static variable in class tech.jhipster.config.apidoc.customizer.JHipsterOpenApiCustomizer
-
The default order for the customizer.
- DEFAULT_SECONDS_TO_LIVE - Static variable in class tech.jhipster.web.filter.CachingHttpHeadersFilter
-
Constant
DEFAULT_SECONDS_TO_LIVE=TimeUnit.DAYS.toMillis(DEFAULT_DAYS_TO_LIVE)
- defaultIncludePattern - Static variable in interface tech.jhipster.config.JHipsterDefaults.ApiDocs
- DefaultProfileUtil - Class in tech.jhipster.config
-
Utility class to load a Spring profile to be used as default when there is no
spring.profiles.active
set in the environment or as command line argument. - description - Static variable in interface tech.jhipster.config.JHipsterDefaults.ApiDocs
- destroy() - Method in class tech.jhipster.async.ExceptionHandlingAsyncTaskExecutor
- destroy() - Method in class tech.jhipster.web.filter.CachingHttpHeadersFilter
- DISABLED_MESSAGE - Static variable in class tech.jhipster.config.liquibase.AsyncSpringLiquibase
-
Constant
DISABLED_MESSAGE="Liquibase is disabled"
- displayOnActiveProfiles - Static variable in interface tech.jhipster.config.JHipsterDefaults.Ribbon
- distinct(boolean) - Method in class tech.jhipster.service.QueryService
-
distinct.
- Distributed() - Constructor for class tech.jhipster.config.JHipsterProperties.Cache.Infinispan.Distributed
- doesNotContainSpecification(Function<Root<ENTITY>, Expression<String>>, String) - Method in class tech.jhipster.service.QueryService
-
doesNotContainSpecification.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class tech.jhipster.web.filter.CachingHttpHeadersFilter
- DoubleFilter - Class in tech.jhipster.service.filter
-
Filter class for
Double
type attributes. - DoubleFilter() - Constructor for class tech.jhipster.service.filter.DoubleFilter
-
Constructor for DoubleFilter.
- DoubleFilter(DoubleFilter) - Constructor for class tech.jhipster.service.filter.DoubleFilter
-
Constructor for DoubleFilter.
- DurationFilter - Class in tech.jhipster.service.filter
-
Filter class for
Duration
type attributes. - DurationFilter() - Constructor for class tech.jhipster.service.filter.DurationFilter
-
Constructor for DurationFilter.
- DurationFilter(DurationFilter) - Constructor for class tech.jhipster.service.filter.DurationFilter
-
Constructor for DurationFilter.
- durationInSeconds - Static variable in interface tech.jhipster.config.JHipsterDefaults.Gateway.RateLimiting
E
- Ehcache() - Constructor for class tech.jhipster.config.JHipsterProperties.Cache.Ehcache
- enabled - Static variable in interface tech.jhipster.config.JHipsterDefaults.Cache.Hazelcast.ManagementCenter
- enabled - Static variable in interface tech.jhipster.config.JHipsterDefaults.Cache.Memcached.Authentication
- enabled - Static variable in interface tech.jhipster.config.JHipsterDefaults.Cache.Memcached
- enabled - Static variable in interface tech.jhipster.config.JHipsterDefaults.Gateway.RateLimiting
- enabled - Static variable in interface tech.jhipster.config.JHipsterDefaults.Logging.Logstash
- enabled - Static variable in interface tech.jhipster.config.JHipsterDefaults.Mail
- equals(Object) - Method in class tech.jhipster.config.cache.PrefixedSimpleKey
- equals(Object) - Method in class tech.jhipster.service.filter.Filter
- equals(Object) - Method in class tech.jhipster.service.filter.RangeFilter
- equals(Object) - Method in class tech.jhipster.service.filter.StringFilter
- equalsSpecification(Function<Root<ENTITY>, Expression<X>>, X) - Method in class tech.jhipster.service.QueryService
-
Generic method, which based on a Root<ENTITY> returns an Expression which type is the same as the given 'value' type.
- EXCEPTION_MESSAGE - Static variable in class tech.jhipster.config.liquibase.AsyncSpringLiquibase
-
Constant
EXCEPTION_MESSAGE="Liquibase could not start correctly, yo"{trunked}
- ExceptionHandlingAsyncTaskExecutor - Class in tech.jhipster.async
-
ExceptionHandlingAsyncTaskExecutor class.
- ExceptionHandlingAsyncTaskExecutor(AsyncTaskExecutor) - Constructor for class tech.jhipster.async.ExceptionHandlingAsyncTaskExecutor
-
Constructor for ExceptionHandlingAsyncTaskExecutor.
- execute(Runnable) - Method in class tech.jhipster.async.ExceptionHandlingAsyncTaskExecutor
- execute(Runnable, long) - Method in class tech.jhipster.async.ExceptionHandlingAsyncTaskExecutor
-
Deprecated.
- expiration - Static variable in interface tech.jhipster.config.JHipsterDefaults.Cache.Memcached
- expiration - Static variable in interface tech.jhipster.config.JHipsterDefaults.Cache.Redis
F
- filter(ServerWebExchange, WebFilterChain) - Method in class tech.jhipster.web.filter.reactive.CachingHttpHeadersFilter
- filter(ServerWebExchange, WebFilterChain) - Method in class tech.jhipster.web.filter.reactive.CookieCsrfFilter
- Filter<FIELD_TYPE> - Class in tech.jhipster.service.filter
-
Base class for the various attribute filters.
- Filter() - Constructor for class tech.jhipster.service.filter.Filter
-
Constructor for Filter.
- Filter(Filter<FIELD_TYPE>) - Constructor for class tech.jhipster.service.filter.Filter
-
Constructor for Filter.
- FixedH2Dialect - Class in tech.jhipster.domain.util
-
FixedH2Dialect class.
- FixedH2Dialect() - Constructor for class tech.jhipster.domain.util.FixedH2Dialect
-
Constructor for FixedH2Dialect.
- FixedPostgreSQL10Dialect - Class in tech.jhipster.domain.util
-
FixedPostgreSQL10Dialect class.
- FixedPostgreSQL10Dialect() - Constructor for class tech.jhipster.domain.util.FixedPostgreSQL10Dialect
-
Constructor for FixedPostgreSQL95Dialect.
- FixedPostgreSQL82Dialect - Class in tech.jhipster.domain.util
-
FixedPostgreSQL82Dialect class.
- FixedPostgreSQL82Dialect() - Constructor for class tech.jhipster.domain.util.FixedPostgreSQL82Dialect
-
Constructor for FixedPostgreSQL82Dialect.
- FixedPostgreSQL95Dialect - Class in tech.jhipster.domain.util
-
FixedPostgreSQL95Dialect class.
- FixedPostgreSQL95Dialect() - Constructor for class tech.jhipster.domain.util.FixedPostgreSQL95Dialect
-
Constructor for FixedPostgreSQL95Dialect.
- FloatFilter - Class in tech.jhipster.service.filter
-
Filter class for
Float
type attributes. - FloatFilter() - Constructor for class tech.jhipster.service.filter.FloatFilter
-
Constructor for FloatFilter.
- FloatFilter(FloatFilter) - Constructor for class tech.jhipster.service.filter.FloatFilter
-
Constructor for FloatFilter.
- forClass(Class<?>) - Static method in class tech.jhipster.test.LogbackRecorder
-
Create a recorder for a logback logger identified by the class name.
- forLogger(Logger) - Static method in class tech.jhipster.test.LogbackRecorder
-
Create a recorder for a logback logger.
- forName(String) - Static method in class tech.jhipster.test.LogbackRecorder
-
Create a recorder for a logback logger identified by its name.
- from - Static variable in interface tech.jhipster.config.JHipsterDefaults.Mail
G
- Gateway() - Constructor for class tech.jhipster.config.JHipsterProperties.Gateway
- generate(Object, Method, Object...) - Method in class tech.jhipster.config.cache.PrefixedKeyGenerator
- generateActivationKey() - Static method in class tech.jhipster.security.RandomUtil
-
Generate an activation key.
- generatePaginationHttpHeaders(UriComponentsBuilder, Page<T>) - Static method in class tech.jhipster.web.util.PaginationUtil
-
Generate pagination headers for a Spring Data
Page
object. - generatePassword() - Static method in class tech.jhipster.security.RandomUtil
-
Generate a password.
- generateRandomAlphanumericString() - Static method in class tech.jhipster.security.RandomUtil
-
generateRandomAlphanumericString.
- generateResetKey() - Static method in class tech.jhipster.security.RandomUtil
-
Generate a reset key.
- get(String) - Method in class tech.jhipster.security.PersistentTokenCache
-
Get a token from the cache.
- getAccessTokenUri() - Method in class tech.jhipster.config.JHipsterProperties.Security.ClientAuthorization
- getApiDocs() - Method in class tech.jhipster.config.JHipsterProperties
-
Getter for the field
api-docs
. - getArguments() - Method in class tech.jhipster.test.LogbackRecorder.Event
-
The arguments passed to the logger to be used by a placeholder.
- getAsync() - Method in class tech.jhipster.config.JHipsterProperties
-
Getter for the field
async
. - getAudience() - Method in class tech.jhipster.config.JHipsterProperties.Security.OAuth2
- getAuditEvents() - Method in class tech.jhipster.config.JHipsterProperties
-
Getter for the field
auditEvents
. - getAuthentication() - Method in class tech.jhipster.config.JHipsterProperties.Cache.Memcached
- getAuthentication() - Method in class tech.jhipster.config.JHipsterProperties.Security
- getAuthorizedMicroservicesEndpoints() - Method in class tech.jhipster.config.JHipsterProperties.Gateway
- getBackupCount() - Method in class tech.jhipster.config.JHipsterProperties.Cache.Hazelcast
- getBase64Secret() - Method in class tech.jhipster.config.JHipsterProperties.Security.Authentication.Jwt
- getBaseUrl() - Method in class tech.jhipster.config.JHipsterProperties.Mail
- getBucketName() - Method in class tech.jhipster.config.JHipsterProperties.Database.Couchbase
- getCache() - Method in class tech.jhipster.config.JHipsterProperties
-
Getter for the field
cache
. - getCache() - Method in class tech.jhipster.config.JHipsterProperties.Http
- getCaffeine() - Method in class tech.jhipster.config.JHipsterProperties.Cache
- getClientApp() - Method in class tech.jhipster.config.JHipsterProperties
-
Getter for the field
clientApp
. - getClientAuthorization() - Method in class tech.jhipster.config.JHipsterProperties.Security
- getClientId() - Method in class tech.jhipster.config.JHipsterProperties.Security.ClientAuthorization
- getClientSecret() - Method in class tech.jhipster.config.JHipsterProperties.Security.ClientAuthorization
- getConfigFile() - Method in class tech.jhipster.config.JHipsterProperties.Cache.Infinispan
- getConnectionMinimumIdleSize() - Method in class tech.jhipster.config.JHipsterProperties.Cache.Redis
- getConnectionPoolSize() - Method in class tech.jhipster.config.JHipsterProperties.Cache.Redis
- getContactEmail() - Method in class tech.jhipster.config.JHipsterProperties.ApiDocs
- getContactName() - Method in class tech.jhipster.config.JHipsterProperties.ApiDocs
- getContactUrl() - Method in class tech.jhipster.config.JHipsterProperties.ApiDocs
- getContains() - Method in class tech.jhipster.service.filter.StringFilter
-
Getter for the field
contains
. - getContentSecurityPolicy() - Method in class tech.jhipster.config.JHipsterProperties.Security
- getCorePoolSize() - Method in class tech.jhipster.config.JHipsterProperties.Async
- getCors() - Method in class tech.jhipster.config.JHipsterProperties
-
Getter for the field
cors
. - getCouchbase() - Method in class tech.jhipster.config.JHipsterProperties.Database
- getDatabase() - Method in class tech.jhipster.config.JHipsterProperties
-
Getter for the field
database
. - getDefaultIncludePattern() - Method in class tech.jhipster.config.JHipsterProperties.ApiDocs
- getDescription() - Method in class tech.jhipster.config.JHipsterProperties.ApiDocs
- getDescription() - Method in class tech.jhipster.config.JHipsterProperties.ApiDocs.Server
- getDistributed() - Method in class tech.jhipster.config.JHipsterProperties.Cache.Infinispan
- getDoesNotContain() - Method in class tech.jhipster.service.filter.StringFilter
-
Getter for the field
doesNotContain
. - getDurationInSeconds() - Method in class tech.jhipster.config.JHipsterProperties.Gateway.RateLimiting
- getEhcache() - Method in class tech.jhipster.config.JHipsterProperties.Cache
- getEquals() - Method in class tech.jhipster.service.filter.Filter
-
Getter for the field
equals
. - getExpiration() - Method in class tech.jhipster.config.JHipsterProperties.Cache.Memcached
- getExpiration() - Method in class tech.jhipster.config.JHipsterProperties.Cache.Redis
- getFilterName() - Method in class tech.jhipster.service.filter.Filter
-
getFilterName.
- getFrom() - Method in class tech.jhipster.config.JHipsterProperties.Mail
- getGateway() - Method in class tech.jhipster.config.JHipsterProperties
-
Getter for the field
gateway
. - getGreaterThan() - Method in class tech.jhipster.service.filter.RangeFilter
-
Getter for the field
greaterThan
. - getGreaterThanOrEqual() - Method in class tech.jhipster.service.filter.RangeFilter
-
Getter for the field
greaterThanOrEqual
. - getHazelcast() - Method in class tech.jhipster.config.JHipsterProperties.Cache
- getHost() - Method in class tech.jhipster.config.JHipsterProperties.Logging.Logstash
- getHttp() - Method in class tech.jhipster.config.JHipsterProperties
-
Getter for the field
http
. - getIn() - Method in class tech.jhipster.service.filter.Filter
-
Getter for the field
in
. - getInfinispan() - Method in class tech.jhipster.config.JHipsterProperties.Cache
- getInstanceCount() - Method in class tech.jhipster.config.JHipsterProperties.Cache.Infinispan.Distributed
- getJwt() - Method in class tech.jhipster.config.JHipsterProperties.Security.Authentication
- getKey() - Method in class tech.jhipster.config.JHipsterProperties.Security.RememberMe
- getLessThan() - Method in class tech.jhipster.service.filter.RangeFilter
-
Getter for the field
lessThan
. - getLessThanOrEqual() - Method in class tech.jhipster.service.filter.RangeFilter
-
Getter for the field
lessThanOrEqual
. - getLevel() - Method in class tech.jhipster.test.LogbackRecorder.Event
-
Level of the log.
- getLicense() - Method in class tech.jhipster.config.JHipsterProperties.ApiDocs
- getLicenseUrl() - Method in class tech.jhipster.config.JHipsterProperties.ApiDocs
- getLimit() - Method in class tech.jhipster.config.JHipsterProperties.Gateway.RateLimiting
- getLocal() - Method in class tech.jhipster.config.JHipsterProperties.Cache.Infinispan
- getLogging() - Method in class tech.jhipster.config.JHipsterProperties
-
Getter for the field
logging
. - getLogstash() - Method in class tech.jhipster.config.JHipsterProperties.Logging
- getMail() - Method in class tech.jhipster.config.JHipsterProperties
-
Getter for the field
mail
. - getManagementIncludePattern() - Method in class tech.jhipster.config.JHipsterProperties.ApiDocs
- getMarker() - Method in class tech.jhipster.test.LogbackRecorder.Event
-
Slf4j market used.
- getMaxEntries() - Method in class tech.jhipster.config.JHipsterProperties.Cache.Caffeine
- getMaxEntries() - Method in class tech.jhipster.config.JHipsterProperties.Cache.Ehcache
- getMaxEntries() - Method in class tech.jhipster.config.JHipsterProperties.Cache.Infinispan.Distributed
- getMaxEntries() - Method in class tech.jhipster.config.JHipsterProperties.Cache.Infinispan.Local
- getMaxEntries() - Method in class tech.jhipster.config.JHipsterProperties.Cache.Infinispan.Replicated
- getMaxPoolSize() - Method in class tech.jhipster.config.JHipsterProperties.Async
- getMemcached() - Method in class tech.jhipster.config.JHipsterProperties.Cache
- getMessage() - Method in class tech.jhipster.test.LogbackRecorder.Event
-
Message passed to the logger with the original placeholders ('{}').
- getName() - Method in class tech.jhipster.config.JHipsterProperties.ClientApp
- getNotEquals() - Method in class tech.jhipster.service.filter.Filter
-
Getter for the field
notEquals
. - getNotIn() - Method in class tech.jhipster.service.filter.Filter
-
Getter for the field
notIn
. - getOauth2() - Method in class tech.jhipster.config.JHipsterProperties.Security
- getOrder() - Method in class tech.jhipster.config.apidoc.customizer.JHipsterOpenApiCustomizer
- getPassword() - Method in class tech.jhipster.config.JHipsterProperties.Cache.Memcached.Authentication
- getPassword() - Method in class tech.jhipster.config.JHipsterProperties.Registry
- getPort() - Method in class tech.jhipster.config.JHipsterProperties.Logging.Logstash
- getQueueCapacity() - Method in class tech.jhipster.config.JHipsterProperties.Async
- getQueueSize() - Method in class tech.jhipster.config.JHipsterProperties.Logging.Logstash
-
Deprecated.
- getRateLimiting() - Method in class tech.jhipster.config.JHipsterProperties.Gateway
- getRedirectAfterSignIn() - Method in class tech.jhipster.config.JHipsterProperties.Social
- getRedis() - Method in class tech.jhipster.config.JHipsterProperties.Cache
- getRegistry() - Method in class tech.jhipster.config.JHipsterProperties
-
Getter for the field
registry
. - getRememberMe() - Method in class tech.jhipster.config.JHipsterProperties.Security
- getReplicated() - Method in class tech.jhipster.config.JHipsterProperties.Cache.Infinispan
- getRetentionPeriod() - Method in class tech.jhipster.config.JHipsterProperties.AuditEvents
- getRingBufferSize() - Method in class tech.jhipster.config.JHipsterProperties.Logging.Logstash
- getScopeName() - Method in class tech.jhipster.config.JHipsterProperties.Database.Couchbase
- getSecret() - Method in class tech.jhipster.config.JHipsterProperties.Security.Authentication.Jwt
- getSecurity() - Method in class tech.jhipster.config.JHipsterProperties
-
Getter for the field
security
. - getServer() - Method in class tech.jhipster.config.JHipsterProperties.Cache.Redis
- getServers() - Method in class tech.jhipster.config.JHipsterProperties.ApiDocs
- getServers() - Method in class tech.jhipster.config.JHipsterProperties.Cache.Memcached
- getSocial() - Method in class tech.jhipster.config.JHipsterProperties
-
Getter for the field
social
. - getSpecified() - Method in class tech.jhipster.service.filter.Filter
-
Getter for the field
specified
. - getSubscriptionConnectionMinimumIdleSize() - Method in class tech.jhipster.config.JHipsterProperties.Cache.Redis
- getSubscriptionConnectionPoolSize() - Method in class tech.jhipster.config.JHipsterProperties.Cache.Redis
- getTermsOfServiceUrl() - Method in class tech.jhipster.config.JHipsterProperties.ApiDocs
- getThrown() - Method in class tech.jhipster.test.LogbackRecorder.Event
-
Logged exception passed in argument to the logger or null if none.
- getTimeToLiveInDays() - Method in class tech.jhipster.config.JHipsterProperties.Http.Cache
- getTimeToLiveSeconds() - Method in class tech.jhipster.config.JHipsterProperties.Cache.Caffeine
- getTimeToLiveSeconds() - Method in class tech.jhipster.config.JHipsterProperties.Cache.Ehcache
- getTimeToLiveSeconds() - Method in class tech.jhipster.config.JHipsterProperties.Cache.Hazelcast
- getTimeToLiveSeconds() - Method in class tech.jhipster.config.JHipsterProperties.Cache.Infinispan.Distributed
- getTimeToLiveSeconds() - Method in class tech.jhipster.config.JHipsterProperties.Cache.Infinispan.Local
- getTimeToLiveSeconds() - Method in class tech.jhipster.config.JHipsterProperties.Cache.Infinispan.Replicated
- getTitle() - Method in class tech.jhipster.config.JHipsterProperties.ApiDocs
- getTokenServiceId() - Method in class tech.jhipster.config.JHipsterProperties.Security.ClientAuthorization
- getTokenValidityInSeconds() - Method in class tech.jhipster.config.JHipsterProperties.Security.Authentication.Jwt
- getTokenValidityInSecondsForRememberMe() - Method in class tech.jhipster.config.JHipsterProperties.Security.Authentication.Jwt
- getUrl() - Method in class tech.jhipster.config.JHipsterProperties.ApiDocs.Server
- getUsername() - Method in class tech.jhipster.config.JHipsterProperties.Cache.Memcached.Authentication
- getVersion() - Method in class tech.jhipster.config.JHipsterProperties.ApiDocs
- greaterThan(Function<Root<ENTITY>, Expression<X>>, X) - Method in class tech.jhipster.service.QueryService
-
greaterThan.
- greaterThanOrEqualTo(Function<Root<ENTITY>, Expression<X>>, X) - Method in class tech.jhipster.service.QueryService
-
greaterThanOrEqualTo.
H
- H2ConfigurationHelper - Class in tech.jhipster.config.h2
-
Utility class to configure H2 in development.
- H2ConfigurationHelper() - Constructor for class tech.jhipster.config.h2.H2ConfigurationHelper
- handle(Exception) - Method in class tech.jhipster.async.ExceptionHandlingAsyncTaskExecutor
-
handle.
- hashCode() - Method in class tech.jhipster.config.cache.PrefixedSimpleKey
- hashCode() - Method in class tech.jhipster.service.filter.Filter
- hashCode() - Method in class tech.jhipster.service.filter.RangeFilter
- hashCode() - Method in class tech.jhipster.service.filter.StringFilter
- Hazelcast() - Constructor for class tech.jhipster.config.JHipsterProperties.Cache.Hazelcast
- HeaderUtil - Class in tech.jhipster.web.util
-
Utility class for HTTP headers creation.
- host - Static variable in interface tech.jhipster.config.JHipsterDefaults.ApiDocs
- host - Static variable in interface tech.jhipster.config.JHipsterDefaults.Logging.Logstash
- Http() - Constructor for class tech.jhipster.config.JHipsterProperties.Http
I
- Infinispan() - Constructor for class tech.jhipster.config.JHipsterProperties.Cache.Infinispan
- init(FilterConfig) - Method in class tech.jhipster.web.filter.CachingHttpHeadersFilter
- initDb() - Method in class tech.jhipster.config.liquibase.AsyncSpringLiquibase
-
initDb.
- initH2Console() - Static method in class tech.jhipster.config.h2.H2ConfigurationHelper
-
Init the H2 console via H2's webserver when no servletContext
ServletContext
is available. - initH2Console(ServletContext) - Static method in class tech.jhipster.config.h2.H2ConfigurationHelper
-
initH2Console.
- INSTANCE - Static variable in class tech.jhipster.domain.util.JSR310DateConverters.DateToLocalDateConverter
- INSTANCE - Static variable in class tech.jhipster.domain.util.JSR310DateConverters.DateToLocalDateTimeConverter
- INSTANCE - Static variable in class tech.jhipster.domain.util.JSR310DateConverters.DateToZonedDateTimeConverter
- INSTANCE - Static variable in class tech.jhipster.domain.util.JSR310DateConverters.DurationToLongConverter
- INSTANCE - Static variable in class tech.jhipster.domain.util.JSR310DateConverters.LocalDateTimeToDateConverter
- INSTANCE - Static variable in class tech.jhipster.domain.util.JSR310DateConverters.LocalDateToDateConverter
- INSTANCE - Static variable in class tech.jhipster.domain.util.JSR310DateConverters.LongToDurationConverter
- INSTANCE - Static variable in class tech.jhipster.domain.util.JSR310DateConverters.ZonedDateTimeToDateConverter
- instanceCount - Static variable in interface tech.jhipster.config.JHipsterDefaults.Cache.Infinispan.Distributed
- InstantFilter - Class in tech.jhipster.service.filter
-
Filter class for
Instant
type attributes. - InstantFilter() - Constructor for class tech.jhipster.service.filter.InstantFilter
-
Constructor for InstantFilter.
- InstantFilter(InstantFilter) - Constructor for class tech.jhipster.service.filter.InstantFilter
-
Constructor for InstantFilter.
- IntegerFilter - Class in tech.jhipster.service.filter
-
Filter class for
Integer
type attributes. - IntegerFilter() - Constructor for class tech.jhipster.service.filter.IntegerFilter
-
Constructor for IntegerFilter.
- IntegerFilter(IntegerFilter) - Constructor for class tech.jhipster.service.filter.IntegerFilter
-
Constructor for IntegerFilter.
- isCluster() - Method in class tech.jhipster.config.JHipsterProperties.Cache.Redis
- isEnabled() - Method in class tech.jhipster.config.JHipsterProperties.Cache.Memcached.Authentication
- isEnabled() - Method in class tech.jhipster.config.JHipsterProperties.Cache.Memcached
- isEnabled() - Method in class tech.jhipster.config.JHipsterProperties.Gateway.RateLimiting
- isEnabled() - Method in class tech.jhipster.config.JHipsterProperties.Logging.Logstash
- isEnabled() - Method in class tech.jhipster.config.JHipsterProperties.Mail
- isStatsEnabled() - Method in class tech.jhipster.config.JHipsterProperties.Cache.Infinispan
- isUseBinaryProtocol() - Method in class tech.jhipster.config.JHipsterProperties.Cache.Memcached
- isUseJsonFormat() - Method in class tech.jhipster.config.JHipsterProperties.Logging
J
- JHipsterConfiguration - Class in tech.jhipster.config
-
Configure the usage of JHipsterProperties.
- JHipsterConfiguration() - Constructor for class tech.jhipster.config.JHipsterConfiguration
- JHipsterConstants - Interface in tech.jhipster.config
-
JHipster constants.
- JHipsterDefaults - Interface in tech.jhipster.config
-
JHipsterDefaults interface.
- JHipsterDefaults.ApiDocs - Interface in tech.jhipster.config
- JHipsterDefaults.Async - Interface in tech.jhipster.config
- JHipsterDefaults.AuditEvents - Interface in tech.jhipster.config
- JHipsterDefaults.Cache - Interface in tech.jhipster.config
- JHipsterDefaults.Cache.Caffeine - Interface in tech.jhipster.config
- JHipsterDefaults.Cache.Ehcache - Interface in tech.jhipster.config
- JHipsterDefaults.Cache.Hazelcast - Interface in tech.jhipster.config
- JHipsterDefaults.Cache.Hazelcast.ManagementCenter - Interface in tech.jhipster.config
- JHipsterDefaults.Cache.Infinispan - Interface in tech.jhipster.config
- JHipsterDefaults.Cache.Infinispan.Distributed - Interface in tech.jhipster.config
- JHipsterDefaults.Cache.Infinispan.Local - Interface in tech.jhipster.config
- JHipsterDefaults.Cache.Infinispan.Replicated - Interface in tech.jhipster.config
- JHipsterDefaults.Cache.Memcached - Interface in tech.jhipster.config
- JHipsterDefaults.Cache.Memcached.Authentication - Interface in tech.jhipster.config
- JHipsterDefaults.Cache.Redis - Interface in tech.jhipster.config
- JHipsterDefaults.ClientApp - Interface in tech.jhipster.config
- JHipsterDefaults.Gateway - Interface in tech.jhipster.config
- JHipsterDefaults.Gateway.RateLimiting - Interface in tech.jhipster.config
- JHipsterDefaults.Http - Interface in tech.jhipster.config
- JHipsterDefaults.Http.Cache - Interface in tech.jhipster.config
- JHipsterDefaults.Logging - Interface in tech.jhipster.config
- JHipsterDefaults.Logging.Logstash - Interface in tech.jhipster.config
- JHipsterDefaults.Mail - Interface in tech.jhipster.config
- JHipsterDefaults.Registry - Interface in tech.jhipster.config
- JHipsterDefaults.Ribbon - Interface in tech.jhipster.config
- JHipsterDefaults.Security - Interface in tech.jhipster.config
- JHipsterDefaults.Security.Authentication - Interface in tech.jhipster.config
- JHipsterDefaults.Security.Authentication.Jwt - Interface in tech.jhipster.config
- JHipsterDefaults.Security.ClientAuthorization - Interface in tech.jhipster.config
- JHipsterDefaults.Security.RememberMe - Interface in tech.jhipster.config
- JHipsterDefaults.Social - Interface in tech.jhipster.config
- JHipsterInfoContributorConfiguration - Class in tech.jhipster.config.info
-
JHipster auto-configuration for custom
InfoContributor
s. - JHipsterInfoContributorConfiguration() - Constructor for class tech.jhipster.config.info.JHipsterInfoContributorConfiguration
- jHipsterMetricsEndpoint(MeterRegistry) - Method in class tech.jhipster.config.metric.JHipsterMetricsEndpointConfiguration
-
jHipsterMetricsEndpoint.
- JHipsterMetricsEndpoint - Class in tech.jhipster.config.metric
-
JHipsterMetricsEndpoint class.
- JHipsterMetricsEndpoint(MeterRegistry) - Constructor for class tech.jhipster.config.metric.JHipsterMetricsEndpoint
-
Constructor for JHipsterMetricsEndpoint.
- JHipsterMetricsEndpointConfiguration - Class in tech.jhipster.config.metric
-
JHipsterMetricsEndpointConfiguration class.
- JHipsterMetricsEndpointConfiguration() - Constructor for class tech.jhipster.config.metric.JHipsterMetricsEndpointConfiguration
- jhipsterOpenApiCustomizer() - Method in class tech.jhipster.config.apidoc.JHipsterSpringDocGroupsConfiguration
-
JHipster OpenApi Customiser
- JHipsterOpenApiCustomizer - Class in tech.jhipster.config.apidoc.customizer
-
A OpenApi customizer to setup
OpenAPI
with JHipster settings. - JHipsterOpenApiCustomizer(JHipsterProperties.ApiDocs) - Constructor for class tech.jhipster.config.apidoc.customizer.JHipsterOpenApiCustomizer
-
Constructor for JHipsterOpenApiCustomizer.
- jHipsterOpenApiEndpoint(SpringDocConfigProperties, String) - Method in class tech.jhipster.config.apidoc.JHipsterOpenApiEndpointConfiguration
-
jHipsterOpenApiEndpoint.
- JHipsterOpenApiEndpoint - Class in tech.jhipster.config.apidoc
-
JHipsterOpenApiEndpoint class.
- JHipsterOpenApiEndpoint(SpringDocConfigProperties, String) - Constructor for class tech.jhipster.config.apidoc.JHipsterOpenApiEndpoint
-
Constructor for JHipsterOpenApiEndpoint.
- JHipsterOpenApiEndpointConfiguration - Class in tech.jhipster.config.apidoc
-
JHipsterOpenApiEndpointConfiguration class.
- JHipsterOpenApiEndpointConfiguration() - Constructor for class tech.jhipster.config.apidoc.JHipsterOpenApiEndpointConfiguration
- JHipsterProperties - Class in tech.jhipster.config
-
Properties specific to JHipster.
- JHipsterProperties() - Constructor for class tech.jhipster.config.JHipsterProperties
- JHipsterProperties.ApiDocs - Class in tech.jhipster.config
- JHipsterProperties.ApiDocs.Server - Class in tech.jhipster.config
- JHipsterProperties.Async - Class in tech.jhipster.config
- JHipsterProperties.AuditEvents - Class in tech.jhipster.config
- JHipsterProperties.Cache - Class in tech.jhipster.config
- JHipsterProperties.Cache.Caffeine - Class in tech.jhipster.config
- JHipsterProperties.Cache.Ehcache - Class in tech.jhipster.config
- JHipsterProperties.Cache.Hazelcast - Class in tech.jhipster.config
- JHipsterProperties.Cache.Infinispan - Class in tech.jhipster.config
- JHipsterProperties.Cache.Infinispan.Distributed - Class in tech.jhipster.config
- JHipsterProperties.Cache.Infinispan.Local - Class in tech.jhipster.config
- JHipsterProperties.Cache.Infinispan.Replicated - Class in tech.jhipster.config
- JHipsterProperties.Cache.Memcached - Class in tech.jhipster.config
- JHipsterProperties.Cache.Memcached.Authentication - Class in tech.jhipster.config
- JHipsterProperties.Cache.Redis - Class in tech.jhipster.config
- JHipsterProperties.ClientApp - Class in tech.jhipster.config
- JHipsterProperties.Database - Class in tech.jhipster.config
- JHipsterProperties.Database.Couchbase - Class in tech.jhipster.config
- JHipsterProperties.Gateway - Class in tech.jhipster.config
- JHipsterProperties.Gateway.RateLimiting - Class in tech.jhipster.config
- JHipsterProperties.Http - Class in tech.jhipster.config
- JHipsterProperties.Http.Cache - Class in tech.jhipster.config
- JHipsterProperties.Logging - Class in tech.jhipster.config
- JHipsterProperties.Logging.Logstash - Class in tech.jhipster.config
- JHipsterProperties.Mail - Class in tech.jhipster.config
- JHipsterProperties.Registry - Class in tech.jhipster.config
- JHipsterProperties.Security - Class in tech.jhipster.config
- JHipsterProperties.Security.Authentication - Class in tech.jhipster.config
- JHipsterProperties.Security.Authentication.Jwt - Class in tech.jhipster.config
- JHipsterProperties.Security.ClientAuthorization - Class in tech.jhipster.config
- JHipsterProperties.Security.OAuth2 - Class in tech.jhipster.config
- JHipsterProperties.Security.RememberMe - Class in tech.jhipster.config
- JHipsterProperties.Social - Class in tech.jhipster.config
- JHipsterSpringDocAutoConfiguration - Class in tech.jhipster.config.apidoc
-
OpenApi OpenAPI configuration.
- JHipsterSpringDocAutoConfiguration() - Constructor for class tech.jhipster.config.apidoc.JHipsterSpringDocAutoConfiguration
- JHipsterSpringDocGroupsConfiguration - Class in tech.jhipster.config.apidoc
-
OpenApi Groups configuration.
- JHipsterSpringDocGroupsConfiguration(JHipsterProperties) - Constructor for class tech.jhipster.config.apidoc.JHipsterSpringDocGroupsConfiguration
-
Constructor for OpenApiAutoConfiguration.
- JSR310DateConverters - Class in tech.jhipster.domain.util
-
JSR310DateConverters class.
- JSR310DateConverters.DateToLocalDateConverter - Class in tech.jhipster.domain.util
- JSR310DateConverters.DateToLocalDateTimeConverter - Class in tech.jhipster.domain.util
- JSR310DateConverters.DateToZonedDateTimeConverter - Class in tech.jhipster.domain.util
- JSR310DateConverters.DurationToLongConverter - Class in tech.jhipster.domain.util
- JSR310DateConverters.LocalDateTimeToDateConverter - Class in tech.jhipster.domain.util
- JSR310DateConverters.LocalDateToDateConverter - Class in tech.jhipster.domain.util
- JSR310DateConverters.LongToDurationConverter - Class in tech.jhipster.domain.util
- JSR310DateConverters.ZonedDateTimeToDateConverter - Class in tech.jhipster.domain.util
- Jwt() - Constructor for class tech.jhipster.config.JHipsterProperties.Security.Authentication.Jwt
K
- key - Static variable in interface tech.jhipster.config.JHipsterDefaults.Security.RememberMe
L
- lessThan(Function<Root<ENTITY>, Expression<X>>, X) - Method in class tech.jhipster.service.QueryService
-
lessThan.
- lessThanOrEqualTo(Function<Root<ENTITY>, Expression<X>>, X) - Method in class tech.jhipster.service.QueryService
-
lessThanOrEqualTo.
- license - Static variable in interface tech.jhipster.config.JHipsterDefaults.ApiDocs
- licenseUrl - Static variable in interface tech.jhipster.config.JHipsterDefaults.ApiDocs
- likeUpperSpecification(Function<Root<ENTITY>, Expression<String>>, String) - Method in class tech.jhipster.service.QueryService
-
likeUpperSpecification.
- limit - Static variable in interface tech.jhipster.config.JHipsterDefaults.Gateway.RateLimiting
- Local() - Constructor for class tech.jhipster.config.JHipsterProperties.Cache.Infinispan.Local
- LocalDateFilter - Class in tech.jhipster.service.filter
-
Filter class for
LocalDate
type attributes. - LocalDateFilter() - Constructor for class tech.jhipster.service.filter.LocalDateFilter
-
Constructor for LocalDateFilter.
- LocalDateFilter(LocalDateFilter) - Constructor for class tech.jhipster.service.filter.LocalDateFilter
-
Constructor for LocalDateFilter.
- LOGBACK_EXCEPTION_MESSAGE - Static variable in class tech.jhipster.test.LogbackRecorder
-
Constant
LOGBACK_EXCEPTION_MESSAGE="Expected logback"
- LogbackRecorder - Class in tech.jhipster.test
-
Utility, mainly for unit tests, to assert content written to logback.
- LogbackRecorder.Event - Class in tech.jhipster.test
-
A recorded event.
- Logging() - Constructor for class tech.jhipster.config.JHipsterProperties.Logging
- LoggingUtils - Class in tech.jhipster.config.logging
-
Utility methods to add appenders to a
LoggerContext
. - Logstash() - Constructor for class tech.jhipster.config.JHipsterProperties.Logging.Logstash
- LongFilter - Class in tech.jhipster.service.filter
-
Filter class for
Long
type attributes. - LongFilter() - Constructor for class tech.jhipster.service.filter.LongFilter
-
Constructor for LongFilter.
- LongFilter(LongFilter) - Constructor for class tech.jhipster.service.filter.LongFilter
-
Constructor for LongFilter.
M
- Mail() - Constructor for class tech.jhipster.config.JHipsterProperties.Mail
- MANAGEMENT_GROUP_NAME - Static variable in class tech.jhipster.config.apidoc.JHipsterSpringDocGroupsConfiguration
- managementIncludePattern - Static variable in interface tech.jhipster.config.JHipsterDefaults.ApiDocs
- maxEntries - Static variable in interface tech.jhipster.config.JHipsterDefaults.Cache.Caffeine
- maxEntries - Static variable in interface tech.jhipster.config.JHipsterDefaults.Cache.Ehcache
- maxEntries - Static variable in interface tech.jhipster.config.JHipsterDefaults.Cache.Infinispan.Distributed
- maxEntries - Static variable in interface tech.jhipster.config.JHipsterDefaults.Cache.Infinispan.Local
- maxEntries - Static variable in interface tech.jhipster.config.JHipsterDefaults.Cache.Infinispan.Replicated
- maxPoolSize - Static variable in interface tech.jhipster.config.JHipsterDefaults.Async
- Memcached() - Constructor for class tech.jhipster.config.JHipsterProperties.Cache.Memcached
- MISSING_NAME_TAG_MESSAGE - Static variable in class tech.jhipster.config.metric.JHipsterMetricsEndpoint
-
Constant
MISSING_NAME_TAG_MESSAGE="Missing name tag for metric {}"
N
- name - Static variable in interface tech.jhipster.config.JHipsterDefaults.ClientApp
- notEqualsSpecification(Function<Root<ENTITY>, Expression<X>>, X) - Method in class tech.jhipster.service.QueryService
-
Generic method, which based on a Root<ENTITY> returns an Expression which type is the same as the given 'value' type.
O
- OAuth2() - Constructor for class tech.jhipster.config.JHipsterProperties.Security.OAuth2
- onAuthenticationFailure(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class tech.jhipster.security.AjaxAuthenticationFailureHandler
- onAuthenticationSuccess(HttpServletRequest, HttpServletResponse, Authentication) - Method in class tech.jhipster.security.AjaxAuthenticationSuccessHandler
- onLogoutSuccess(HttpServletRequest, HttpServletResponse, Authentication) - Method in class tech.jhipster.security.AjaxLogoutSuccessHandler
- openAPIDefaultGroupedOpenAPI(List<OpenApiCustomiser>, List<OperationCustomizer>, Optional<GroupedOpenApi>, SpringDocConfigProperties) - Method in class tech.jhipster.config.apidoc.JHipsterSpringDocGroupsConfiguration
-
OpenApi default group configuration.
- openAPIManagementGroupedOpenAPI(String, ActuatorOpenApiCustomizer, ActuatorOperationCustomizer) - Method in class tech.jhipster.config.apidoc.JHipsterSpringDocGroupsConfiguration
-
OpenApi management group configuration for the management endpoints (actuator) OpenAPI docs.
P
- PageUtil - Interface in tech.jhipster.web.util
-
Utility class for creating a Page object.
- PaginationUtil - Class in tech.jhipster.web.util
-
Utility class for handling pagination.
- password - Static variable in interface tech.jhipster.config.JHipsterDefaults.Registry
- PersistentTokenCache<T> - Class in tech.jhipster.security
-
Simple time-limited cache for login tokens, necessary to avoid concurrent requests invalidating one another.
- PersistentTokenCache(long) - Constructor for class tech.jhipster.security.PersistentTokenCache
-
Construct a new TokenCache.
- play() - Method in class tech.jhipster.test.LogbackRecorder
-
Return all recorded events.
- port - Static variable in interface tech.jhipster.config.JHipsterDefaults.Logging.Logstash
- PrefixedKeyGenerator - Class in tech.jhipster.config.cache
-
PrefixedKeyGenerator class.
- PrefixedKeyGenerator(GitProperties, BuildProperties) - Constructor for class tech.jhipster.config.cache.PrefixedKeyGenerator
-
Constructor for PrefixedKeyGenerator.
- PrefixedSimpleKey - Class in tech.jhipster.config.cache
-
PrefixedSimpleKey class.
- PrefixedSimpleKey(String, String, Object...) - Constructor for class tech.jhipster.config.cache.PrefixedSimpleKey
-
Constructor for PrefixedSimpleKey.
- protocols - Static variable in interface tech.jhipster.config.JHipsterDefaults.ApiDocs
- purge() - Method in class tech.jhipster.security.PersistentTokenCache
-
Remove expired entries from the map.
- put(String, T) - Method in class tech.jhipster.security.PersistentTokenCache
-
Put a token in the cache.
Q
- QueryService<ENTITY> - Class in tech.jhipster.service
-
Base service for constructing and executing complex queries.
- QueryService() - Constructor for class tech.jhipster.service.QueryService
- queueCapacity - Static variable in interface tech.jhipster.config.JHipsterDefaults.Async
- QUOTE - Static variable in class tech.jhipster.config.locale.AngularCookieLocaleResolver
-
Constant
QUOTE="%22"
R
- RandomUtil - Class in tech.jhipster.security
-
Utility class for generating random Strings.
- RangeFilter<FIELD_TYPE extends Comparable<? super FIELD_TYPE>> - Class in tech.jhipster.service.filter
-
Filter class for Comparable types, where less than / greater than / etc relations could be interpreted.
- RangeFilter() - Constructor for class tech.jhipster.service.filter.RangeFilter
-
Constructor for RangeFilter.
- RangeFilter(RangeFilter<FIELD_TYPE>) - Constructor for class tech.jhipster.service.filter.RangeFilter
-
Constructor for RangeFilter.
- RateLimiting() - Constructor for class tech.jhipster.config.JHipsterProperties.Gateway.RateLimiting
- redirectAfterSignIn - Static variable in interface tech.jhipster.config.JHipsterDefaults.Social
- Redis() - Constructor for class tech.jhipster.config.JHipsterProperties.Cache.Redis
- Registry() - Constructor for class tech.jhipster.config.JHipsterProperties.Registry
- release() - Method in class tech.jhipster.test.LogbackRecorder
-
Stop recording and detach from the logger.
- RELEASE_EXCEPTION_MESSAGE - Static variable in class tech.jhipster.test.LogbackRecorder
-
Constant
RELEASE_EXCEPTION_MESSAGE="Not currently capturing"
- remapSqlTypeDescriptor(SqlTypeDescriptor) - Method in class tech.jhipster.domain.util.FixedPostgreSQL10Dialect
- remapSqlTypeDescriptor(SqlTypeDescriptor) - Method in class tech.jhipster.domain.util.FixedPostgreSQL82Dialect
- remapSqlTypeDescriptor(SqlTypeDescriptor) - Method in class tech.jhipster.domain.util.FixedPostgreSQL95Dialect
- RememberMe() - Constructor for class tech.jhipster.config.JHipsterProperties.Security.RememberMe
- Replicated() - Constructor for class tech.jhipster.config.JHipsterProperties.Cache.Infinispan.Replicated
- reset() - Method in class tech.jhipster.test.LogbackRecorder
-
Resets the logger by clearing everything that was recorded so far.
- resolveLocale(HttpServletRequest) - Method in class tech.jhipster.config.locale.AngularCookieLocaleResolver
- resolveLocaleContext(HttpServletRequest) - Method in class tech.jhipster.config.locale.AngularCookieLocaleResolver
- ResponseUtil - Interface in tech.jhipster.web.util.reactive
-
Utility class for ResponseEntity creation in a reactive context.
- ResponseUtil - Interface in tech.jhipster.web.util
-
Utility class for ResponseEntity creation.
- retentionPeriod - Static variable in interface tech.jhipster.config.JHipsterDefaults.AuditEvents
- ringBufferSize - Static variable in interface tech.jhipster.config.JHipsterDefaults.Logging.Logstash
S
- secret - Static variable in interface tech.jhipster.config.JHipsterDefaults.Security.Authentication.Jwt
- Security() - Constructor for class tech.jhipster.config.JHipsterProperties.Security
- server - Static variable in interface tech.jhipster.config.JHipsterDefaults.Cache.Redis
- Server() - Constructor for class tech.jhipster.config.JHipsterProperties.ApiDocs.Server
- servers - Static variable in interface tech.jhipster.config.JHipsterDefaults.Cache.Memcached
- setAccessTokenUri(String) - Method in class tech.jhipster.config.JHipsterProperties.Security.ClientAuthorization
- setAudience(List<String>) - Method in class tech.jhipster.config.JHipsterProperties.Security.OAuth2
- setAuthorizedMicroservicesEndpoints(Map<String, List<String>>) - Method in class tech.jhipster.config.JHipsterProperties.Gateway
- setBackupCount(int) - Method in class tech.jhipster.config.JHipsterProperties.Cache.Hazelcast
- setBase64Secret(String) - Method in class tech.jhipster.config.JHipsterProperties.Security.Authentication.Jwt
- setBaseUrl(String) - Method in class tech.jhipster.config.JHipsterProperties.Mail
- setBucketName(String) - Method in class tech.jhipster.config.JHipsterProperties.Database.Couchbase
- setClientId(String) - Method in class tech.jhipster.config.JHipsterProperties.Security.ClientAuthorization
- setClientSecret(String) - Method in class tech.jhipster.config.JHipsterProperties.Security.ClientAuthorization
- setCluster(boolean) - Method in class tech.jhipster.config.JHipsterProperties.Cache.Redis
- setConfigFile(String) - Method in class tech.jhipster.config.JHipsterProperties.Cache.Infinispan
- setConnectionMinimumIdleSize(int) - Method in class tech.jhipster.config.JHipsterProperties.Cache.Redis
- setConnectionPoolSize(int) - Method in class tech.jhipster.config.JHipsterProperties.Cache.Redis
- setContactEmail(String) - Method in class tech.jhipster.config.JHipsterProperties.ApiDocs
- setContactName(String) - Method in class tech.jhipster.config.JHipsterProperties.ApiDocs
- setContactUrl(String) - Method in class tech.jhipster.config.JHipsterProperties.ApiDocs
- setContains(String) - Method in class tech.jhipster.service.filter.StringFilter
-
Setter for the field
contains
. - setContentSecurityPolicy(String) - Method in class tech.jhipster.config.JHipsterProperties.Security
- setCorePoolSize(int) - Method in class tech.jhipster.config.JHipsterProperties.Async
- setDefaultIncludePattern(String) - Method in class tech.jhipster.config.JHipsterProperties.ApiDocs
- setDescription(String) - Method in class tech.jhipster.config.JHipsterProperties.ApiDocs.Server
- setDescription(String) - Method in class tech.jhipster.config.JHipsterProperties.ApiDocs
- setDoesNotContain(String) - Method in class tech.jhipster.service.filter.StringFilter
-
Setter for the field
doesNotContain
. - setDurationInSeconds(int) - Method in class tech.jhipster.config.JHipsterProperties.Gateway.RateLimiting
- setEnabled(boolean) - Method in class tech.jhipster.config.JHipsterProperties.Cache.Memcached.Authentication
- setEnabled(boolean) - Method in class tech.jhipster.config.JHipsterProperties.Cache.Memcached
- setEnabled(boolean) - Method in class tech.jhipster.config.JHipsterProperties.Gateway.RateLimiting
- setEnabled(boolean) - Method in class tech.jhipster.config.JHipsterProperties.Logging.Logstash
- setEnabled(boolean) - Method in class tech.jhipster.config.JHipsterProperties.Mail
- setEquals(FIELD_TYPE) - Method in class tech.jhipster.service.filter.Filter
-
Setter for the field
equals
. - setEquals(Instant) - Method in class tech.jhipster.service.filter.InstantFilter
-
Setter for the field
equals
. - setEquals(LocalDate) - Method in class tech.jhipster.service.filter.LocalDateFilter
-
Setter for the field
equals
. - setEquals(ZonedDateTime) - Method in class tech.jhipster.service.filter.ZonedDateTimeFilter
-
Setter for the field
equals
. - setExpiration(int) - Method in class tech.jhipster.config.JHipsterProperties.Cache.Memcached
- setExpiration(int) - Method in class tech.jhipster.config.JHipsterProperties.Cache.Redis
- setFrom(String) - Method in class tech.jhipster.config.JHipsterProperties.Mail
- setGreaterThan(FIELD_TYPE) - Method in class tech.jhipster.service.filter.RangeFilter
-
Setter for the field
greaterThan
. - setGreaterThan(Instant) - Method in class tech.jhipster.service.filter.InstantFilter
-
Setter for the field
greaterThan
. - setGreaterThan(LocalDate) - Method in class tech.jhipster.service.filter.LocalDateFilter
-
Setter for the field
greaterThan
. - setGreaterThan(ZonedDateTime) - Method in class tech.jhipster.service.filter.ZonedDateTimeFilter
-
Setter for the field
greaterThan
. - setGreaterThanOrEqual(FIELD_TYPE) - Method in class tech.jhipster.service.filter.RangeFilter
-
Setter for the field
greaterThanOrEqual
. - setGreaterThanOrEqual(Instant) - Method in class tech.jhipster.service.filter.InstantFilter
-
Setter for the field
greaterThanOrEqual
. - setGreaterThanOrEqual(LocalDate) - Method in class tech.jhipster.service.filter.LocalDateFilter
-
Setter for the field
greaterThanOrEqual
. - setGreaterThanOrEqual(ZonedDateTime) - Method in class tech.jhipster.service.filter.ZonedDateTimeFilter
-
Setter for the field
greaterThanOrEqual
. - setHost(String) - Method in class tech.jhipster.config.JHipsterProperties.Logging.Logstash
- setIn(List<FIELD_TYPE>) - Method in class tech.jhipster.service.filter.Filter
-
Setter for the field
in
. - setIn(List<Instant>) - Method in class tech.jhipster.service.filter.InstantFilter
-
Setter for the field
in
. - setIn(List<LocalDate>) - Method in class tech.jhipster.service.filter.LocalDateFilter
-
Setter for the field
in
. - setIn(List<ZonedDateTime>) - Method in class tech.jhipster.service.filter.ZonedDateTimeFilter
-
Setter for the field
in
. - setInstanceCount(int) - Method in class tech.jhipster.config.JHipsterProperties.Cache.Infinispan.Distributed
- setKey(String) - Method in class tech.jhipster.config.JHipsterProperties.Security.RememberMe
- setLessThan(FIELD_TYPE) - Method in class tech.jhipster.service.filter.RangeFilter
-
Setter for the field
lessThan
. - setLessThan(Instant) - Method in class tech.jhipster.service.filter.InstantFilter
-
Setter for the field
lessThan
. - setLessThan(LocalDate) - Method in class tech.jhipster.service.filter.LocalDateFilter
-
Setter for the field
lessThan
. - setLessThan(ZonedDateTime) - Method in class tech.jhipster.service.filter.ZonedDateTimeFilter
-
Setter for the field
lessThan
. - setLessThanOrEqual(FIELD_TYPE) - Method in class tech.jhipster.service.filter.RangeFilter
-
Setter for the field
lessThanOrEqual
. - setLessThanOrEqual(Instant) - Method in class tech.jhipster.service.filter.InstantFilter
-
Setter for the field
lessThanOrEqual
. - setLessThanOrEqual(LocalDate) - Method in class tech.jhipster.service.filter.LocalDateFilter
-
Setter for the field
lessThanOrEqual
. - setLessThanOrEqual(ZonedDateTime) - Method in class tech.jhipster.service.filter.ZonedDateTimeFilter
-
Setter for the field
lessThanOrEqual
. - setLicense(String) - Method in class tech.jhipster.config.JHipsterProperties.ApiDocs
- setLicenseUrl(String) - Method in class tech.jhipster.config.JHipsterProperties.ApiDocs
- setLimit(long) - Method in class tech.jhipster.config.JHipsterProperties.Gateway.RateLimiting
- setManagementIncludePattern(String) - Method in class tech.jhipster.config.JHipsterProperties.ApiDocs
- setMaxEntries(long) - Method in class tech.jhipster.config.JHipsterProperties.Cache.Caffeine
- setMaxEntries(long) - Method in class tech.jhipster.config.JHipsterProperties.Cache.Ehcache
- setMaxEntries(long) - Method in class tech.jhipster.config.JHipsterProperties.Cache.Infinispan.Distributed
- setMaxEntries(long) - Method in class tech.jhipster.config.JHipsterProperties.Cache.Infinispan.Local
- setMaxEntries(long) - Method in class tech.jhipster.config.JHipsterProperties.Cache.Infinispan.Replicated
- setMaxPoolSize(int) - Method in class tech.jhipster.config.JHipsterProperties.Async
- setName(String) - Method in class tech.jhipster.config.JHipsterProperties.ClientApp
- setNotEquals(FIELD_TYPE) - Method in class tech.jhipster.service.filter.Filter
-
Setter for the field
notEquals
. - setNotEquals(Instant) - Method in class tech.jhipster.service.filter.InstantFilter
-
Setter for the field
notEquals
. - setNotEquals(LocalDate) - Method in class tech.jhipster.service.filter.LocalDateFilter
-
Setter for the field
notEquals
. - setNotEquals(ZonedDateTime) - Method in class tech.jhipster.service.filter.ZonedDateTimeFilter
-
Setter for the field
notEquals
. - setNotIn(List<FIELD_TYPE>) - Method in class tech.jhipster.service.filter.Filter
-
Setter for the field
notIn
. - setNotIn(List<Instant>) - Method in class tech.jhipster.service.filter.InstantFilter
-
Setter for the field
notIn
. - setNotIn(List<LocalDate>) - Method in class tech.jhipster.service.filter.LocalDateFilter
-
Setter for the field
notIn
. - setNotIn(List<ZonedDateTime>) - Method in class tech.jhipster.service.filter.ZonedDateTimeFilter
-
Setter for the field
notIn
. - setOrder(int) - Method in class tech.jhipster.config.apidoc.customizer.JHipsterOpenApiCustomizer
-
Setter for the field
order
. - setPassword(String) - Method in class tech.jhipster.config.JHipsterProperties.Cache.Memcached.Authentication
- setPassword(String) - Method in class tech.jhipster.config.JHipsterProperties.Registry
- setPort(int) - Method in class tech.jhipster.config.JHipsterProperties.Logging.Logstash
- setQueueCapacity(int) - Method in class tech.jhipster.config.JHipsterProperties.Async
- setQueueSize(int) - Method in class tech.jhipster.config.JHipsterProperties.Logging.Logstash
-
Deprecated.
- setRedirectAfterSignIn(String) - Method in class tech.jhipster.config.JHipsterProperties.Social
- setRetentionPeriod(int) - Method in class tech.jhipster.config.JHipsterProperties.AuditEvents
- setRingBufferSize(int) - Method in class tech.jhipster.config.JHipsterProperties.Logging.Logstash
- setScopeName(String) - Method in class tech.jhipster.config.JHipsterProperties.Database.Couchbase
- setSecret(String) - Method in class tech.jhipster.config.JHipsterProperties.Security.Authentication.Jwt
- setServer(String[]) - Method in class tech.jhipster.config.JHipsterProperties.Cache.Redis
- setServers(String) - Method in class tech.jhipster.config.JHipsterProperties.Cache.Memcached
- setServers(JHipsterProperties.ApiDocs.Server[]) - Method in class tech.jhipster.config.JHipsterProperties.ApiDocs
- setSpecified(Boolean) - Method in class tech.jhipster.service.filter.Filter
-
Setter for the field
specified
. - setStatsEnabled(boolean) - Method in class tech.jhipster.config.JHipsterProperties.Cache.Infinispan
- setSubscriptionConnectionMinimumIdleSize(int) - Method in class tech.jhipster.config.JHipsterProperties.Cache.Redis
- setSubscriptionConnectionPoolSize(int) - Method in class tech.jhipster.config.JHipsterProperties.Cache.Redis
- setTermsOfServiceUrl(String) - Method in class tech.jhipster.config.JHipsterProperties.ApiDocs
- setTimeToLiveInDays(int) - Method in class tech.jhipster.config.JHipsterProperties.Http.Cache
- setTimeToLiveSeconds(int) - Method in class tech.jhipster.config.JHipsterProperties.Cache.Caffeine
- setTimeToLiveSeconds(int) - Method in class tech.jhipster.config.JHipsterProperties.Cache.Ehcache
- setTimeToLiveSeconds(int) - Method in class tech.jhipster.config.JHipsterProperties.Cache.Hazelcast
- setTimeToLiveSeconds(long) - Method in class tech.jhipster.config.JHipsterProperties.Cache.Infinispan.Distributed
- setTimeToLiveSeconds(long) - Method in class tech.jhipster.config.JHipsterProperties.Cache.Infinispan.Local
- setTimeToLiveSeconds(long) - Method in class tech.jhipster.config.JHipsterProperties.Cache.Infinispan.Replicated
- setTitle(String) - Method in class tech.jhipster.config.JHipsterProperties.ApiDocs
- setTokenServiceId(String) - Method in class tech.jhipster.config.JHipsterProperties.Security.ClientAuthorization
- setTokenValidityInSeconds(long) - Method in class tech.jhipster.config.JHipsterProperties.Security.Authentication.Jwt
- setTokenValidityInSecondsForRememberMe(long) - Method in class tech.jhipster.config.JHipsterProperties.Security.Authentication.Jwt
- setUrl(String) - Method in class tech.jhipster.config.JHipsterProperties.ApiDocs.Server
- setUseBinaryProtocol(boolean) - Method in class tech.jhipster.config.JHipsterProperties.Cache.Memcached
- setUseJsonFormat(boolean) - Method in class tech.jhipster.config.JHipsterProperties.Logging
- setUsername(String) - Method in class tech.jhipster.config.JHipsterProperties.Cache.Memcached.Authentication
- setVersion(String) - Method in class tech.jhipster.config.JHipsterProperties.ApiDocs
- ShortFilter - Class in tech.jhipster.service.filter
-
Filter class for
Short
type attributes. - ShortFilter() - Constructor for class tech.jhipster.service.filter.ShortFilter
-
Constructor for ShortFilter.
- ShortFilter(ShortFilter) - Constructor for class tech.jhipster.service.filter.ShortFilter
-
Constructor for ShortFilter.
- size() - Method in class tech.jhipster.security.PersistentTokenCache
-
Get the number of tokens in the cache.
- SLOWNESS_MESSAGE - Static variable in class tech.jhipster.config.liquibase.AsyncSpringLiquibase
-
Constant
SLOWNESS_MESSAGE="Warning, Liquibase took more than {} se"{trunked}
- SLOWNESS_THRESHOLD - Static variable in class tech.jhipster.config.liquibase.AsyncSpringLiquibase
-
Constant
SLOWNESS_THRESHOLD=5
- Social() - Constructor for class tech.jhipster.config.JHipsterProperties.Social
- SPRING_PROFILE_API_DOCS - Static variable in interface tech.jhipster.config.JHipsterConstants
-
Spring profile used to enable OpenAPI doc generation Constant
SPRING_PROFILE_API_DOCS="api-docs"
- SPRING_PROFILE_AWS_ECS - Static variable in interface tech.jhipster.config.JHipsterConstants
-
Spring profile used when deploying to Amazon ECS Constant
SPRING_PROFILE_AWS_ECS="aws-ecs"
- SPRING_PROFILE_AZURE - Static variable in interface tech.jhipster.config.JHipsterConstants
-
Spring profile used when deploying to Microsoft Azure Constant
SPRING_PROFILE_AZURE="azure"
- SPRING_PROFILE_CLOUD - Static variable in interface tech.jhipster.config.JHipsterConstants
-
Spring profile used when deploying with Spring Cloud (used when deploying to CloudFoundry) Constant
SPRING_PROFILE_CLOUD="cloud"
- SPRING_PROFILE_DEVELOPMENT - Static variable in interface tech.jhipster.config.JHipsterConstants
-
Constant
SPRING_PROFILE_DEVELOPMENT="dev"
- SPRING_PROFILE_E2E - Static variable in interface tech.jhipster.config.JHipsterConstants
-
Constant
SPRING_PROFILE_E2E="e2e"
- SPRING_PROFILE_HEROKU - Static variable in interface tech.jhipster.config.JHipsterConstants
-
Spring profile used when deploying to Heroku Constant
SPRING_PROFILE_HEROKU="heroku"
- SPRING_PROFILE_K8S - Static variable in interface tech.jhipster.config.JHipsterConstants
-
Spring profile used when deploying to Kubernetes and OpenShift Constant
SPRING_PROFILE_K8S="k8s"
- SPRING_PROFILE_NO_LIQUIBASE - Static variable in interface tech.jhipster.config.JHipsterConstants
-
Spring profile used to disable running liquibase Constant
SPRING_PROFILE_NO_LIQUIBASE="no-liquibase"
- SPRING_PROFILE_PRODUCTION - Static variable in interface tech.jhipster.config.JHipsterConstants
-
Constant
SPRING_PROFILE_PRODUCTION="prod"
- SPRING_PROFILE_TEST - Static variable in interface tech.jhipster.config.JHipsterConstants
-
Constant
SPRING_PROFILE_TEST="test"
- SpringLiquibaseUtil - Class in tech.jhipster.config.liquibase
-
Utility class for handling SpringLiquibase.
- STARTED_MESSAGE - Static variable in class tech.jhipster.config.liquibase.AsyncSpringLiquibase
-
Constant
STARTED_MESSAGE="Liquibase has updated your database in "{trunked}
- STARTING_ASYNC_MESSAGE - Static variable in class tech.jhipster.config.liquibase.AsyncSpringLiquibase
-
Constant
STARTING_ASYNC_MESSAGE="Starting Liquibase asynchronously, your"{trunked}
- STARTING_SYNC_MESSAGE - Static variable in class tech.jhipster.config.liquibase.AsyncSpringLiquibase
-
Constant
STARTING_SYNC_MESSAGE="Starting Liquibase synchronously"
- statsEnabled - Static variable in interface tech.jhipster.config.JHipsterDefaults.Cache.Infinispan
- StringFilter - Class in tech.jhipster.service.filter
-
Class for filtering attributes with
String
type. - StringFilter() - Constructor for class tech.jhipster.service.filter.StringFilter
-
Constructor for StringFilter.
- StringFilter(StringFilter) - Constructor for class tech.jhipster.service.filter.StringFilter
-
Constructor for StringFilter.
- submit(Runnable) - Method in class tech.jhipster.async.ExceptionHandlingAsyncTaskExecutor
- submit(Callable<T>) - Method in class tech.jhipster.async.ExceptionHandlingAsyncTaskExecutor
- subscriptionConnectionMinimumIdleSize - Static variable in interface tech.jhipster.config.JHipsterDefaults.Cache.Redis
- subscriptionConnectionPoolSize - Static variable in interface tech.jhipster.config.JHipsterDefaults.Cache.Redis
T
- tech.jhipster.async - package tech.jhipster.async
- tech.jhipster.config - package tech.jhipster.config
-
JHipster configuration classes and helpers.
- tech.jhipster.config.apidoc - package tech.jhipster.config.apidoc
-
Springfox configuraiton to generate ApiDocs documentation.
- tech.jhipster.config.apidoc.customizer - package tech.jhipster.config.apidoc.customizer
- tech.jhipster.config.cache - package tech.jhipster.config.cache
- tech.jhipster.config.h2 - package tech.jhipster.config.h2
- tech.jhipster.config.info - package tech.jhipster.config.info
- tech.jhipster.config.liquibase - package tech.jhipster.config.liquibase
-
Liquibase specific code.
- tech.jhipster.config.locale - package tech.jhipster.config.locale
-
Locale specific code.
- tech.jhipster.config.logging - package tech.jhipster.config.logging
- tech.jhipster.config.metric - package tech.jhipster.config.metric
- tech.jhipster.domain.util - package tech.jhipster.domain.util
-
Utilities for JHipster domain objects.
- tech.jhipster.security - package tech.jhipster.security
-
Security classes and helpers used in JHipster applications.
- tech.jhipster.security.ssl - package tech.jhipster.security.ssl
- tech.jhipster.service - package tech.jhipster.service
- tech.jhipster.service.filter - package tech.jhipster.service.filter
-
Utilities for JPA criteria classes, used for filtering data on the back-end.
- tech.jhipster.test - package tech.jhipster.test
- tech.jhipster.web.filter - package tech.jhipster.web.filter
- tech.jhipster.web.filter.reactive - package tech.jhipster.web.filter.reactive
- tech.jhipster.web.util - package tech.jhipster.web.util
- tech.jhipster.web.util.reactive - package tech.jhipster.web.util.reactive
- termsOfServiceUrl - Static variable in interface tech.jhipster.config.JHipsterDefaults.ApiDocs
- timeToLiveInDays - Static variable in interface tech.jhipster.config.JHipsterDefaults.Http.Cache
- timeToLiveSeconds - Static variable in interface tech.jhipster.config.JHipsterDefaults.Cache.Caffeine
- timeToLiveSeconds - Static variable in interface tech.jhipster.config.JHipsterDefaults.Cache.Ehcache
- timeToLiveSeconds - Static variable in interface tech.jhipster.config.JHipsterDefaults.Cache.Hazelcast
- timeToLiveSeconds - Static variable in interface tech.jhipster.config.JHipsterDefaults.Cache.Infinispan.Distributed
- timeToLiveSeconds - Static variable in interface tech.jhipster.config.JHipsterDefaults.Cache.Infinispan.Local
- timeToLiveSeconds - Static variable in interface tech.jhipster.config.JHipsterDefaults.Cache.Infinispan.Replicated
- title - Static variable in interface tech.jhipster.config.JHipsterDefaults.ApiDocs
- tokenServiceId - Static variable in interface tech.jhipster.config.JHipsterDefaults.Security.ClientAuthorization
- tokenValidityInSeconds - Static variable in interface tech.jhipster.config.JHipsterDefaults.Security.Authentication.Jwt
- tokenValidityInSecondsForRememberMe - Static variable in interface tech.jhipster.config.JHipsterDefaults.Security.Authentication.Jwt
- toString() - Method in class tech.jhipster.config.cache.PrefixedSimpleKey
- toString() - Method in class tech.jhipster.service.filter.Filter
- toString() - Method in class tech.jhipster.service.filter.RangeFilter
- toString() - Method in class tech.jhipster.service.filter.StringFilter
U
- UNAUTHORIZED_MESSAGE - Static variable in class tech.jhipster.security.AjaxAuthenticationFailureHandler
-
Constant
UNAUTHORIZED_MESSAGE="Authentication failed"
- UndertowSSLConfiguration - Class in tech.jhipster.security.ssl
-
SSL configuration for Undertow.
- UndertowSSLConfiguration(UndertowServletWebServerFactory) - Constructor for class tech.jhipster.security.ssl.UndertowSSLConfiguration
-
Constructor for UndertowSSLConfiguration.
- updateInterval - Static variable in interface tech.jhipster.config.JHipsterDefaults.Cache.Hazelcast.ManagementCenter
- url - Static variable in interface tech.jhipster.config.JHipsterDefaults.Cache.Hazelcast.ManagementCenter
- useBinaryProtocol - Static variable in interface tech.jhipster.config.JHipsterDefaults.Cache.Memcached
- useDefaultResponseMessages - Static variable in interface tech.jhipster.config.JHipsterDefaults.ApiDocs
- useJsonFormat - Static variable in interface tech.jhipster.config.JHipsterDefaults.Logging
- UUIDFilter - Class in tech.jhipster.service.filter
-
Filter class for
UUID
type attributes. - UUIDFilter() - Constructor for class tech.jhipster.service.filter.UUIDFilter
-
Constructor for UUIDFilter.
- UUIDFilter(UUIDFilter) - Constructor for class tech.jhipster.service.filter.UUIDFilter
-
Constructor for UUIDFilter.
V
- valueIn(Function<Root<ENTITY>, Expression<X>>, Collection<X>) - Method in class tech.jhipster.service.QueryService
-
valueIn.
- valueNotIn(Function<Root<ENTITY>, Expression<X>>, Collection<X>) - Method in class tech.jhipster.service.QueryService
-
valueNotIn.
- version - Static variable in interface tech.jhipster.config.JHipsterDefaults.ApiDocs
W
- wrapLikeQuery(String) - Method in class tech.jhipster.service.QueryService
-
wrapLikeQuery.
- wrapOrNotFound(Optional<X>) - Static method in interface tech.jhipster.web.util.ResponseUtil
-
Wrap the optional into a
ResponseEntity
with anHttpStatus.OK
status, or if it's empty, it returns aResponseEntity
withHttpStatus.NOT_FOUND
. - wrapOrNotFound(Optional<X>, HttpHeaders) - Static method in interface tech.jhipster.web.util.ResponseUtil
-
Wrap the optional into a
ResponseEntity
with anHttpStatus.OK
status with the headers, or if it's empty, throws aResponseStatusException
with statusHttpStatus.NOT_FOUND
. - wrapOrNotFound(Mono<X>) - Static method in interface tech.jhipster.web.util.reactive.ResponseUtil
-
Wrap the mono into a
ResponseEntity
with anHttpStatus.OK
status, or if it's empty, it returns aResponseEntity
withHttpStatus.NOT_FOUND
. - wrapOrNotFound(Mono<X>, HttpHeaders) - Static method in interface tech.jhipster.web.util.reactive.ResponseUtil
-
Wrap the mono into a
ResponseEntity
with anHttpStatus.OK
status with the headers, or if it's empty, throws aResponseStatusException
with statusHttpStatus.NOT_FOUND
.
Z
- ZonedDateTimeFilter - Class in tech.jhipster.service.filter
-
Filter class for
ZonedDateTime
type attributes. - ZonedDateTimeFilter() - Constructor for class tech.jhipster.service.filter.ZonedDateTimeFilter
-
Constructor for ZonedDateTimeFilter.
- ZonedDateTimeFilter(ZonedDateTimeFilter) - Constructor for class tech.jhipster.service.filter.ZonedDateTimeFilter
-
Constructor for ZonedDateTimeFilter.
All Classes All Packages