Class McpServiceAuthentication.BasicAuthentication
java.lang.Object
com.flowable.platform.mcp.serviceregistry.McpServiceAuthentication.BasicAuthentication
- All Implemented Interfaces:
McpServiceAuthentication
- Enclosing interface:
- McpServiceAuthentication
public static class McpServiceAuthentication.BasicAuthentication
extends Object
implements McpServiceAuthentication
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.flowable.platform.mcp.serviceregistry.McpServiceAuthentication
McpServiceAuthentication.ApiKeyAuthentication, McpServiceAuthentication.BaseAuthentication, McpServiceAuthentication.BasicAuthentication, McpServiceAuthentication.BearerAuthentication, McpServiceAuthentication.Credentials, McpServiceAuthentication.HeaderAuthentication -
Field Summary
FieldsFields inherited from interface com.flowable.platform.mcp.serviceregistry.McpServiceAuthentication
API_KEY, BASIC, BEARER, HEADER -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
username
-
password
-
-
Constructor Details
-
BasicAuthentication
public BasicAuthentication()
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceMcpServiceAuthentication
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-