Uses of Interface
org.flowable.ui.common.security.PersistentTokenService
-
Packages that use PersistentTokenService Package Description org.flowable.ui.common.security -
-
Uses of PersistentTokenService in org.flowable.ui.common.security
Classes in org.flowable.ui.common.security that implement PersistentTokenService Modifier and Type Class Description classBasePersistentTokenServiceclassIdmEnginePersistentTokenServiceclassRemoteIdmPersistentTokenServiceMethods in org.flowable.ui.common.security that return PersistentTokenService Modifier and Type Method Description PersistentTokenServiceFlowableUiSecurityAutoConfiguration.LocalIdmConfiguration. flowableUiPersistentTokenService(IdmIdentityService idmIdentityService)PersistentTokenServiceFlowableUiSecurityAutoConfiguration.RemoteIdmConfiguration. flowableUiPersistentTokenService(RemoteIdmService remoteIdmService)Methods in org.flowable.ui.common.security with parameters of type PersistentTokenService Modifier and Type Method Description org.springframework.security.web.authentication.RememberMeServicesFlowableUiSecurityAutoConfiguration. flowableUiRememberMeService(FlowableCommonAppProperties properties, org.springframework.security.core.userdetails.UserDetailsService userDetailsService, PersistentTokenService persistentTokenService)Constructors in org.flowable.ui.common.security with parameters of type PersistentTokenService Constructor Description CustomPersistentRememberMeServices(FlowableCommonAppProperties properties, org.springframework.security.core.userdetails.UserDetailsService userDetailsService, PersistentTokenService persistentTokenService)
-