Uses of Class
org.flowable.ui.common.properties.FlowableCommonAppProperties
-
-
Uses of FlowableCommonAppProperties in org.flowable.ui.common.properties
Methods in org.flowable.ui.common.properties with parameters of type FlowableCommonAppProperties Modifier and Type Method Description org.springframework.security.config.core.GrantedAuthorityDefaultsFlowableRemoteIdmAutoConfiguration. grantedAuthorityDefaults(FlowableCommonAppProperties commonAppProperties) -
Uses of FlowableCommonAppProperties in org.flowable.ui.common.security
Fields in org.flowable.ui.common.security declared as FlowableCommonAppProperties Modifier and Type Field Description protected FlowableCommonAppPropertiesFlowableUiSecurityAutoConfiguration.FormLoginWebSecurityConfigurerAdapter. commonAppPropertiesprotected FlowableCommonAppPropertiesFlowableUiSecurityAutoConfiguration.OAuthWebSecurityConfigurerAdapter. commonAppPropertiesMethods in org.flowable.ui.common.security with parameters of type FlowableCommonAppProperties Modifier and Type Method Description org.springframework.security.web.authentication.RememberMeServicesFlowableUiSecurityAutoConfiguration. flowableUiRememberMeService(FlowableCommonAppProperties properties, org.springframework.security.core.userdetails.UserDetailsService userDetailsService, PersistentTokenService persistentTokenService)RemoteIdmServiceFlowableUiSecurityAutoConfiguration.RemoteIdmConfiguration. remoteIdmService(FlowableCommonAppProperties properties)UserCacheFlowableUiSecurityAutoConfiguration.RemoteIdmConfiguration. remoteIdmUserCache(FlowableCommonAppProperties properties, RemoteIdmService remoteIdmService)Constructors in org.flowable.ui.common.security with parameters of type FlowableCommonAppProperties Constructor Description CustomPersistentRememberMeServices(FlowableCommonAppProperties properties, org.springframework.security.core.userdetails.UserDetailsService userDetailsService, PersistentTokenService persistentTokenService)OAuthWebSecurityConfigurerAdapter(FlowableCommonAppProperties commonAppProperties, org.springframework.beans.factory.ObjectProvider<org.springframework.security.crypto.password.PasswordEncoder> passwordEncoder) -
Uses of FlowableCommonAppProperties in org.flowable.ui.common.service.idm
Constructors in org.flowable.ui.common.service.idm with parameters of type FlowableCommonAppProperties Constructor Description RemoteIdmServiceImpl(FlowableCommonAppProperties properties) -
Uses of FlowableCommonAppProperties in org.flowable.ui.common.service.idm.cache
Fields in org.flowable.ui.common.service.idm.cache declared as FlowableCommonAppProperties Modifier and Type Field Description protected FlowableCommonAppPropertiesBaseUserCache. propertiesConstructors in org.flowable.ui.common.service.idm.cache with parameters of type FlowableCommonAppProperties Constructor Description BaseUserCache(FlowableCommonAppProperties properties)RemoteIdmUserCache(FlowableCommonAppProperties properties, RemoteIdmService remoteIdmService) -
Uses of FlowableCommonAppProperties in org.flowable.ui.common.tenant
Constructors in org.flowable.ui.common.tenant with parameters of type FlowableCommonAppProperties Constructor Description DefaultTenantProvider(FlowableCommonAppProperties commonAppProperties)
-