jar

org.flowable : flowable-ui-common

Maven & Gradle

Dec 22, 2022
14 usages
6.5k stars

Flowable UI Common

Table Of Contents

Latest Version

Download org.flowable : flowable-ui-common JAR file - Latest Versions:

All Versions

Download org.flowable : flowable-ui-common JAR file - All Versions:

Version Vulnerabilities Size Updated
6.8.x
6.7.x
6.6.x
6.5.x
6.4.x
6.3.x
6.2.x
6.1.x
6.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window flowable-ui-common-6.8.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.flowable.ui.common.rest.exception

├─ org.flowable.ui.common.rest.exception.RestExceptionHandlerAdvice.class - [JAR]

org.flowable.ui.common.service.idm.cache

├─ org.flowable.ui.common.service.idm.cache.BaseUserCache.class - [JAR]

├─ org.flowable.ui.common.service.idm.cache.RemoteIdmUserCache.class - [JAR]

├─ org.flowable.ui.common.service.idm.cache.UserCache.class - [JAR]

org.flowable.ui.common.rest.idm.remote

├─ org.flowable.ui.common.rest.idm.remote.RemoteAccountResource.class - [JAR]

org.flowable.ui.common.rest.idm

├─ org.flowable.ui.common.rest.idm.CurrentUserProvider.class - [JAR]

├─ org.flowable.ui.common.rest.idm.OAuth2CurrentUserProvider.class - [JAR]

org.flowable.ui.common.util

├─ org.flowable.ui.common.util.LiquibaseUtil.class - [JAR]

├─ org.flowable.ui.common.util.XmlUtil.class - [JAR]

org.flowable.ui.common.properties

├─ org.flowable.ui.common.properties.BackwardsCompatiblePropertiesLoader.class - [JAR]

├─ org.flowable.ui.common.properties.FlowableCommonAppProperties.class - [JAR]

├─ org.flowable.ui.common.properties.FlowableRemoteIdmAutoConfiguration.class - [JAR]

├─ org.flowable.ui.common.properties.FlowableRestAppProperties.class - [JAR]

org.flowable.ui.common.service.liquibase

├─ org.flowable.ui.common.service.liquibase.FlowableUiHubService.class - [JAR]

org.flowable.ui.common.service.idm

├─ org.flowable.ui.common.service.idm.RemoteIdmService.class - [JAR]

├─ org.flowable.ui.common.service.idm.RemoteIdmServiceImpl.class - [JAR]

org.flowable.ui.common.repository

├─ org.flowable.ui.common.repository.UuidIdGenerator.class - [JAR]

org.flowable.ui.common.security

├─ org.flowable.ui.common.security.ActuatorRequestMatcher.class - [JAR]

├─ org.flowable.ui.common.security.AjaxAuthenticationFailureHandler.class - [JAR]

├─ org.flowable.ui.common.security.AjaxAuthenticationSuccessHandler.class - [JAR]

├─ org.flowable.ui.common.security.ApiHttpSecurityCustomizer.class - [JAR]

├─ org.flowable.ui.common.security.BasePersistentTokenService.class - [JAR]

├─ org.flowable.ui.common.security.ClearFlowableCookieLogoutHandler.class - [JAR]

├─ org.flowable.ui.common.security.CookieConstants.class - [JAR]

├─ org.flowable.ui.common.security.CustomPersistentRememberMeServices.class - [JAR]

├─ org.flowable.ui.common.security.DefaultApiHttpSecurityCustomizer.class - [JAR]

├─ org.flowable.ui.common.security.DefaultPrivileges.class - [JAR]

├─ org.flowable.ui.common.security.DelegatingApiHttpSecurityCustomizer.class - [JAR]

├─ org.flowable.ui.common.security.FixUserApiHttpSecurityCustomizer.class - [JAR]

├─ org.flowable.ui.common.security.FlowableAuthenticationSecurityScope.class - [JAR]

├─ org.flowable.ui.common.security.FlowableAuthenticationTrustResolver.class - [JAR]

├─ org.flowable.ui.common.security.FlowableJwtGrantedAuthoritiesMapper.class - [JAR]

