Skip navigation links
A B C D E F G H I L M N O P R S T U V X 

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
 
ActuatorRequestMatcher - Class in org.flowable.ui.common.security
A RequestMatcher that is matches all endpoints of an actuator.
ActuatorRequestMatcher() - Constructor for class org.flowable.ui.common.security.ActuatorRequestMatcher
 
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
 
assumeUser(User) - Static method in class org.flowable.ui.common.security.SecurityUtils
 
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
 

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, Throwable) - Constructor for exception org.flowable.ui.common.service.exception.BaseModelerRestException
 
BaseModelerRestException(String) - Constructor for exception org.flowable.ui.common.service.exception.BaseModelerRestException
 
BaseModelerRestException(Throwable) - Constructor for exception org.flowable.ui.common.service.exception.BaseModelerRestException
 
BaseRestActionRepresentation - Class in org.flowable.ui.common.model
 
BaseRestActionRepresentation() - Constructor for class org.flowable.ui.common.model.BaseRestActionRepresentation
 

C

Cache() - Constructor for class org.flowable.ui.common.properties.FlowableCommonAppProperties.Cache
 
callRemoteIdmService(String, String, String) - Method in class org.flowable.ui.common.service.idm.RemoteIdmServiceImpl
 
clearAssumeUser() - Static method in class org.flowable.ui.common.security.SecurityUtils
 
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
 
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
 
COOKIE_NAME - Static variable in interface org.flowable.ui.common.security.CookieConstants
 
CookieConstants - Interface in org.flowable.ui.common.security
 
createDelegate(WebApplicationContext, ActuatorRequestMatcher.RequestMatcherFactory) - Method in class org.flowable.ui.common.security.ActuatorRequestMatcher
 
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
currentUserHasCapability(String) - Static method in class org.flowable.ui.common.security.SecurityUtils
 
customData - Variable in exception org.flowable.ui.common.service.exception.BaseModelerRestException
 

D

data - Variable in class org.flowable.ui.common.model.ResultListDataRepresentation
 
DATASOURCE_DRIVER_CLASS_NAME - Static variable in class org.flowable.ui.common.conf.DevelopmentConfiguration
 
DATASOURCE_PASSWORD - Static variable in class org.flowable.ui.common.conf.DevelopmentConfiguration
 
DATASOURCE_URL - Static variable in class org.flowable.ui.common.conf.DevelopmentConfiguration
 
DATASOURCE_USERNAME - Static variable in class org.flowable.ui.common.conf.DevelopmentConfiguration
 
decodeCookie(String) - Method in class org.flowable.ui.common.filter.FlowableCookieFilter
 
DEFAULT_ORDER - Static variable in class org.flowable.ui.common.properties.BackwardsCompatiblePropertiesLoader
 
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
 
DELIMITER - Static variable in class org.flowable.ui.common.filter.FlowableCookieFilter
 
determineIdmAppRedirectUrl() - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties
 
determineIdmAppUrl() - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties
 
DevelopmentConfiguration - Class in org.flowable.ui.common.conf
Development @Profile specific datasource override
DevelopmentConfiguration() - Constructor for class org.flowable.ui.common.conf.DevelopmentConfiguration
 
developmentDataSource() - Method in class org.flowable.ui.common.conf.DevelopmentConfiguration
 
displayName - Variable in class org.flowable.ui.common.model.RemoteUser
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.flowable.ui.common.filter.FlowableCookieFilter
 

E

email - Variable in class org.flowable.ui.common.model.RemoteUser
 
email - Variable in class org.flowable.ui.common.model.UserRepresentation
 
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
 

F

filterCallback - Variable in class org.flowable.ui.common.filter.FlowableCookieFilter
 
filterCallback - Variable in class org.flowable.ui.common.filter.FlowableCookieFilterRegistrationBean
 
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
 
