Uses of Interface
com.flowable.idm.dto.CurrentUserProvider
Package | Description |
---|---|
com.flowable.idm.rest.service.api.user | |
com.flowable.idm.rest.service.api.user.current |
-
Uses of CurrentUserProvider in com.flowable.idm.rest.service.api.user
Fields in com.flowable.idm.rest.service.api.user with type parameters of type CurrentUserProvider Modifier and Type Field Description protected java.util.List<CurrentUserProvider>
UserResourceService. currentUserProviders
Constructor parameters in com.flowable.idm.rest.service.api.user with type arguments of type CurrentUserProvider Constructor Description UserResourceService(PlatformIdentityService identityService, IdmRestResponseFactory idmRestResponseFactory, org.springframework.beans.factory.ObjectProvider<CurrentUserProvider> currentUserProviders, org.springframework.beans.factory.ObjectProvider<CurrentUserEnhancer> currentUserEnhancers)
-
Uses of CurrentUserProvider in com.flowable.idm.rest.service.api.user.current
Subinterfaces of CurrentUserProvider in com.flowable.idm.rest.service.api.user.current Modifier and Type Interface Description interface
CurrentUserProvider
Deprecated.useCurrentUserProvider
instead