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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()getTokenHeader(Product product) voidresetToken(Product product)
-
Constructor Details
-
DefaultNoopAuthentication
public DefaultNoopAuthentication()
-
-
Method Details
-
build
- Specified by:
buildin interfaceAuthentication
-
resetToken
- Specified by:
resetTokenin interfaceAuthentication
-
getTokenHeader
- Specified by:
getTokenHeaderin interfaceAuthentication
-