FlowableAppUser - Class in org.flowable.ui.common.security
A UserDetails implementation that exposes the User object the logged in user represents.
FlowableAppUser(User, String, Collection<? extends GrantedAuthority>) - Constructor for class org.flowable.ui.common.security.FlowableAppUser
The userId needs to be passed explicitly.
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.
FlowableCookieFilter - Class in org.flowable.ui.common.filter
 
FlowableCookieFilter(RemoteIdmService, FlowableCommonAppProperties) - Constructor for class org.flowable.ui.common.filter.FlowableCookieFilter
 
FlowableCookieFilterCallback - Interface in org.flowable.ui.common.filter
 
FlowableCookieFilterRegistrationBean - Class in org.flowable.ui.common.filter
 
FlowableCookieFilterRegistrationBean(RemoteIdmService, FlowableCommonAppProperties) - Constructor for class org.flowable.ui.common.filter.FlowableCookieFilterRegistrationBean
 
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
 
fullName - Variable in class org.flowable.ui.common.model.RemoteUser
 
fullName - Variable in class org.flowable.ui.common.model.UserRepresentation
 

G

generateId() - Method in class org.flowable.ui.common.repository.UuidIdGenerator
 
getAccount() - 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
 
getAuthenticationMode() - Method in class org.flowable.ui.common.properties.FlowableRestAppProperties
 
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
 
getCurrentFlowableAppUser() - Static method in class org.flowable.ui.common.security.SecurityUtils
 
getCurrentUserId() - Static method in class org.flowable.ui.common.security.SecurityUtils
Get the login of the current user.
getCurrentUserObject() - Static method in class org.flowable.ui.common.security.SecurityUtils
 
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
 
getDisplayName() - Method in class org.flowable.ui.common.model.RemoteUser
 
getEmail() - Method in class org.flowable.ui.common.model.RemoteUser
 
getEmail() - Method in class org.flowable.ui.common.model.UserRepresentation
 
getFirstName() - Method in class org.flowable.ui.common.model.RemoteUser
 
getFirstName() - Method in class org.flowable.ui.common.model.UserRepresentation
 
getFullName() - Method in class org.flowable.ui.common.model.RemoteUser
 
getFullName() - Method in class org.flowable.ui.common.model.UserRepresentation
 
getGroup(String) - Method in interface org.flowable.ui.common.service.idm.RemoteIdmService
 
getGroup(String) - Method in class org.flowable.ui.common.service.idm.RemoteIdmServiceImpl
 
getGroups() - Method in class org.flowable.ui.common.model.RemoteUser
 
getGroups() - Method in class org.flowable.ui.common.model.UserRepresentation
 
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
 
getLastName() - Method in class org.flowable.ui.common.model.RemoteUser
 
getLastName() - Method in class org.flowable.ui.common.model.UserRepresentation
 
getMaxAge() - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties.Cache
 
getMaxSize() - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties.Cache
 
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
 
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
 
getRequiredPrivileges() - Method in class org.flowable.ui.common.filter.FlowableCookieFilter
 
getRolePrefix() - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties
 
getSafeMessageKey(String) - Method in class org.flowable.ui.common.rest.exception.RestExceptionHandlerAdvice
 
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.properties.FlowableCommonAppProperties
 
getTenantId() - Method in class org.flowable.ui.common.tenant.DefaultTenantProvider
 
getTenantId() - Method in interface org.flowable.ui.common.tenant.TenantProvider
 
getToken(String) - Method in interface org.flowable.ui.common.service.idm.RemoteIdmService
 
getToken(String) - Method in class org.flowable.ui.common.service.idm.RemoteIdmServiceImpl
 
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
 
getUser() - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties.Admin
 
getUser(String) - Method in interface org.flowable.ui.common.service.idm.RemoteIdmService
 
getUser(String) - Method in class org.flowable.ui.common.service.idm.RemoteIdmServiceImpl
 
getUserId() - Method in class org.flowable.ui.common.model.RemoteToken
 
getUserObject() - Method in class org.flowable.ui.common.security.FlowableAppUser
 
getValidToken(HttpServletRequest) - Method in class org.flowable.ui.common.filter.FlowableCookieFilter
 
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
 

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
 

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
 
