Uses of Class
org.operaton.bpm.engine.authorization.MissingAuthorization
Packages that use MissingAuthorization
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.-
Uses of MissingAuthorization in org.operaton.bpm.engine
Fields in org.operaton.bpm.engine with type parameters of type MissingAuthorizationModifier and TypeFieldDescriptionprotected final List<MissingAuthorization> AuthorizationException.missingAuthorizationsMethods in org.operaton.bpm.engine that return types with arguments of type MissingAuthorizationMethod parameters in org.operaton.bpm.engine with type arguments of type MissingAuthorizationModifier and TypeMethodDescriptionstatic StringAuthorizationException.generateMissingAuthorizationsList(List<MissingAuthorization> missingAuthorizations) Generate a String containing a list of missing authorizations.Constructors in org.operaton.bpm.engine with parameters of type MissingAuthorizationModifierConstructorDescriptionAuthorizationException(String userId, MissingAuthorization exceptionInfo) Constructor parameters in org.operaton.bpm.engine with type arguments of type MissingAuthorizationModifierConstructorDescriptionAuthorizationException(String userId, List<MissingAuthorization> info) -
Uses of MissingAuthorization in org.operaton.bpm.engine.impl.db
Method parameters in org.operaton.bpm.engine.impl.db with type arguments of type MissingAuthorizationModifier and TypeMethodDescriptionEnginePersistenceLogger.requiredOperatonAdminOrPermissionException(List<MissingAuthorization> missingAuthorizations) -
Uses of MissingAuthorization in org.operaton.bpm.engine.rest.dto
Methods in org.operaton.bpm.engine.rest.dto with parameters of type MissingAuthorizationModifier and TypeMethodDescriptionstatic MissingAuthorizationDtoMissingAuthorizationDto.fromInfo(MissingAuthorization info) Method parameters in org.operaton.bpm.engine.rest.dto with type arguments of type MissingAuthorizationModifier and TypeMethodDescriptionstatic List<MissingAuthorizationDto> MissingAuthorizationDto.fromInfo(Collection<MissingAuthorization> infos) -
Uses of MissingAuthorization in org.operaton.bpm.engine.test.api.authorization.util
Methods in org.operaton.bpm.engine.test.api.authorization.util that return MissingAuthorizationModifier and TypeMethodDescriptionprotected static MissingAuthorizationAuthorizationScenarioInstance.asMissingAuthorization(Authorization authorization) Methods in org.operaton.bpm.engine.test.api.authorization.util that return types with arguments of type MissingAuthorizationModifier and TypeMethodDescriptionprotected List<MissingAuthorization> AuthorizationScenarioInstance.getActualMissingAuthorizations(AuthorizationException e) Methods in org.operaton.bpm.engine.test.api.authorization.util with parameters of type MissingAuthorizationModifier and TypeMethodDescriptionstatic voidAuthorizationTestUtil.assertExceptionInfo(String expectedPermissionName, String expectedResourceName, String expectedResourceId, MissingAuthorization info) Checks if the info has the expected parameters.