| Package | Description |
|---|---|
| org.flowable.ui.common.security |
| Modifier and Type | Class and Description |
|---|---|
class |
BasePersistentTokenService |
class |
IdmEnginePersistentTokenService |
class |
RemoteIdmPersistentTokenService |
| Modifier and Type | Method and Description |
|---|---|
PersistentTokenService |
FlowableUiSecurityAutoConfiguration.LocalIdmConfiguration.flowableUiPersistentTokenService(IdmIdentityService idmIdentityService) |
PersistentTokenService |
FlowableUiSecurityAutoConfiguration.RemoteIdmConfiguration.flowableUiPersistentTokenService(RemoteIdmService remoteIdmService) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.web.authentication.RememberMeServices |
FlowableUiSecurityAutoConfiguration.flowableUiRememberMeService(FlowableCommonAppProperties properties,
org.springframework.security.core.userdetails.UserDetailsService userDetailsService,
PersistentTokenService persistentTokenService) |
| Constructor and Description |
|---|
CustomPersistentRememberMeServices(FlowableCommonAppProperties properties,
org.springframework.security.core.userdetails.UserDetailsService userDetailsService,
PersistentTokenService persistentTokenService) |
Copyright © 2021 Flowable. All rights reserved.