Uses of Interface
org.flowable.ui.common.rest.idm.CurrentUserProvider
-
Packages that use CurrentUserProvider Package Description org.flowable.ui.common.rest.idm org.flowable.ui.common.rest.idm.remote org.flowable.ui.common.security -
-
Uses of CurrentUserProvider in org.flowable.ui.common.rest.idm
Classes in org.flowable.ui.common.rest.idm that implement CurrentUserProvider Modifier and Type Class Description classOAuth2CurrentUserProvider -
Uses of CurrentUserProvider in org.flowable.ui.common.rest.idm.remote
Fields in org.flowable.ui.common.rest.idm.remote with type parameters of type CurrentUserProvider Modifier and Type Field Description protected Collection<CurrentUserProvider>RemoteAccountResource. currentUserProvidersConstructor parameters in org.flowable.ui.common.rest.idm.remote with type arguments of type CurrentUserProvider Constructor Description RemoteAccountResource(org.springframework.beans.factory.ObjectProvider<CurrentUserProvider> currentUserProviders) -
Uses of CurrentUserProvider in org.flowable.ui.common.security
Methods in org.flowable.ui.common.security that return CurrentUserProvider Modifier and Type Method Description CurrentUserProviderFlowableUiSecurityAutoConfiguration.OAuthWebSecurityConfigurerAdapter. oauth2CurrentUserProvider()
-