A B C D E F G H I J K L M N O P R S T U V X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractRepresentation - Class in org.flowable.ui.common.model
- AbstractRepresentation() - Constructor for class org.flowable.ui.common.model.AbstractRepresentation
- ACCESS_ADMIN - Static variable in interface org.flowable.ui.common.security.DefaultPrivileges
- ACCESS_IDM - Static variable in interface org.flowable.ui.common.security.DefaultPrivileges
- ACCESS_MODELER - Static variable in interface org.flowable.ui.common.security.DefaultPrivileges
- ACCESS_REST_API - Static variable in interface org.flowable.ui.common.security.DefaultPrivileges
- ACCESS_TASK - Static variable in interface org.flowable.ui.common.security.DefaultPrivileges
- action - Variable in class org.flowable.ui.common.model.BaseRestActionRepresentation
- ACTUATOR_SECURITY_ORDER - Static variable in interface org.flowable.ui.common.security.SecurityConstants
- ActuatorRequestMatcher - Class in org.flowable.ui.common.security
-
A
RequestMatcherthat is matches all endpoints of an actuator. - ActuatorRequestMatcher() - Constructor for class org.flowable.ui.common.security.ActuatorRequestMatcher
- ActuatorWebSecurityConfigurationAdapter(ApiHttpSecurityCustomizer) - Constructor for class org.flowable.ui.common.security.FlowableUiSecurityAutoConfiguration.ActuatorWebSecurityConfigurationAdapter
- addCustomData(String, Object) - Method in exception org.flowable.ui.common.service.exception.BaseModelerRestException
- addParameter(String, Object) - Method in class org.flowable.ui.common.service.exception.ErrorInfo
- Admin() - Constructor for class org.flowable.ui.common.properties.FlowableCommonAppProperties.Admin
- adminPassword - Variable in class org.flowable.ui.common.service.idm.RemoteIdmServiceImpl
- adminUser - Variable in class org.flowable.ui.common.service.idm.RemoteIdmServiceImpl
- afterPropertiesSet() - Method in class org.flowable.ui.common.rest.idm.remote.RemoteAccountResource
- afterPropertiesSet() - Method in class org.flowable.ui.common.security.BasePersistentTokenService
- AjaxAuthenticationFailureHandler - Class in org.flowable.ui.common.security
-
Returns a 401 error code (Unauthorized) to the client, when Ajax authentication fails.
- AjaxAuthenticationFailureHandler() - Constructor for class org.flowable.ui.common.security.AjaxAuthenticationFailureHandler
- AjaxAuthenticationSuccessHandler - Class in org.flowable.ui.common.security
-
Spring Security success handler, specialized for Ajax requests.
- AjaxAuthenticationSuccessHandler() - Constructor for class org.flowable.ui.common.security.AjaxAuthenticationSuccessHandler
- apiHttpSecurityCustomizer - Variable in class org.flowable.ui.common.security.FlowableUiSecurityAutoConfiguration.ActuatorWebSecurityConfigurationAdapter
- ApiHttpSecurityCustomizer - Interface in org.flowable.ui.common.security
- asStringCollection(Object) - Method in class org.flowable.ui.common.security.FlowableJwtGrantedAuthoritiesMapper
- asStringCollection(Object) - Method in class org.flowable.ui.common.security.FlowableOAuth2GrantedAuthoritiesMapper
- authenticate(Authentication) - Method in class org.flowable.ui.common.security.RemoteIdmAuthenticationProvider
- authenticateUser(String, String) - Method in interface org.flowable.ui.common.service.idm.RemoteIdmService
- authenticateUser(String, String) - Method in class org.flowable.ui.common.service.idm.RemoteIdmServiceImpl
- authentication - Variable in class org.flowable.ui.common.security.FlowableAuthenticationSecurityScope
- authenticationEntryPoint - Variable in class org.flowable.ui.common.security.FlowableUiCustomFormLoginConfigurer
- authenticationFilter - Variable in class org.flowable.ui.common.security.FlowableUiCustomFormLoginConfigurer
- authoritiesAttribute - Variable in class org.flowable.ui.common.security.FlowableJwtGrantedAuthoritiesMapper
- authoritiesAttribute - Variable in class org.flowable.ui.common.security.FlowableOAuth2GrantedAuthoritiesMapper
B
- BackwardsCompatiblePropertiesLoader - Class in org.flowable.ui.common.properties
-
This is used for backwards compatibility pre 6.3.0.
- BackwardsCompatiblePropertiesLoader() - Constructor for class org.flowable.ui.common.properties.BackwardsCompatiblePropertiesLoader
- BadRequestException - Exception in org.flowable.ui.common.service.exception
- BadRequestException(String) - Constructor for exception org.flowable.ui.common.service.exception.BadRequestException
- BadRequestException(String, String) - Constructor for exception org.flowable.ui.common.service.exception.BadRequestException
- BadRequestException(String, Throwable) - Constructor for exception org.flowable.ui.common.service.exception.BadRequestException
- BaseModelerRestException - Exception in org.flowable.ui.common.service.exception
-
Base exception for all exceptions in the REST layer.
- BaseModelerRestException() - Constructor for exception org.flowable.ui.common.service.exception.BaseModelerRestException
- BaseModelerRestException(String) - Constructor for exception org.flowable.ui.common.service.exception.BaseModelerRestException
- BaseModelerRestException(String, Throwable) - Constructor for exception org.flowable.ui.common.service.exception.BaseModelerRestException
- BaseModelerRestException(Throwable) - Constructor for exception org.flowable.ui.common.service.exception.BaseModelerRestException
- BasePersistentTokenService - Class in org.flowable.ui.common.security
- BasePersistentTokenService() - Constructor for class org.flowable.ui.common.security.BasePersistentTokenService
- BaseRestActionRepresentation - Class in org.flowable.ui.common.model
- BaseRestActionRepresentation() - Constructor for class org.flowable.ui.common.model.BaseRestActionRepresentation
- BaseUserCache - Class in org.flowable.ui.common.service.idm.cache
-
Cache containing User objects to prevent too much DB-traffic (users exist separately from the Flowable tables, they need to be fetched afterward one by one to join with those entities).
- BaseUserCache(FlowableCommonAppProperties) - Constructor for class org.flowable.ui.common.service.idm.cache.BaseUserCache
C
- Cache() - Constructor for class org.flowable.ui.common.properties.FlowableCommonAppProperties.Cache
- CachedUser(User, Collection<GrantedAuthority>) - Constructor for class org.flowable.ui.common.service.idm.cache.UserCache.CachedUser
- callRemoteIdmService(String, String, String) - Method in class org.flowable.ui.common.service.idm.RemoteIdmServiceImpl
- ClearFlowableCookieLogoutHandler - Class in org.flowable.ui.common.security
- ClearFlowableCookieLogoutHandler() - Constructor for class org.flowable.ui.common.security.ClearFlowableCookieLogoutHandler
- comment - Variable in class org.flowable.ui.common.model.BaseRestActionRepresentation
- commonAppProperties - Variable in class org.flowable.ui.common.security.FlowableUiSecurityAutoConfiguration.FormLoginWebSecurityConfigurerAdapter
- commonAppProperties - Variable in class org.flowable.ui.common.security.FlowableUiSecurityAutoConfiguration.OAuthWebSecurityConfigurerAdapter
- configure(H) - Method in class org.flowable.ui.common.security.FlowableUiCustomFormLoginConfigurer
- configure(HttpSecurity) - Method in class org.flowable.ui.common.security.FlowableUiSecurityAutoConfiguration.ActuatorWebSecurityConfigurationAdapter
- configure(HttpSecurity) - Method in class org.flowable.ui.common.security.FlowableUiSecurityAutoConfiguration.FormLoginWebSecurityConfigurerAdapter
- configure(HttpSecurity) - Method in class org.flowable.ui.common.security.FlowableUiSecurityAutoConfiguration.OAuthWebSecurityConfigurerAdapter
- ConflictingRequestException - Exception in org.flowable.ui.common.service.exception
- ConflictingRequestException(String) - Constructor for exception org.flowable.ui.common.service.exception.ConflictingRequestException
- ConflictingRequestException(String, String) - Constructor for exception org.flowable.ui.common.service.exception.ConflictingRequestException
- ConflictingRequestException(String, String, Map<String, Object>) - Constructor for exception org.flowable.ui.common.service.exception.ConflictingRequestException
- convert(Jwt) - Method in class org.flowable.ui.common.security.FlowableJwtGrantedAuthoritiesMapper
- converter - Variable in class org.flowable.ui.common.security.JwtApiHttpSecurityCustomizer
- Cookie() - Constructor for class org.flowable.ui.common.properties.FlowableCommonAppProperties.Cookie
- COOKIE_NAME - Static variable in interface org.flowable.ui.common.security.CookieConstants
- CookieConstants - Interface in org.flowable.ui.common.security
- createAndInsertPersistentToken(String, String, String) - Method in class org.flowable.ui.common.security.CustomPersistentRememberMeServices
- createDelegate(WebApplicationContext, ActuatorRequestMatcher.RequestMatcherFactory) - Method in class org.flowable.ui.common.security.ActuatorRequestMatcher
- createGroupAuthority(String) - Static method in class org.flowable.ui.common.security.SecurityUtils
- createInfoFromException(BaseModelerRestException, String) - Method in class org.flowable.ui.common.rest.exception.RestExceptionHandlerAdvice
- createSafeXmlInputFactory() - Static method in class org.flowable.ui.common.util.XmlUtil
-
'safe' is here reflecting: http://www.jorambarrez.be/blog/2013/02/19/uploading -a-funny-xml-can-bring-down-your-server/ and http://www.flowable.org/docs/userguide/index.html#advanced.safe.bpmn.xml
- createTenantAuthority(String) - Static method in class org.flowable.ui.common.security.SecurityUtils
- createToken(String, String, String) - Method in class org.flowable.ui.common.security.IdmEnginePersistentTokenService
- createToken(String, String, String) - Method in interface org.flowable.ui.common.security.PersistentTokenService
- createToken(String, String, String) - Method in class org.flowable.ui.common.security.RemoteIdmPersistentTokenService
- CurrentUserProvider - Interface in org.flowable.ui.common.rest.idm
- currentUserProviders - Variable in class org.flowable.ui.common.rest.idm.remote.RemoteAccountResource
- customData - Variable in exception org.flowable.ui.common.service.exception.BaseModelerRestException
- customize(HttpSecurity) - Method in interface org.flowable.ui.common.security.ApiHttpSecurityCustomizer
- customize(HttpSecurity) - Method in class org.flowable.ui.common.security.DefaultApiHttpSecurityCustomizer
- customize(HttpSecurity) - Method in class org.flowable.ui.common.security.DelegatingApiHttpSecurityCustomizer
- customize(HttpSecurity) - Method in class org.flowable.ui.common.security.FixUserApiHttpSecurityCustomizer
- customize(HttpSecurity) - Method in class org.flowable.ui.common.security.JwtApiHttpSecurityCustomizer
- customizers - Variable in class org.flowable.ui.common.security.DelegatingApiHttpSecurityCustomizer
- CustomPersistentRememberMeServices - Class in org.flowable.ui.common.security
-
Custom implementation of Spring Security's RememberMeServices.
- CustomPersistentRememberMeServices(FlowableCommonAppProperties, UserDetailsService, PersistentTokenService) - Constructor for class org.flowable.ui.common.security.CustomPersistentRememberMeServices
D
- data - Variable in class org.flowable.ui.common.model.ResultListDataRepresentation
- date - Variable in class org.flowable.ui.common.model.RemoteToken
- deducePassword(String) - Method in class org.flowable.ui.common.security.FlowableUiSecurityAutoConfiguration.OAuthWebSecurityConfigurerAdapter
- DEFAULT_ORDER - Static variable in class org.flowable.ui.common.properties.BackwardsCompatiblePropertiesLoader
- defaultApiHttpSecurityCustomizer() - Method in class org.flowable.ui.common.security.FlowableUiSecurityAutoConfiguration
- DefaultApiHttpSecurityCustomizer - Class in org.flowable.ui.common.security
- DefaultApiHttpSecurityCustomizer() - Constructor for class org.flowable.ui.common.security.DefaultApiHttpSecurityCustomizer
- defaultAuthorities - Variable in class org.flowable.ui.common.security.FlowableJwtGrantedAuthoritiesMapper
- defaultAuthorities - Variable in class org.flowable.ui.common.security.FlowableOAuth2GrantedAuthoritiesMapper
- defaultConverter - Variable in class org.flowable.ui.common.security.FlowableJwtGrantedAuthoritiesMapper
- DefaultPrivileges - Interface in org.flowable.ui.common.security
- DefaultTenantProvider - Class in org.flowable.ui.common.tenant
- DefaultTenantProvider(FlowableCommonAppProperties) - Constructor for class org.flowable.ui.common.tenant.DefaultTenantProvider
- delegatingApiHttpSecurityCustomizer() - Method in class org.flowable.ui.common.security.FlowableUiSecurityAutoConfiguration.OAuthWebSecurityConfigurerAdapter
- DelegatingApiHttpSecurityCustomizer - Class in org.flowable.ui.common.security
- DelegatingApiHttpSecurityCustomizer(Collection<ApiHttpSecurityCustomizer>) - Constructor for class org.flowable.ui.common.security.DelegatingApiHttpSecurityCustomizer
- delete(Token) - Method in class org.flowable.ui.common.security.BasePersistentTokenService
- delete(Token) - Method in class org.flowable.ui.common.security.IdmEnginePersistentTokenService
- delete(Token) - Method in interface org.flowable.ui.common.security.PersistentTokenService
- determineIdmAppRedirectUrl() - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties
- determineIdmAppUrl() - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties
- determineUrlToUseForThisRequest(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class org.flowable.ui.common.security.FlowableLoginUrlAuthenticationEntryPoint
- displayName - Variable in class org.flowable.ui.common.model.RemoteUser
E
- email - Variable in class org.flowable.ui.common.model.RemoteUser
- email - Variable in class org.flowable.ui.common.model.UserRepresentation
- emailKey - Variable in class org.flowable.ui.common.rest.idm.OAuth2CurrentUserProvider
- encode(String) - Method in class org.flowable.ui.common.service.idm.RemoteIdmServiceImpl
- ensureGeneratorInitialized() - Method in class org.flowable.ui.common.repository.UuidIdGenerator
- ErrorInfo - Class in org.flowable.ui.common.service.exception
- ErrorInfo(String) - Constructor for class org.flowable.ui.common.service.exception.ErrorInfo
- extractAuthoritiesStartingWith(String) - Method in class org.flowable.ui.common.security.FlowableAuthenticationSecurityScope
F
- findGroupsByNameFilter(String) - Method in interface org.flowable.ui.common.service.idm.RemoteIdmService
- findGroupsByNameFilter(String) - Method in class org.flowable.ui.common.service.idm.RemoteIdmServiceImpl
- findUsersByGroup(String) - Method in interface org.flowable.ui.common.service.idm.RemoteIdmService
- findUsersByGroup(String) - Method in class org.flowable.ui.common.service.idm.RemoteIdmServiceImpl
- findUsersByNameFilter(String) - Method in interface org.flowable.ui.common.service.idm.RemoteIdmService
- findUsersByNameFilter(String) - Method in class org.flowable.ui.common.service.idm.RemoteIdmServiceImpl
- firstName - Variable in class org.flowable.ui.common.model.RemoteUser
- firstName - Variable in class org.flowable.ui.common.model.UserRepresentation
- firstNameKey - Variable in class org.flowable.ui.common.rest.idm.OAuth2CurrentUserProvider
- fixUserApiHttpSecurityCustomizer() - Method in class org.flowable.ui.common.security.FlowableUiSecurityAutoConfiguration.OAuthWebSecurityConfigurerAdapter
- FixUserApiHttpSecurityCustomizer - Class in org.flowable.ui.common.security
- FixUserApiHttpSecurityCustomizer(String, String) - Constructor for class org.flowable.ui.common.security.FixUserApiHttpSecurityCustomizer
- FlowableAuthenticationSecurityScope - Class in org.flowable.ui.common.security
- FlowableAuthenticationSecurityScope(Authentication) - Constructor for class org.flowable.ui.common.security.FlowableAuthenticationSecurityScope
- FlowableAuthenticationTrustResolver - Class in org.flowable.ui.common.security
-
Flowable Specific implementation of
AuthenticationTrustResolverthat returnsfalsewhen checking if an authentication is a remember me authentication. - FlowableAuthenticationTrustResolver() - Constructor for class org.flowable.ui.common.security.FlowableAuthenticationTrustResolver
- FlowableCommonAppProperties - Class in org.flowable.ui.common.properties
-
Common configuration properties that needs to be shared by all the UI apps.
- FlowableCommonAppProperties() - Constructor for class org.flowable.ui.common.properties.FlowableCommonAppProperties
- FlowableCommonAppProperties.Admin - Class in org.flowable.ui.common.properties
- FlowableCommonAppProperties.Cache - Class in org.flowable.ui.common.properties
-
The cache configuration for the for login users and token.
- FlowableCommonAppProperties.Cookie - Class in org.flowable.ui.common.properties
-
The configuration for the security remember me cookie.
- FlowableCommonAppProperties.OAuth2 - Class in org.flowable.ui.common.properties
-
Security properties for the OAuth2 configuration.
- FlowableCommonAppProperties.Security - Class in org.flowable.ui.common.properties
-
Security properties for the IDM UI App.
- FlowableJwtGrantedAuthoritiesMapper - Class in org.flowable.ui.common.security
-
The Spring Security default implementation prefixes the authorities with
SCOPE_and uses the scopes from OAuth2 in the authorities. - FlowableJwtGrantedAuthoritiesMapper(String, String, Collection<String>, Collection<String>) - Constructor for class org.flowable.ui.common.security.FlowableJwtGrantedAuthoritiesMapper
- FlowableLoginUrlAuthenticationEntryPoint - Class in org.flowable.ui.common.security
-
Special Flowable UI Specific
LoginUrlAuthenticationEntryPointthat allows adding a redirect on auth success dynamically to the redirect URL. - FlowableLoginUrlAuthenticationEntryPoint(String, String) - Constructor for class org.flowable.ui.common.security.FlowableLoginUrlAuthenticationEntryPoint
- FlowableOAuth2GrantedAuthoritiesMapper - Class in org.flowable.ui.common.security
-
The Spring Security default implementation prefixes the authorities with
SCOPE_and uses the scopes from OAuth2 in the authorities. - FlowableOAuth2GrantedAuthoritiesMapper(String, String, Collection<String>, Collection<String>) - Constructor for class org.flowable.ui.common.security.FlowableOAuth2GrantedAuthoritiesMapper
- FlowableRemoteIdmAutoConfiguration - Class in org.flowable.ui.common.properties
- FlowableRemoteIdmAutoConfiguration() - Constructor for class org.flowable.ui.common.properties.FlowableRemoteIdmAutoConfiguration
- FlowableRestAppProperties - Class in org.flowable.ui.common.properties
-
Common Rest properties for the UI Apps.
- FlowableRestAppProperties() - Constructor for class org.flowable.ui.common.properties.FlowableRestAppProperties
- FlowableSecurityScopeProvider - Class in org.flowable.ui.common.security
- FlowableSecurityScopeProvider() - Constructor for class org.flowable.ui.common.security.FlowableSecurityScopeProvider
- FlowableUiCustomFormLoginConfigurer<H extends org.springframework.security.config.annotation.web.HttpSecurityBuilder<H>> - Class in org.flowable.ui.common.security
- FlowableUiCustomFormLoginConfigurer() - Constructor for class org.flowable.ui.common.security.FlowableUiCustomFormLoginConfigurer
- FlowableUiHubService - Class in org.flowable.ui.common.service.liquibase
-
This is a special implementation of the Liquibase
HubServicewhich is automatically disabled. - FlowableUiHubService() - Constructor for class org.flowable.ui.common.service.liquibase.FlowableUiHubService
- flowableUiPersistentTokenService(IdmIdentityService) - Method in class org.flowable.ui.common.security.FlowableUiSecurityAutoConfiguration.LocalIdmConfiguration
- flowableUiPersistentTokenService(RemoteIdmService) - Method in class org.flowable.ui.common.security.FlowableUiSecurityAutoConfiguration.RemoteIdmConfiguration
- flowableUiRememberMeService(FlowableCommonAppProperties, UserDetailsService, PersistentTokenService) - Method in class org.flowable.ui.common.security.FlowableUiSecurityAutoConfiguration
- FlowableUiSecurityAutoConfiguration - Class in org.flowable.ui.common.security
- FlowableUiSecurityAutoConfiguration(ObjectProvider<SecurityScopeProvider>) - Constructor for class org.flowable.ui.common.security.FlowableUiSecurityAutoConfiguration
- FlowableUiSecurityAutoConfiguration.ActuatorWebSecurityConfigurationAdapter - Class in org.flowable.ui.common.security
- FlowableUiSecurityAutoConfiguration.FormLoginWebSecurityConfigurerAdapter - Class in org.flowable.ui.common.security
- FlowableUiSecurityAutoConfiguration.LocalIdmConfiguration - Class in org.flowable.ui.common.security
- FlowableUiSecurityAutoConfiguration.OAuthWebSecurityConfigurerAdapter - Class in org.flowable.ui.common.security
- FlowableUiSecurityAutoConfiguration.RemoteIdmConfiguration - Class in org.flowable.ui.common.security
- flowableUiUserDetailsService(RemoteIdmService) - Method in class org.flowable.ui.common.security.FlowableUiSecurityAutoConfiguration.RemoteIdmConfiguration
- FORM_LOGIN_SECURITY_ORDER - Static variable in interface org.flowable.ui.common.security.SecurityConstants
- FormLoginWebSecurityConfigurerAdapter() - Constructor for class org.flowable.ui.common.security.FlowableUiSecurityAutoConfiguration.FormLoginWebSecurityConfigurerAdapter
- fullName - Variable in class org.flowable.ui.common.model.RemoteUser
- fullName - Variable in class org.flowable.ui.common.model.UserRepresentation
- fullNameKey - Variable in class org.flowable.ui.common.rest.idm.OAuth2CurrentUserProvider
G
- generateId() - Method in class org.flowable.ui.common.repository.UuidIdGenerator
- generateRandom(int) - Method in class org.flowable.ui.common.security.BasePersistentTokenService
- generateRandomWithoutSlash(int) - Method in class org.flowable.ui.common.security.BasePersistentTokenService
- generateSeriesData() - Method in class org.flowable.ui.common.security.BasePersistentTokenService
- generateTokenData() - Method in class org.flowable.ui.common.security.BasePersistentTokenService
- getAccount(Authentication) - Method in class org.flowable.ui.common.rest.idm.remote.RemoteAccountResource
-
GET /rest/account -> get the current user.
- getAction() - Method in class org.flowable.ui.common.model.BaseRestActionRepresentation
- getAttribute(String, Map<String, Object>, String) - Method in class org.flowable.ui.common.rest.idm.OAuth2CurrentUserProvider
- getAuthenticatedSecurityScope() - Static method in class org.flowable.ui.common.security.SecurityUtils
- getAuthenticationEntryPoint(ApplicationContext) - Method in class org.flowable.ui.common.security.FlowableUiCustomFormLoginConfigurer
- getAuthenticationEntryPointMatcher(H) - Method in class org.flowable.ui.common.security.FlowableUiCustomFormLoginConfigurer
- getAuthenticationMode() - Method in class org.flowable.ui.common.properties.FlowableRestAppProperties
- getAuthoritiesAttribute() - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties.OAuth2
- getCacheLoginTokens() - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties
- getCacheLoginUsers() - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties
- getCacheUsers() - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties
- getComment() - Method in class org.flowable.ui.common.model.BaseRestActionRepresentation
- getCookie() - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties.Security
- getCurrentSecurityScope() - Static method in class org.flowable.ui.common.security.SecurityUtils
- getCurrentUser(Authentication) - Method in interface org.flowable.ui.common.rest.idm.CurrentUserProvider
- getCurrentUser(Authentication) - Method in class org.flowable.ui.common.rest.idm.OAuth2CurrentUserProvider
- getCurrentUser(OidcUser) - Method in class org.flowable.ui.common.rest.idm.OAuth2CurrentUserProvider
- getCurrentUser(OAuth2User) - Method in class org.flowable.ui.common.rest.idm.OAuth2CurrentUserProvider
- getCurrentUserId() - Static method in class org.flowable.ui.common.security.SecurityUtils
-
Get the login of the current user.
- getCurrentUserRepresentation(String) - Method in class org.flowable.ui.common.rest.idm.remote.RemoteAccountResource
- getCustomData() - Method in exception org.flowable.ui.common.service.exception.BaseModelerRestException
- getCustomData() - Method in class org.flowable.ui.common.service.exception.ErrorInfo
- getData() - Method in class org.flowable.ui.common.model.ResultListDataRepresentation
- getDefaultAuthorities() - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties.OAuth2
- getDefaultGroups() - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties.OAuth2
- getDisplayName() - Method in class org.flowable.ui.common.model.RemoteUser
- getDomain() - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties.Cookie
- getEmail() - Method in class org.flowable.ui.common.model.RemoteUser
- getEmail() - Method in class org.flowable.ui.common.model.UserRepresentation
- getEmailAttribute() - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties.OAuth2
- getEmailKey() - Method in class org.flowable.ui.common.rest.idm.OAuth2CurrentUserProvider
- getFirstName() - Method in class org.flowable.ui.common.model.RemoteUser
- getFirstName() - Method in class org.flowable.ui.common.model.UserRepresentation
- getFirstNameAttribute() - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties.OAuth2
- getFirstNameKey() - Method in class org.flowable.ui.common.rest.idm.OAuth2CurrentUserProvider
- getFullName() - Method in class org.flowable.ui.common.model.RemoteUser
- getFullName() - Method in class org.flowable.ui.common.model.UserRepresentation
- getFullNameAttribute() - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties.OAuth2
- getFullNameKey() - Method in class org.flowable.ui.common.rest.idm.OAuth2CurrentUserProvider
- getGrantedAuthorities() - Method in class org.flowable.ui.common.service.idm.cache.UserCache.CachedUser
- getGroup(String) - Method in interface org.flowable.ui.common.service.idm.RemoteIdmService
- getGroup(String) - Method in class org.flowable.ui.common.service.idm.RemoteIdmServiceImpl
- getGroupIds() - Method in class org.flowable.ui.common.security.FlowableAuthenticationSecurityScope
- getGroupIds() - Method in interface org.flowable.ui.common.security.SecurityScope
-
The group ids for which the security scope is meant for
- getGroups() - Method in class org.flowable.ui.common.model.RemoteUser
- getGroups() - Method in class org.flowable.ui.common.model.UserRepresentation
- getGroupsAttribute() - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties.OAuth2
- getId() - Method in class org.flowable.ui.common.model.GroupRepresentation
- getId() - Method in class org.flowable.ui.common.model.RemoteGroup
- getId() - Method in class org.flowable.ui.common.model.RemoteToken
- getId() - Method in class org.flowable.ui.common.model.RemoteUser
- getId() - Method in class org.flowable.ui.common.model.UserRepresentation
- getIdmAdmin() - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties
- getIdmRedirectUrl() - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties
- getIdmUrl() - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties
- getIpAddress() - Method in class org.flowable.ui.common.model.RemoteToken
- getLastDatabaseCheck() - Method in class org.flowable.ui.common.service.idm.cache.UserCache.CachedUser
- getLastName() - Method in class org.flowable.ui.common.model.RemoteUser
- getLastName() - Method in class org.flowable.ui.common.model.UserRepresentation
- getLastNameAttribute() - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties.OAuth2
- getLastNameKey() - Method in class org.flowable.ui.common.rest.idm.OAuth2CurrentUserProvider
- getMaxAge() - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties.Cache
- getMaxAge() - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties.Cookie
- getMaxAge() - Method in class org.flowable.ui.common.security.BasePersistentTokenService
- getMaxSize() - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties.Cache
- getMaxUserSize() - Method in class org.flowable.ui.common.security.BasePersistentTokenService
- getMessage() - Method in class org.flowable.ui.common.service.exception.ErrorInfo
- getMessageKey() - Method in exception org.flowable.ui.common.service.exception.BaseModelerRestException
- getMessageKey() - Method in class org.flowable.ui.common.service.exception.ErrorInfo
- getName() - Method in class org.flowable.ui.common.model.GroupRepresentation
- getName() - Method in class org.flowable.ui.common.model.RemoteGroup
- getOAuth2() - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties.Security
- getOAuth2UserAuthority(Collection<? extends GrantedAuthority>) - Method in class org.flowable.ui.common.security.FlowableOAuth2GrantedAuthoritiesMapper
- getOrder() - Method in class org.flowable.ui.common.properties.BackwardsCompatiblePropertiesLoader
- getPassword() - Method in class org.flowable.ui.common.model.RemoteUser
- getPassword() - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties.Admin
- getPrivileges() - Method in class org.flowable.ui.common.model.RemoteUser
- getPrivileges() - Method in class org.flowable.ui.common.model.UserRepresentation
- getRedirectOnAuthSuccess() - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties
- getRefreshAge() - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties.Cookie
- getRememberMeKey() - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties.Security
- getRolePrefix() - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties
- getSafeMessageKey(String) - Method in class org.flowable.ui.common.rest.exception.RestExceptionHandlerAdvice
- getSecurity() - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties
- getSecurityScope(Authentication) - Method in class org.flowable.ui.common.security.FlowableSecurityScopeProvider
- getSecurityScope(Authentication) - Method in interface org.flowable.ui.common.security.SecurityScopeProvider
-
Get the Flowable Security scope from the given authentication.
- getSecurityScope(Authentication) - Static method in class org.flowable.ui.common.security.SecurityUtils
- getSize() - Method in class org.flowable.ui.common.model.ResultListDataRepresentation
- getStart() - Method in class org.flowable.ui.common.model.ResultListDataRepresentation
- getTenantId() - Method in class org.flowable.ui.common.model.RemoteUser
- getTenantId() - Method in class org.flowable.ui.common.model.UserRepresentation
- getTenantId() - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties
- getTenantId() - Method in class org.flowable.ui.common.security.FlowableAuthenticationSecurityScope
- getTenantId() - Method in interface org.flowable.ui.common.security.SecurityScope
-
The tenant id for which the security scope is meant for
- getTenantId() - Method in class org.flowable.ui.common.tenant.DefaultTenantProvider
- getTenantId() - Method in interface org.flowable.ui.common.tenant.TenantProvider
- getToken(String) - Method in class org.flowable.ui.common.security.BasePersistentTokenService
- getToken(String) - Method in interface org.flowable.ui.common.security.PersistentTokenService
- getToken(String) - Method in interface org.flowable.ui.common.service.idm.RemoteIdmService
- getToken(String) - Method in class org.flowable.ui.common.service.idm.RemoteIdmServiceImpl
- getTokenData() - Method in class org.flowable.ui.common.model.RemoteToken
- getTokenDate() - Method in class org.flowable.ui.common.model.RemoteToken
- getTokenValue() - Method in class org.flowable.ui.common.model.RemoteToken
- getTotal() - Method in class org.flowable.ui.common.model.ResultListDataRepresentation
- getType() - Method in class org.flowable.ui.common.model.GroupRepresentation
- getType() - Method in class org.flowable.ui.common.model.RemoteGroup
- getType() - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties.Security
- getUser() - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties.Admin
- getUser() - Method in class org.flowable.ui.common.service.idm.cache.UserCache.CachedUser
- getUser(String) - Method in class org.flowable.ui.common.service.idm.cache.BaseUserCache
- getUser(String) - Method in interface org.flowable.ui.common.service.idm.cache.UserCache
- getUser(String) - Method in interface org.flowable.ui.common.service.idm.RemoteIdmService
- getUser(String) - Method in class org.flowable.ui.common.service.idm.RemoteIdmServiceImpl
- getUser(String, boolean, boolean, boolean) - Method in class org.flowable.ui.common.service.idm.cache.BaseUserCache
- getUser(String, boolean, boolean, boolean) - Method in interface org.flowable.ui.common.service.idm.cache.UserCache
- getUserAgent() - Method in class org.flowable.ui.common.model.RemoteToken
- getUserId() - Method in class org.flowable.ui.common.model.RemoteToken
- getUserId() - Method in class org.flowable.ui.common.security.FlowableAuthenticationSecurityScope
- getUserId() - Method in interface org.flowable.ui.common.security.SecurityScope
-
The id of the user for which the security scope is meant for
- getUserValidityPeriod() - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties.Security
- getValue() - Method in class org.flowable.ui.common.model.RemoteToken
- grantedAuthorityDefaults(FlowableCommonAppProperties) - Method in class org.flowable.ui.common.properties.FlowableRemoteIdmAutoConfiguration
- GroupRepresentation - Class in org.flowable.ui.common.model
- GroupRepresentation() - Constructor for class org.flowable.ui.common.model.GroupRepresentation
- GroupRepresentation(Group) - Constructor for class org.flowable.ui.common.model.GroupRepresentation
- groups - Variable in class org.flowable.ui.common.model.RemoteUser
- groups - Variable in class org.flowable.ui.common.model.UserRepresentation
- groupsAttribute - Variable in class org.flowable.ui.common.security.FlowableJwtGrantedAuthoritiesMapper
- groupsAttribute - Variable in class org.flowable.ui.common.security.FlowableOAuth2GrantedAuthoritiesMapper
H
- handleBadRequest(BadRequestException) - Method in class org.flowable.ui.common.rest.exception.RestExceptionHandlerAdvice
- handleConflict(ConflictingRequestException) - Method in class org.flowable.ui.common.rest.exception.RestExceptionHandlerAdvice
- handleInternalServerError(InternalServerErrorException) - Method in class org.flowable.ui.common.rest.exception.RestExceptionHandlerAdvice
- handleLockedUser(LockedException) - Method in class org.flowable.ui.common.rest.exception.RestExceptionHandlerAdvice
- handleNonJsonResourceNotFound(NonJsonResourceNotFoundException) - Method in class org.flowable.ui.common.rest.exception.RestExceptionHandlerAdvice
- handleNoPermission(NotPermittedException) - Method in class org.flowable.ui.common.rest.exception.RestExceptionHandlerAdvice
- handleNotFound(NotFoundException) - Method in class org.flowable.ui.common.rest.exception.RestExceptionHandlerAdvice
- handleUnauthorized(UnauthorizedException) - Method in class org.flowable.ui.common.rest.exception.RestExceptionHandlerAdvice
- hasAuthority(String) - Method in class org.flowable.ui.common.security.FlowableAuthenticationSecurityScope
- hasAuthority(String) - Method in interface org.flowable.ui.common.security.SecurityScope
-
Check if the security scope has the given authority.
I
- id - Variable in class org.flowable.ui.common.model.GroupRepresentation
- id - Variable in class org.flowable.ui.common.model.RemoteGroup
- id - Variable in class org.flowable.ui.common.model.RemoteToken
- id - Variable in class org.flowable.ui.common.model.RemoteUser
- id - Variable in class org.flowable.ui.common.model.UserRepresentation
- IDM_API_SECURITY_ORDER - Static variable in interface org.flowable.ui.common.security.SecurityConstants
- IdmEnginePersistentTokenService - Class in org.flowable.ui.common.security
- IdmEnginePersistentTokenService(IdmIdentityService) - Constructor for class org.flowable.ui.common.security.IdmEnginePersistentTokenService
- idmIdentityService - Variable in class org.flowable.ui.common.security.IdmEnginePersistentTokenService
- init(H) - Method in class org.flowable.ui.common.security.FlowableUiCustomFormLoginConfigurer
- initCache() - Method in class org.flowable.ui.common.service.idm.cache.BaseUserCache
- initialized(Supplier<WebApplicationContext>) - Method in class org.flowable.ui.common.security.ActuatorRequestMatcher
- InternalServerErrorException - Exception in org.flowable.ui.common.service.exception
- InternalServerErrorException() - Constructor for exception org.flowable.ui.common.service.exception.InternalServerErrorException
- InternalServerErrorException(String) - Constructor for exception org.flowable.ui.common.service.exception.InternalServerErrorException
- InternalServerErrorException(String, Throwable) - Constructor for exception org.flowable.ui.common.service.exception.InternalServerErrorException
- invalidate(String) - Method in class org.flowable.ui.common.service.idm.cache.BaseUserCache
- invalidate(String) - Method in interface org.flowable.ui.common.service.idm.cache.UserCache
- invalidateCacheEntryAndGetToken(String, boolean) - Method in class org.flowable.ui.common.security.BasePersistentTokenService
- invalidateCacheEntryAndGetToken(String, boolean) - Method in interface org.flowable.ui.common.security.PersistentTokenService
- isPictureSet() - Method in class org.flowable.ui.common.model.RemoteUser
- isVerifyRestApiPrivilege() - Method in class org.flowable.ui.common.properties.FlowableRestAppProperties
J
- JwtApiHttpSecurityCustomizer - Class in org.flowable.ui.common.security
- JwtApiHttpSecurityCustomizer(JwtAuthenticationConverter) - Constructor for class org.flowable.ui.common.security.JwtApiHttpSecurityCustomizer
K
- keycloakAuthoritiesMapper() - Method in class org.flowable.ui.common.security.FlowableUiSecurityAutoConfiguration.OAuthWebSecurityConfigurerAdapter
L
- lastName - Variable in class org.flowable.ui.common.model.RemoteUser
- lastName - Variable in class org.flowable.ui.common.model.UserRepresentation
- lastNameKey - Variable in class org.flowable.ui.common.rest.idm.OAuth2CurrentUserProvider
- LIQUIBASE_SCOPE_VALUES - Static variable in class org.flowable.ui.common.util.LiquibaseUtil
- LiquibaseUtil - Class in org.flowable.ui.common.util
- LiquibaseUtil() - Constructor for class org.flowable.ui.common.util.LiquibaseUtil
- loadToken(String) - Method in class org.flowable.ui.common.security.BasePersistentTokenService
- loadToken(String) - Method in class org.flowable.ui.common.security.IdmEnginePersistentTokenService
- loadToken(String) - Method in class org.flowable.ui.common.security.RemoteIdmPersistentTokenService
- loadUser(String) - Method in class org.flowable.ui.common.service.idm.cache.BaseUserCache
- loadUser(String) - Method in class org.flowable.ui.common.service.idm.cache.RemoteIdmUserCache
- loadUserByUsername(String) - Method in class org.flowable.ui.common.security.RemoteIdmUserDetailsService
- LocalIdmConfiguration() - Constructor for class org.flowable.ui.common.security.FlowableUiSecurityAutoConfiguration.LocalIdmConfiguration
- logger - Variable in class org.flowable.ui.common.security.BasePersistentTokenService
- logout(HttpServletRequest, HttpServletResponse, Authentication) - Method in class org.flowable.ui.common.security.ClearFlowableCookieLogoutHandler
- logout(HttpServletRequest, HttpServletResponse, Authentication) - Method in class org.flowable.ui.common.security.CustomPersistentRememberMeServices
-
When logout occurs, only invalidate the current token, and not all user sessions.
M
- mapAuthorities(Collection<? extends GrantedAuthority>) - Method in class org.flowable.ui.common.security.FlowableOAuth2GrantedAuthoritiesMapper
- matches(HttpServletRequest, Supplier<WebApplicationContext>) - Method in class org.flowable.ui.common.security.ActuatorRequestMatcher
- maxAge - Variable in class org.flowable.ui.common.security.BasePersistentTokenService
- maxUserSize - Variable in class org.flowable.ui.common.security.BasePersistentTokenService
- messageKey - Variable in exception org.flowable.ui.common.service.exception.BaseModelerRestException
- MODELER_API_SECURITY_ORDER - Static variable in interface org.flowable.ui.common.security.SecurityConstants
- ModelErrorException - Exception in org.flowable.ui.common.service.exception
- ModelErrorException() - Constructor for exception org.flowable.ui.common.service.exception.ModelErrorException
- ModelErrorException(String) - Constructor for exception org.flowable.ui.common.service.exception.ModelErrorException
- ModelErrorException(String, Throwable) - Constructor for exception org.flowable.ui.common.service.exception.ModelErrorException
N
- name - Variable in class org.flowable.ui.common.model.GroupRepresentation
- name - Variable in class org.flowable.ui.common.model.RemoteGroup
- NonJsonResourceNotFoundException - Exception in org.flowable.ui.common.service.exception
-
This is needed for when the REST resource is stated to return for example image/png, but needs to throw a 404 In this case, the default ExceptionHandlerAdvice will create a message for the 404.
- NonJsonResourceNotFoundException() - Constructor for exception org.flowable.ui.common.service.exception.NonJsonResourceNotFoundException
- NotFoundException - Exception in org.flowable.ui.common.service.exception
- NotFoundException() - Constructor for exception org.flowable.ui.common.service.exception.NotFoundException
- NotFoundException(String) - Constructor for exception org.flowable.ui.common.service.exception.NotFoundException
- NotPermittedException - Exception in org.flowable.ui.common.service.exception
-
Exception thrown when an operation is performed for which the current user has insufficient permissions.
- NotPermittedException() - Constructor for exception org.flowable.ui.common.service.exception.NotPermittedException
- NotPermittedException(String) - Constructor for exception org.flowable.ui.common.service.exception.NotPermittedException
- NotPermittedException(String, Throwable) - Constructor for exception org.flowable.ui.common.service.exception.NotPermittedException
- NotPermittedException(Throwable) - Constructor for exception org.flowable.ui.common.service.exception.NotPermittedException
O
- OAuth2() - Constructor for class org.flowable.ui.common.properties.FlowableCommonAppProperties.OAuth2
- oauth2CurrentUserProvider() - Method in class org.flowable.ui.common.security.FlowableUiSecurityAutoConfiguration.OAuthWebSecurityConfigurerAdapter
- OAuth2CurrentUserProvider - Class in org.flowable.ui.common.rest.idm
- OAuth2CurrentUserProvider() - Constructor for class org.flowable.ui.common.rest.idm.OAuth2CurrentUserProvider
- OAuthWebSecurityConfigurerAdapter(FlowableCommonAppProperties, ObjectProvider<PasswordEncoder>) - Constructor for class org.flowable.ui.common.security.FlowableUiSecurityAutoConfiguration.OAuthWebSecurityConfigurerAdapter
- objectMapper - Variable in class org.flowable.ui.common.service.idm.RemoteIdmServiceImpl
- onAuthenticationFailure(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class org.flowable.ui.common.security.AjaxAuthenticationFailureHandler
- onAuthenticationSuccess(HttpServletRequest, HttpServletResponse, Authentication) - Method in class org.flowable.ui.common.security.AjaxAuthenticationSuccessHandler
- onLoginSuccess(HttpServletRequest, HttpServletResponse, Authentication) - Method in class org.flowable.ui.common.security.CustomPersistentRememberMeServices
- org.flowable.ui.common.model - package org.flowable.ui.common.model
- org.flowable.ui.common.properties - package org.flowable.ui.common.properties
- org.flowable.ui.common.repository - package org.flowable.ui.common.repository
- org.flowable.ui.common.rest.exception - package org.flowable.ui.common.rest.exception
- org.flowable.ui.common.rest.idm - package org.flowable.ui.common.rest.idm
- org.flowable.ui.common.rest.idm.remote - package org.flowable.ui.common.rest.idm.remote
- org.flowable.ui.common.security - package org.flowable.ui.common.security
- org.flowable.ui.common.service.exception - package org.flowable.ui.common.service.exception
- org.flowable.ui.common.service.idm - package org.flowable.ui.common.service.idm
- org.flowable.ui.common.service.idm.cache - package org.flowable.ui.common.service.idm.cache
- org.flowable.ui.common.service.liquibase - package org.flowable.ui.common.service.liquibase
- org.flowable.ui.common.tenant - package org.flowable.ui.common.tenant
- org.flowable.ui.common.util - package org.flowable.ui.common.util
P
- parseGroupInfo(JsonNode) - Method in class org.flowable.ui.common.service.idm.RemoteIdmServiceImpl
- parseGroupsInfo(JsonNode) - Method in class org.flowable.ui.common.service.idm.RemoteIdmServiceImpl
- parseUserInfo(JsonNode) - Method in class org.flowable.ui.common.service.idm.RemoteIdmServiceImpl
- parseUsersInfo(JsonNode) - Method in class org.flowable.ui.common.service.idm.RemoteIdmServiceImpl
- password - Variable in class org.flowable.ui.common.security.FixUserApiHttpSecurityCustomizer
- passwordEncoder - Variable in class org.flowable.ui.common.security.FlowableUiSecurityAutoConfiguration.OAuthWebSecurityConfigurerAdapter
- PersistentTokenService - Interface in org.flowable.ui.common.security
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.flowable.ui.common.properties.BackwardsCompatiblePropertiesLoader
- privileges - Variable in class org.flowable.ui.common.model.RemoteUser
- privileges - Variable in class org.flowable.ui.common.model.UserRepresentation
- processAutoLoginCookie(String[], HttpServletRequest, HttpServletResponse) - Method in class org.flowable.ui.common.security.CustomPersistentRememberMeServices
- properties - Variable in class org.flowable.ui.common.service.idm.cache.BaseUserCache
- putUser(String, UserCache.CachedUser) - Method in class org.flowable.ui.common.service.idm.cache.BaseUserCache
- putUser(String, UserCache.CachedUser) - Method in interface org.flowable.ui.common.service.idm.cache.UserCache
R
- random - Variable in class org.flowable.ui.common.security.BasePersistentTokenService
- redirectUrlOnAuthSuccess - Variable in class org.flowable.ui.common.security.FlowableLoginUrlAuthenticationEntryPoint
- rememberMeServicesObjectProvider - Variable in class org.flowable.ui.common.security.FlowableUiSecurityAutoConfiguration.FormLoginWebSecurityConfigurerAdapter
- RemoteAccountResource - Class in org.flowable.ui.common.rest.idm.remote
- RemoteAccountResource(ObjectProvider<CurrentUserProvider>) - Constructor for class org.flowable.ui.common.rest.idm.remote.RemoteAccountResource
- RemoteGroup - Class in org.flowable.ui.common.model
- RemoteGroup() - Constructor for class org.flowable.ui.common.model.RemoteGroup
- RemoteGroup(String, String) - Constructor for class org.flowable.ui.common.model.RemoteGroup
- remoteIdmAuthenticationProvider(RemoteIdmService) - Method in class org.flowable.ui.common.security.FlowableUiSecurityAutoConfiguration.RemoteIdmConfiguration
- RemoteIdmAuthenticationProvider - Class in org.flowable.ui.common.security
- RemoteIdmAuthenticationProvider(RemoteIdmService) - Constructor for class org.flowable.ui.common.security.RemoteIdmAuthenticationProvider
- RemoteIdmConfiguration() - Constructor for class org.flowable.ui.common.security.FlowableUiSecurityAutoConfiguration.RemoteIdmConfiguration
- RemoteIdmPersistentTokenService - Class in org.flowable.ui.common.security
- RemoteIdmPersistentTokenService(RemoteIdmService) - Constructor for class org.flowable.ui.common.security.RemoteIdmPersistentTokenService
- remoteIdmService - Variable in class org.flowable.ui.common.security.RemoteIdmAuthenticationProvider
- remoteIdmService - Variable in class org.flowable.ui.common.security.RemoteIdmPersistentTokenService
- remoteIdmService - Variable in class org.flowable.ui.common.security.RemoteIdmUserDetailsService
- remoteIdmService - Variable in class org.flowable.ui.common.service.idm.cache.RemoteIdmUserCache
- remoteIdmService(FlowableCommonAppProperties) - Method in class org.flowable.ui.common.security.FlowableUiSecurityAutoConfiguration.RemoteIdmConfiguration
- RemoteIdmService - Interface in org.flowable.ui.common.service.idm
- RemoteIdmServiceImpl - Class in org.flowable.ui.common.service.idm
- RemoteIdmServiceImpl(FlowableCommonAppProperties) - Constructor for class org.flowable.ui.common.service.idm.RemoteIdmServiceImpl
- remoteIdmUserCache(FlowableCommonAppProperties, RemoteIdmService) - Method in class org.flowable.ui.common.security.FlowableUiSecurityAutoConfiguration.RemoteIdmConfiguration
- RemoteIdmUserCache - Class in org.flowable.ui.common.service.idm.cache
-
Cache containing User objects to prevent too much DB-traffic (users exist separately from the Flowable tables, they need to be fetched afterward one by one to join with those entities).
- RemoteIdmUserCache(FlowableCommonAppProperties, RemoteIdmService) - Constructor for class org.flowable.ui.common.service.idm.cache.RemoteIdmUserCache
- RemoteIdmUserDetailsService - Class in org.flowable.ui.common.security
- RemoteIdmUserDetailsService(RemoteIdmService) - Constructor for class org.flowable.ui.common.security.RemoteIdmUserDetailsService
- RemoteToken - Class in org.flowable.ui.common.model
- RemoteToken() - Constructor for class org.flowable.ui.common.model.RemoteToken
- RemoteUser - Class in org.flowable.ui.common.model
- RemoteUser() - Constructor for class org.flowable.ui.common.model.RemoteUser
- RestExceptionHandlerAdvice - Class in org.flowable.ui.common.rest.exception
-
From http://spring.io/blog/2013/11/01/exception-handling-in-spring-mvc
- RestExceptionHandlerAdvice() - Constructor for class org.flowable.ui.common.rest.exception.RestExceptionHandlerAdvice
- ResultListDataRepresentation - Class in org.flowable.ui.common.model
- ResultListDataRepresentation() - Constructor for class org.flowable.ui.common.model.ResultListDataRepresentation
- ResultListDataRepresentation(List<? extends Object>) - Constructor for class org.flowable.ui.common.model.ResultListDataRepresentation
- runInFlowableScope(Callable<T>) - Static method in class org.flowable.ui.common.util.LiquibaseUtil
S
- Security() - Constructor for class org.flowable.ui.common.properties.FlowableCommonAppProperties.Security
- SecurityConstants - Interface in org.flowable.ui.common.security
- SecurityScope - Interface in org.flowable.ui.common.security
-
Security scope that can be used for passing the needed security scope accessibility to the Java API.
- SecurityScopeProvider - Interface in org.flowable.ui.common.security
-
Interface responsible for providing the security for a given authentication.
- SecurityUtils - Class in org.flowable.ui.common.security
-
Utility class for Spring Security.
- setAction(String) - Method in class org.flowable.ui.common.model.BaseRestActionRepresentation
- setAuthenticationMode(String) - Method in class org.flowable.ui.common.properties.FlowableRestAppProperties
- setAuthoritiesAttribute(String) - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties.OAuth2
- setComment(String) - Method in class org.flowable.ui.common.model.BaseRestActionRepresentation
- setCookie(String[], int, HttpServletRequest, HttpServletResponse) - Method in class org.flowable.ui.common.security.CustomPersistentRememberMeServices
- setCustomData(Map<String, Object>) - Method in exception org.flowable.ui.common.service.exception.BaseModelerRestException
- setCustomData(Map<String, Object>) - Method in class org.flowable.ui.common.service.exception.ErrorInfo
- setData(List<? extends Object>) - Method in class org.flowable.ui.common.model.ResultListDataRepresentation
- setDefaultAuthorities(Collection<String>) - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties.OAuth2
- setDefaultConverter(JwtGrantedAuthoritiesConverter) - Method in class org.flowable.ui.common.security.FlowableJwtGrantedAuthoritiesMapper
- setDefaultGroups(Collection<String>) - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties.OAuth2
- setDisplayName(String) - Method in class org.flowable.ui.common.model.RemoteUser
- setDomain(String) - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties.Cookie
- setEmail(String) - Method in class org.flowable.ui.common.model.RemoteUser
- setEmail(String) - Method in class org.flowable.ui.common.model.UserRepresentation
- setEmailAttribute(String) - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties.OAuth2
- setEmailKey(String) - Method in class org.flowable.ui.common.rest.idm.OAuth2CurrentUserProvider
- setFirstName(String) - Method in class org.flowable.ui.common.model.RemoteUser
- setFirstName(String) - Method in class org.flowable.ui.common.model.UserRepresentation
- setFirstNameAttribute(String) - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties.OAuth2
- setFirstNameKey(String) - Method in class org.flowable.ui.common.rest.idm.OAuth2CurrentUserProvider
- setFullName(String) - Method in class org.flowable.ui.common.model.RemoteUser
- setFullName(String) - Method in class org.flowable.ui.common.model.UserRepresentation
- setFullNameAttribute(String) - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties.OAuth2
- setFullNameKey(String) - Method in class org.flowable.ui.common.rest.idm.OAuth2CurrentUserProvider
- setGroups(List<GroupRepresentation>) - Method in class org.flowable.ui.common.model.UserRepresentation
- setGroups(List<RemoteGroup>) - Method in class org.flowable.ui.common.model.RemoteUser
- setGroupsAttribute(String) - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties.OAuth2
- setId(String) - Method in class org.flowable.ui.common.model.GroupRepresentation
- setId(String) - Method in class org.flowable.ui.common.model.RemoteGroup
- setId(String) - Method in class org.flowable.ui.common.model.RemoteToken
- setId(String) - Method in class org.flowable.ui.common.model.RemoteUser
- setId(String) - Method in class org.flowable.ui.common.model.UserRepresentation
- setIdmRedirectUrl(String) - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties
- setIdmUrl(String) - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties
- setIpAddress(String) - Method in class org.flowable.ui.common.model.RemoteToken
- setLastDatabaseCheck(long) - Method in class org.flowable.ui.common.service.idm.cache.UserCache.CachedUser
- setLastName(String) - Method in class org.flowable.ui.common.model.RemoteUser
- setLastName(String) - Method in class org.flowable.ui.common.model.UserRepresentation
- setLastNameAttribute(String) - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties.OAuth2
- setLastNameKey(String) - Method in class org.flowable.ui.common.rest.idm.OAuth2CurrentUserProvider
- setMaxAge(long) - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties.Cache
- setMaxAge(Duration) - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties.Cookie
- setMaxAge(Duration) - Method in class org.flowable.ui.common.security.BasePersistentTokenService
- setMaxSize(long) - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties.Cache
- setMaxUserSize(long) - Method in class org.flowable.ui.common.security.BasePersistentTokenService
- setMessage(String) - Method in class org.flowable.ui.common.service.exception.ErrorInfo
- setMessageKey(String) - Method in exception org.flowable.ui.common.service.exception.BaseModelerRestException
- setMessageKey(String) - Method in class org.flowable.ui.common.service.exception.ErrorInfo
- setName(String) - Method in class org.flowable.ui.common.model.GroupRepresentation
- setName(String) - Method in class org.flowable.ui.common.model.RemoteGroup
- setPassword(String) - Method in class org.flowable.ui.common.model.RemoteUser
- setPassword(String) - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties.Admin
- setPrivileges(List<String>) - Method in class org.flowable.ui.common.model.RemoteUser
- setPrivileges(List<String>) - Method in class org.flowable.ui.common.model.UserRepresentation
- setRedirectOnAuthSuccess(String) - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties
- setRefreshAge(Duration) - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties.Cookie
- setRememberMeKey(String) - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties.Security
- setRolePrefix(String) - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties
- setSecurityScopeProvider(SecurityScopeProvider) - Static method in class org.flowable.ui.common.security.SecurityUtils
- setSize(Integer) - Method in class org.flowable.ui.common.model.ResultListDataRepresentation
- setStart(Integer) - Method in class org.flowable.ui.common.model.ResultListDataRepresentation
- setTenantId(String) - Method in class org.flowable.ui.common.model.RemoteUser
- setTenantId(String) - Method in class org.flowable.ui.common.model.UserRepresentation
- setTenantId(String) - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties
- setTokenData(String) - Method in class org.flowable.ui.common.model.RemoteToken
- setTokenDate(Date) - Method in class org.flowable.ui.common.model.RemoteToken
- setTokenValue(String) - Method in class org.flowable.ui.common.model.RemoteToken
- setTotal(Long) - Method in class org.flowable.ui.common.model.ResultListDataRepresentation
- setType(String) - Method in class org.flowable.ui.common.model.GroupRepresentation
- setType(String) - Method in class org.flowable.ui.common.model.RemoteGroup
- setType(String) - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties.Security
- setUser(String) - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties.Admin
- setUserAgent(String) - Method in class org.flowable.ui.common.model.RemoteToken
- setUserId(String) - Method in class org.flowable.ui.common.model.RemoteToken
- setUserValidityPeriod(long) - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties.Security
- setValue(String) - Method in class org.flowable.ui.common.model.RemoteToken
- size - Variable in class org.flowable.ui.common.model.ResultListDataRepresentation
- start - Variable in class org.flowable.ui.common.model.ResultListDataRepresentation
- supports(Class<?>) - Method in class org.flowable.ui.common.security.RemoteIdmAuthenticationProvider
- supports(Authentication) - Method in interface org.flowable.ui.common.rest.idm.CurrentUserProvider
- supports(Authentication) - Method in class org.flowable.ui.common.rest.idm.OAuth2CurrentUserProvider
T
- TASK_API_SECURITY_ORDER - Static variable in interface org.flowable.ui.common.security.SecurityConstants
- tenantId - Variable in class org.flowable.ui.common.model.RemoteUser
- tenantId - Variable in class org.flowable.ui.common.model.UserRepresentation
- TenantProvider - Interface in org.flowable.ui.common.tenant
- timeBasedGenerator - Static variable in class org.flowable.ui.common.repository.UuidIdGenerator
- total - Variable in class org.flowable.ui.common.model.ResultListDataRepresentation
- type - Variable in class org.flowable.ui.common.model.GroupRepresentation
U
- UnauthorizedException - Exception in org.flowable.ui.common.service.exception
-
Exception thrown when the request that is performed need authorization, but no valid ticket has been passed along with it.
- UnauthorizedException(String) - Constructor for exception org.flowable.ui.common.service.exception.UnauthorizedException
- UnauthorizedException(String, Throwable) - Constructor for exception org.flowable.ui.common.service.exception.UnauthorizedException
- UnauthorizedException(Throwable) - Constructor for exception org.flowable.ui.common.service.exception.UnauthorizedException
- url - Variable in class org.flowable.ui.common.service.idm.RemoteIdmServiceImpl
- userCache - Variable in class org.flowable.ui.common.service.idm.cache.BaseUserCache
- UserCache - Interface in org.flowable.ui.common.service.idm.cache
-
A cache of
Userobjects. - UserCache.CachedUser - Class in org.flowable.ui.common.service.idm.cache
- userId - Variable in class org.flowable.ui.common.model.RemoteToken
- username - Variable in class org.flowable.ui.common.security.FixUserApiHttpSecurityCustomizer
- UserRepresentation - Class in org.flowable.ui.common.model
- UserRepresentation() - Constructor for class org.flowable.ui.common.model.UserRepresentation
- UserRepresentation(String) - Constructor for class org.flowable.ui.common.model.UserRepresentation
- UserRepresentation(User) - Constructor for class org.flowable.ui.common.model.UserRepresentation
- UuidIdGenerator - Class in org.flowable.ui.common.repository
-
IdGeneratorimplementation based on the current time and the ethernet address of the machine it is running on. - UuidIdGenerator() - Constructor for class org.flowable.ui.common.repository.UuidIdGenerator
V
- value - Variable in class org.flowable.ui.common.model.RemoteToken
X
- XmlUtil - Class in org.flowable.ui.common.util
- XmlUtil() - Constructor for class org.flowable.ui.common.util.XmlUtil
All Classes All Packages