Uses of Interface
com.flowable.core.idm.api.PlatformIdentityService
-
Uses of PlatformIdentityService in com.flowable.core.idm.api
Methods in com.flowable.core.idm.api that return PlatformIdentityService Modifier and Type Method Description PlatformIdentityService
PlatformIdmEngineConfigurationApi. getPlatformIdentityService()
-
Uses of PlatformIdentityService in com.flowable.core.spring.security
Fields in com.flowable.core.spring.security declared as PlatformIdentityService Modifier and Type Field Description protected PlatformIdentityService
FlowablePlatformUserDetailsService. identityService
Constructors in com.flowable.core.spring.security with parameters of type PlatformIdentityService Constructor Description FlowablePlatformUserDetailsService(PlatformIdentityService identityService, UserDefinitionAuthoritiesProvider userDefinitionAuthoritiesProvider)
-
Uses of PlatformIdentityService in com.flowable.idm.engine
Fields in com.flowable.idm.engine declared as PlatformIdentityService Modifier and Type Field Description protected PlatformIdentityService
CoreIdmEngineConfiguration. idmIdentityService
Methods in com.flowable.idm.engine that return PlatformIdentityService Modifier and Type Method Description PlatformIdentityService
CoreIdmEngine. getIdmIdentityService()
PlatformIdentityService
CoreIdmEngineConfiguration. getIdmIdentityService()
PlatformIdentityService
CoreIdmEngineConfiguration. getPlatformIdentityService()
Methods in com.flowable.idm.engine with parameters of type PlatformIdentityService Modifier and Type Method Description CoreIdmEngineConfiguration
CoreIdmEngineConfiguration. setIdmIdentityService(PlatformIdentityService idmIdentityService)
-
Uses of PlatformIdentityService in com.flowable.idm.engine.impl
Classes in com.flowable.idm.engine.impl that implement PlatformIdentityService Modifier and Type Class Description class
BaseIdmIdentityServiceImpl
class
IdmIdentityServiceImpl
class
ReadOnlyIdmIdentityService
A base Read Only implementation of thePlatformIdentityService
that can be used for custom read only implementations.Fields in com.flowable.idm.engine.impl declared as PlatformIdentityService Modifier and Type Field Description protected PlatformIdentityService
PlatformIdmEngineImpl. identityService
Methods in com.flowable.idm.engine.impl that return PlatformIdentityService Modifier and Type Method Description PlatformIdentityService
PlatformIdmEngineImpl. getIdmIdentityService()
-
Uses of PlatformIdentityService in com.flowable.idm.engine.impl.action
Fields in com.flowable.idm.engine.impl.action declared as PlatformIdentityService Modifier and Type Field Description protected PlatformIdentityService
UserAccountScopedObjectProvider. idmIdentityService
protected PlatformIdentityService
UserScopedObjectProvider. idmIdentityService
Constructors in com.flowable.idm.engine.impl.action with parameters of type PlatformIdentityService Constructor Description UserAccountScopedObjectProvider(UserAccountService userAccountService, PlatformIdentityService idmIdentityService)
UserScopedObjectProvider(PlatformIdentityService idmIdentityService)
-
Uses of PlatformIdentityService in com.flowable.idm.engine.ldap
Classes in com.flowable.idm.engine.ldap that implement PlatformIdentityService Modifier and Type Class Description class
LdapIdmIdentityService
Fields in com.flowable.idm.engine.ldap declared as PlatformIdentityService Modifier and Type Field Description protected PlatformIdentityService
LdapUserQuery. identityService
Constructors in com.flowable.idm.engine.ldap with parameters of type PlatformIdentityService Constructor Description LdapUserQuery(LdapConfigurationApi ldapConfiguration, PlatformIdentityService identityService)
-
Uses of PlatformIdentityService in com.flowable.idm.rest.service.api.group
Fields in com.flowable.idm.rest.service.api.group declared as PlatformIdentityService Modifier and Type Field Description protected PlatformIdentityService
BaseGroupResource. identityService
protected PlatformIdentityService
GroupCollectionResource. identityService
-
Uses of PlatformIdentityService in com.flowable.idm.rest.service.api.mapper.user
Methods in com.flowable.idm.rest.service.api.mapper.user with parameters of type PlatformIdentityService Modifier and Type Method Description static PlatformUserQuery
UserQueryRequestMapper. createPlatformUserQuery(PlatformIdentityService platformIdentityService)
PlatformUserQuery
UserQueryRequestMapper. map(UserQueryRequest request, PlatformIdentityService platformIdentityService)
PlatformUserQuery
UserQueryRequestMapperImpl. map(UserQueryRequest request, PlatformIdentityService platformIdentityService)
-
Uses of PlatformIdentityService in com.flowable.idm.rest.service.api.privilege
Fields in com.flowable.idm.rest.service.api.privilege declared as PlatformIdentityService Modifier and Type Field Description protected PlatformIdentityService
PrivilegeResource. identityService
-
Uses of PlatformIdentityService in com.flowable.idm.rest.service.api.tenant
Fields in com.flowable.idm.rest.service.api.tenant declared as PlatformIdentityService Modifier and Type Field Description protected PlatformIdentityService
TenantResource. identityService
Constructors in com.flowable.idm.rest.service.api.tenant with parameters of type PlatformIdentityService Constructor Description TenantResource(PlatformIdentityService identityService)
-
Uses of PlatformIdentityService in com.flowable.idm.rest.service.api.user
Fields in com.flowable.idm.rest.service.api.user declared as PlatformIdentityService Modifier and Type Field Description protected PlatformIdentityService
UserBaseResource. identityService
protected PlatformIdentityService
UserResourceService. identityService
Constructors in com.flowable.idm.rest.service.api.user with parameters of type PlatformIdentityService Constructor Description UserResourceService(PlatformIdentityService identityService, IdmRestResponseFactory idmRestResponseFactory, org.springframework.beans.factory.ObjectProvider<CurrentUserProvider> currentUserProviders, org.springframework.beans.factory.ObjectProvider<CurrentUserEnhancer> currentUserEnhancers)
-
Uses of PlatformIdentityService in com.flowable.spring.boot.idm
Methods in com.flowable.spring.boot.idm that return PlatformIdentityService Modifier and Type Method Description PlatformIdentityService
IdmEngineServicesAutoConfiguration.AlreadyInitializedAppEngineConfiguration. platformIdentityService(CoreIdmEngine coreIdmEngine)
PlatformIdentityService
IdmEngineServicesAutoConfiguration.AlreadyInitializedEngineConfiguration. platformIdentityService(CoreIdmEngine coreIdmEngine)