Uses of Record Class
io.camunda.service.security.auth.Authentication
Packages that use Authentication
Package
Description
-
Uses of Authentication in io.camunda.service
Fields in io.camunda.service declared as AuthenticationMethods in io.camunda.service with parameters of type AuthenticationModifier and TypeMethodDescriptionabstract TApiServices.withAuthentication(Authentication authentication) AuthorizationServices.withAuthentication(Authentication authentication) CamundaServices.withAuthentication(Authentication authentication) ClockServices.withAuthentication(Authentication authentication) DecisionDefinitionServices.withAuthentication(Authentication authentication) DecisionInstanceServices.withAuthentication(Authentication authentication) DecisionRequirementsServices.withAuthentication(Authentication authentication) DocumentServices.withAuthentication(Authentication authentication) ElementInstanceServices.withAuthentication(Authentication authentication) FlowNodeInstanceServices.withAuthentication(Authentication authentication) IncidentServices.withAuthentication(Authentication authentication) JobServices.withAuthentication(Authentication authentication) MessageServices.withAuthentication(Authentication authentication) ProcessInstanceServices.withAuthentication(Authentication authentication) ResourceServices.withAuthentication(Authentication authentication) SignalServices.withAuthentication(Authentication authentication) UserServices.withAuthentication(Authentication authentication) UserTaskServices.withAuthentication(Authentication authentication) VariableServices.withAuthentication(Authentication authentication) Method parameters in io.camunda.service with type arguments of type AuthenticationModifier and TypeMethodDescriptionApiServices.withAuthentication(Function<Authentication.Builder, ObjectBuilder<Authentication>> fn) Constructors in io.camunda.service with parameters of type AuthenticationModifierConstructorDescriptionprotectedApiServices(BrokerClient brokerClient, CamundaSearchClient searchClient, Authentication authentication) protectedApiServices(BrokerClient brokerClient, CamundaSearchClient searchClient, ServiceTransformers transformers, Authentication authentication) AuthorizationServices(BrokerClient brokerClient, CamundaSearchClient searchClient, ServiceTransformers transformers, Authentication authentication) CamundaServices(BrokerClient brokerClient, CamundaSearchClient searchClient, ServiceTransformers transformers, Authentication authentication) ClockServices(BrokerClient brokerClient, CamundaSearchClient searchClient, ServiceTransformers transformers, Authentication authentication) DecisionDefinitionServices(BrokerClient brokerClient, CamundaSearchClient searchClient, ServiceTransformers transformers, Authentication authentication) DecisionInstanceServices(BrokerClient brokerClient, CamundaSearchClient searchClient, ServiceTransformers transformers, Authentication authentication) DecisionRequirementsServices(BrokerClient brokerClient, CamundaSearchClient searchClient, ServiceTransformers transformers, Authentication authentication) DocumentServices(BrokerClient brokerClient, CamundaSearchClient searchClient, ServiceTransformers transformers, Authentication authentication) ElementInstanceServices(BrokerClient brokerClient, CamundaSearchClient searchClient, ServiceTransformers transformers, Authentication authentication) FlowNodeInstanceServices(BrokerClient brokerClient, CamundaSearchClient searchClient, ServiceTransformers transformers, Authentication authentication) IncidentServices(BrokerClient brokerClient, CamundaSearchClient searchClient, ServiceTransformers transformers, Authentication authentication) JobServices(BrokerClient brokerClient, ActivateJobsHandler<T> activateJobsHandler, CamundaSearchClient searchClient, ServiceTransformers transformers, Authentication authentication) MessageServices(BrokerClient brokerClient, CamundaSearchClient searchClient, ServiceTransformers transformers, Authentication authentication) ProcessInstanceServices(BrokerClient brokerClient, CamundaSearchClient searchClient, ServiceTransformers transformers, Authentication authentication) ResourceServices(BrokerClient brokerClient, CamundaSearchClient searchClient, ServiceTransformers transformers, Authentication authentication) SignalServices(BrokerClient brokerClient, CamundaSearchClient searchClient, ServiceTransformers transformers, Authentication authentication) UserServices(BrokerClient brokerClient, CamundaSearchClient searchClient, ServiceTransformers transformers, Authentication authentication) UserTaskServices(BrokerClient brokerClient, CamundaSearchClient searchClient, ServiceTransformers transformers, Authentication authentication) VariableServices(BrokerClient brokerClient, CamundaSearchClient searchClient, ServiceTransformers transformers, Authentication authentication) -
Uses of Authentication in io.camunda.service.search.core
Constructors in io.camunda.service.search.core with parameters of type AuthenticationModifierConstructorDescriptionSearchClientBasedQueryExecutor(CamundaSearchClient searchClient, ServiceTransformers transformers, Authentication authentication) protectedSearchQueryService(BrokerClient brokerClient, CamundaSearchClient searchClient, ServiceTransformers transformers, Authentication authentication) -
Uses of Authentication in io.camunda.service.security.auth
Methods in io.camunda.service.security.auth that return Authentication -
Uses of Authentication in io.camunda.service.transformers.filter
Methods in io.camunda.service.transformers.filter with parameters of type Authentication