Class AgentAuthentication.BasicAuthentication
java.lang.Object
com.flowable.agent.engine.impl.model.auth.AgentAuthentication.BasicAuthentication
- All Implemented Interfaces:
AgentAuthentication
- Enclosing interface:
AgentAuthentication
public static class AgentAuthentication.BasicAuthentication
extends Object
implements AgentAuthentication
- Author:
- Filip Hrisafov
-
Nested Class Summary
Nested classes/interfaces inherited from interface AgentAuthentication
AgentAuthentication.ApiKeyAuthentication, AgentAuthentication.BaseAuthentication, AgentAuthentication.BasicAuthentication, AgentAuthentication.BearerAuthentication, AgentAuthentication.HeaderAuthentication -
Field Summary
FieldsFields inherited from interface AgentAuthentication
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 interfaceAgentAuthentication
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-