Package io.camunda.common.auth
Class SelfManagedAuthentication
java.lang.Object
io.camunda.common.auth.JwtAuthentication
io.camunda.common.auth.SelfManagedAuthentication
- All Implemented Interfaces:
Authentication
-
Nested Class Summary
Nested classes/interfaces inherited from class io.camunda.common.auth.JwtAuthentication
JwtAuthentication.JwtTokenNested classes/interfaces inherited from interface io.camunda.common.auth.Authentication
Authentication.AuthenticationBuilder -
Constructor Summary
ConstructorsConstructorDescriptionSelfManagedAuthentication(JwtConfig jwtConfig, IdentityConfig identityConfig) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected JwtAuthentication.JwtTokengenerateToken(Product product, JwtCredential credential) Methods inherited from class io.camunda.common.auth.JwtAuthentication
getJwtConfig, getTokenHeader, resetToken
-
Constructor Details
-
SelfManagedAuthentication
-
-
Method Details
-
builder
-
generateToken
- Specified by:
generateTokenin classJwtAuthentication
-