Class A2AAgentDefinitionModel.BasicAuthentication
java.lang.Object
com.flowable.agent.engine.impl.persistence.repository.A2AAgentDefinitionModel.BasicAuthentication
- All Implemented Interfaces:
A2AAgentDefinitionModel.Authentication
- Enclosing class:
A2AAgentDefinitionModel
public static class A2AAgentDefinitionModel.BasicAuthentication
extends Object
implements A2AAgentDefinitionModel.Authentication
-
Field Summary
FieldsFields inherited from interface com.flowable.agent.engine.impl.persistence.repository.A2AAgentDefinitionModel.Authentication
API_KEY, BASIC, BEARER, HEADER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()voidsetPassword(AgentDefinitionModel.Credentials password) voidsetUsername(String username)
-
Field Details
-
username
-
password
-
-
Constructor Details
-
BasicAuthentication
public BasicAuthentication()
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceA2AAgentDefinitionModel.Authentication
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-