├─ org.flowable.ui.common.security.FlowableLoginUrlAuthenticationEntryPoint.class - [JAR]

├─ org.flowable.ui.common.security.FlowableOAuth2GrantedAuthoritiesMapper.class - [JAR]

├─ org.flowable.ui.common.security.FlowableSecurityScopeProvider.class - [JAR]

├─ org.flowable.ui.common.security.FlowableUiCustomFormLoginConfigurer.class - [JAR]

├─ org.flowable.ui.common.security.FlowableUiSecurityAutoConfiguration.class - [JAR]

├─ org.flowable.ui.common.security.IdmEnginePersistentTokenService.class - [JAR]

├─ org.flowable.ui.common.security.JwtApiHttpSecurityCustomizer.class - [JAR]

├─ org.flowable.ui.common.security.PersistentTokenService.class - [JAR]

├─ org.flowable.ui.common.security.RemoteIdmAuthenticationProvider.class - [JAR]

├─ org.flowable.ui.common.security.RemoteIdmPersistentTokenService.class - [JAR]

├─ org.flowable.ui.common.security.RemoteIdmUserDetailsService.class - [JAR]

├─ org.flowable.ui.common.security.SecurityConstants.class - [JAR]

├─ org.flowable.ui.common.security.SecurityScope.class - [JAR]

├─ org.flowable.ui.common.security.SecurityScopeProvider.class - [JAR]

├─ org.flowable.ui.common.security.SecurityUtils.class - [JAR]

org.flowable.ui.common.service.exception

├─ org.flowable.ui.common.service.exception.BadRequestException.class - [JAR]

├─ org.flowable.ui.common.service.exception.BaseModelerRestException.class - [JAR]

├─ org.flowable.ui.common.service.exception.ConflictingRequestException.class - [JAR]

├─ org.flowable.ui.common.service.exception.ErrorInfo.class - [JAR]

├─ org.flowable.ui.common.service.exception.InternalServerErrorException.class - [JAR]

├─ org.flowable.ui.common.service.exception.ModelErrorException.class - [JAR]

├─ org.flowable.ui.common.service.exception.NonJsonResourceNotFoundException.class - [JAR]

├─ org.flowable.ui.common.service.exception.NotFoundException.class - [JAR]

├─ org.flowable.ui.common.service.exception.NotPermittedException.class - [JAR]

├─ org.flowable.ui.common.service.exception.UnauthorizedException.class - [JAR]

org.flowable.ui.common.model

├─ org.flowable.ui.common.model.AbstractRepresentation.class - [JAR]

├─ org.flowable.ui.common.model.BaseRestActionRepresentation.class - [JAR]

├─ org.flowable.ui.common.model.GroupRepresentation.class - [JAR]

├─ org.flowable.ui.common.model.RemoteGroup.class - [JAR]

├─ org.flowable.ui.common.model.RemoteToken.class - [JAR]

├─ org.flowable.ui.common.model.RemoteUser.class - [JAR]

├─ org.flowable.ui.common.model.ResultListDataRepresentation.class - [JAR]

├─ org.flowable.ui.common.model.UserRepresentation.class - [JAR]

org.flowable.ui.common.tenant

├─ org.flowable.ui.common.tenant.DefaultTenantProvider.class - [JAR]

├─ org.flowable.ui.common.tenant.TenantProvider.class - [JAR]

Advertisement

Dependencies from Group

Aug 18, 2023
68 usages
6.5k stars
Aug 18, 2023
43 usages
6.5k stars
Aug 18, 2023
39 usages
6.5k stars
Aug 18, 2023
27 usages
6.5k stars
Dec 22, 2022
23 usages
6.5k stars

Discover Dependencies

Apr 15, 2022
13 usages
10.6k stars
Mar 16, 2020
11 usages
474 stars
Apr 12, 2018
12 usages
0 stars
Sep 03, 2022
12 usages
Dec 26, 2022
12 usages
8.7k stars
Jan 14, 2018
20 usages
628 stars
May 07, 2017
28 usages
498 stars
May 09, 2009
77 usages