idmAppUrl - Variable in class org.flowable.ui.common.filter.FlowableCookieFilter
 
initCaches() - Method in class org.flowable.ui.common.filter.FlowableCookieFilter
 
initialized(Supplier<WebApplicationContext>) - Method in class org.flowable.ui.common.security.ActuatorRequestMatcher
 
initializeFilter() - Method in class org.flowable.ui.common.filter.FlowableCookieFilterRegistrationBean
 
initIdmAppRedirectUrl() - Method in class org.flowable.ui.common.filter.FlowableCookieFilter
 
initTokenCache() - Method in class org.flowable.ui.common.filter.FlowableCookieFilter
 
initUserCache() - Method in class org.flowable.ui.common.filter.FlowableCookieFilter
 
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
 
isPictureSet() - Method in class org.flowable.ui.common.model.RemoteUser
 
isRootPath(HttpServletRequest) - Method in class org.flowable.ui.common.filter.FlowableCookieFilter
 
isVerifyRestApiPrivilege() - Method in class org.flowable.ui.common.properties.FlowableRestAppProperties
 

L

lastName - Variable in class org.flowable.ui.common.model.RemoteUser
 
lastName - Variable in class org.flowable.ui.common.model.UserRepresentation
 
logout(HttpServletRequest, HttpServletResponse, Authentication) - Method in class org.flowable.ui.common.security.ClearFlowableCookieLogoutHandler
 

M

matches(HttpServletRequest, Supplier<WebApplicationContext>) - Method in class org.flowable.ui.common.security.ActuatorRequestMatcher
 
messageKey - Variable in exception org.flowable.ui.common.service.exception.BaseModelerRestException
 
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, Throwable) - Constructor for exception org.flowable.ui.common.service.exception.NotPermittedException
 
NotPermittedException(String) - Constructor for exception org.flowable.ui.common.service.exception.NotPermittedException
 
NotPermittedException(Throwable) - Constructor for exception org.flowable.ui.common.service.exception.NotPermittedException
 

O

objectMapper - Variable in class org.flowable.ui.common.service.idm.RemoteIdmServiceImpl
 
onFilterCleanup(HttpServletRequest, HttpServletResponse) - Method in interface org.flowable.ui.common.filter.FlowableCookieFilterCallback
 
onValidTokenFound(HttpServletRequest, HttpServletResponse, RemoteToken) - Method in interface org.flowable.ui.common.filter.FlowableCookieFilterCallback
 
org.flowable.ui.common.conf - package org.flowable.ui.common.conf
 
org.flowable.ui.common.filter - package org.flowable.ui.common.filter
 
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.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.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
 
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
 
properties - Variable in class org.flowable.ui.common.filter.FlowableCookieFilter
 
properties - Variable in class org.flowable.ui.common.filter.FlowableCookieFilterRegistrationBean
 

R

redirectOrSendNotPermitted(HttpServletRequest, HttpServletResponse, String) - Method in class org.flowable.ui.common.filter.FlowableCookieFilter
 
redirectToLogin(HttpServletRequest, HttpServletResponse, String) - Method in class org.flowable.ui.common.filter.FlowableCookieFilter
 
redirectUrlOnAuthSuccess - Variable in class org.flowable.ui.common.filter.FlowableCookieFilter
 
RemoteAccountResource - Class in org.flowable.ui.common.rest.idm.remote
 
RemoteAccountResource() - 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
 
remoteIdmService - Variable in class org.flowable.ui.common.filter.FlowableCookieFilter
 
remoteIdmService - Variable in class org.flowable.ui.common.filter.FlowableCookieFilterRegistrationBean
 
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
 
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
 
requiredPrivileges - Variable in class org.flowable.ui.common.filter.FlowableCookieFilter
 
requiredPrivileges - Variable in class org.flowable.ui.common.filter.FlowableCookieFilterRegistrationBean
 
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
 

S

