Uses of Class
org.operaton.bpm.engine.impl.identity.Authentication
Packages that use Authentication
Package
Description
Public API of the Operaton engine.
Typical usage of the API starts by the creation of a
Typical usage of the API starts by the creation of a
ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine can be obtained.API implementation classes, which shouldn't directly be used by end-users.
-
Uses of Authentication in org.operaton.bpm.cockpit.plugin.resource
Methods in org.operaton.bpm.cockpit.plugin.resource that return AuthenticationModifier and TypeMethodDescriptionprotected AuthenticationAbstractCockpitPluginResource.getCurrentAuthentication()Return the current authentication.Methods in org.operaton.bpm.cockpit.plugin.resource with parameters of type AuthenticationModifier and TypeMethodDescriptionprotected booleanAbstractCockpitPluginResource.isOperatonAdmin(Authentication authentication) Returntrueif the given authentication is part of the admin groups or admin users -
Uses of Authentication in org.operaton.bpm.engine
Methods in org.operaton.bpm.engine that return AuthenticationMethods in org.operaton.bpm.engine with parameters of type AuthenticationModifier and TypeMethodDescriptionvoidIdentityService.setAuthentication(Authentication currentAuthentication) -
Uses of Authentication in org.operaton.bpm.engine.impl
Methods in org.operaton.bpm.engine.impl that return AuthenticationMethods in org.operaton.bpm.engine.impl with parameters of type AuthenticationModifier and TypeMethodDescriptionvoidIdentityServiceImpl.setAuthentication(Authentication auth) -
Uses of Authentication in org.operaton.bpm.engine.impl.interceptor
Methods in org.operaton.bpm.engine.impl.interceptor that return Authentication -
Uses of Authentication in org.operaton.bpm.engine.impl.persistence
Methods in org.operaton.bpm.engine.impl.persistence that return AuthenticationModifier and TypeMethodDescriptionprotected AuthenticationAbstractManager.getCurrentAuthentication() -
Uses of Authentication in org.operaton.bpm.engine.impl.persistence.entity
Methods in org.operaton.bpm.engine.impl.persistence.entity with parameters of type AuthenticationModifier and TypeMethodDescriptionbooleanAuthorizationManager.isOperatonAdmin(Authentication authentication) -
Uses of Authentication in org.operaton.bpm.engine.rest.impl
Fields in org.operaton.bpm.engine.rest.impl declared as AuthenticationMethods in org.operaton.bpm.engine.rest.impl that return AuthenticationMethods in org.operaton.bpm.engine.rest.impl with parameters of type AuthenticationModifier and TypeMethodDescriptionFetchAndLockRequest.setAuthentication(Authentication authentication)