Package io.camunda.common.auth
Class DefaultNoopAuthentication
java.lang.Object
io.camunda.common.auth.DefaultNoopAuthentication
- All Implemented Interfaces:
Authentication
Default implementation for Authentication Typically you will replace this by a proper
authentication by setting the right properties
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.camunda.common.auth.Authentication
Authentication.AuthenticationBuilder -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTokenHeader(Product product) voidresetToken(Product product)
-
Constructor Details
-
DefaultNoopAuthentication
public DefaultNoopAuthentication()
-
-
Method Details
-
resetToken
- Specified by:
resetTokenin interfaceAuthentication
-
getTokenHeader
- Specified by:
getTokenHeaderin interfaceAuthentication
-