SecurityUtils - Class in org.flowable.ui.common.security
Utility class for Spring Security.
sendNotPermitted(HttpServletRequest, HttpServletResponse) - Method in class org.flowable.ui.common.filter.FlowableCookieFilter
 
setAction(String) - Method in class org.flowable.ui.common.model.BaseRestActionRepresentation
 
setAuthenticationMode(String) - Method in class org.flowable.ui.common.properties.FlowableRestAppProperties
 
setComment(String) - Method in class org.flowable.ui.common.model.BaseRestActionRepresentation
 
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
 
setDisplayName(String) - Method in class org.flowable.ui.common.model.RemoteUser
 
setEmail(String) - Method in class org.flowable.ui.common.model.RemoteUser
 
setEmail(String) - Method in class org.flowable.ui.common.model.UserRepresentation
 
setFilterCallback(FlowableCookieFilterCallback) - Method in class org.flowable.ui.common.filter.FlowableCookieFilter
 
setFilterCallback(FlowableCookieFilterCallback) - Method in class org.flowable.ui.common.filter.FlowableCookieFilterRegistrationBean
 
setFirstName(String) - Method in class org.flowable.ui.common.model.RemoteUser
 
setFirstName(String) - Method in class org.flowable.ui.common.model.UserRepresentation
 
setFullName(String) - Method in class org.flowable.ui.common.model.RemoteUser
 
setFullName(String) - Method in class org.flowable.ui.common.model.UserRepresentation
 
setGroups(List<RemoteGroup>) - Method in class org.flowable.ui.common.model.RemoteUser
 
setGroups(List<GroupRepresentation>) - Method in class org.flowable.ui.common.model.UserRepresentation
 
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
 
setLastName(String) - Method in class org.flowable.ui.common.model.RemoteUser
 
setLastName(String) - Method in class org.flowable.ui.common.model.UserRepresentation
 
setMaxAge(long) - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties.Cache
 
setMaxSize(long) - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties.Cache
 
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
 
setRequiredPrivileges(Collection<String>) - Method in class org.flowable.ui.common.filter.FlowableCookieFilter
 
setRequiredPrivileges(Collection<String>) - Method in class org.flowable.ui.common.filter.FlowableCookieFilterRegistrationBean
 
setRolePrefix(String) - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties
 
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.properties.FlowableCommonAppProperties
 
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
 
setUser(String) - Method in class org.flowable.ui.common.properties.FlowableCommonAppProperties.Admin
 
setUserId(String) - Method in class org.flowable.ui.common.model.RemoteToken
 
setValue(String) - Method in class org.flowable.ui.common.model.RemoteToken
 
size - Variable in class org.flowable.ui.common.model.ResultListDataRepresentation
 
skipAuthenticationCheck(HttpServletRequest) - Method in class org.flowable.ui.common.filter.FlowableCookieFilter
 
start - Variable in class org.flowable.ui.common.model.ResultListDataRepresentation
 

T

tenantId - Variable in class org.flowable.ui.common.model.RemoteUser
 
TenantProvider - Interface in org.flowable.ui.common.tenant
 
timeBasedGenerator - Static variable in class org.flowable.ui.common.repository.UuidIdGenerator
 
tokenCache - Variable in class org.flowable.ui.common.filter.FlowableCookieFilter
 
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, Throwable) - Constructor for exception org.flowable.ui.common.service.exception.UnauthorizedException
 
UnauthorizedException(String) - 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.filter.FlowableCookieFilter
 
userId - Variable in class org.flowable.ui.common.model.RemoteToken
 
userObject - Variable in class org.flowable.ui.common.security.FlowableAppUser
 
UserRepresentation - Class in org.flowable.ui.common.model
 
UserRepresentation() - 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
IdGenerator implementation 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

validateRequiredPriviliges(HttpServletRequest, HttpServletResponse, FlowableAppUser) - Method in class org.flowable.ui.common.filter.FlowableCookieFilter
 
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
 
A B C D E F G H I L M N O P R S T U V X 
Skip navigation links

Copyright © 2018 Flowable. All rights reserved.