Package io.camunda.common.auth
Class JwtAuthentication
java.lang.Object
io.camunda.common.auth.JwtAuthentication
- All Implemented Interfaces:
Authentication
- Direct Known Subclasses:
SaaSAuthentication,SelfManagedAuthentication
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface io.camunda.common.auth.Authentication
Authentication.AuthenticationBuilder -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract JwtAuthentication.JwtTokengenerateToken(Product product, JwtCredential credential) getTokenHeader(Product product) final voidresetToken(Product product)
-
Constructor Details
-
JwtAuthentication
-
-
Method Details
-
getJwtConfig
-
resetToken
- Specified by:
resetTokenin interfaceAuthentication
-
getTokenHeader
- Specified by:
getTokenHeaderin interfaceAuthentication
-
generateToken
protected abstract JwtAuthentication.JwtToken generateToken(Product product, JwtCredential credential)
-