Package io.camunda.common.auth
Class JwtAuthenticationBuilder<T extends JwtAuthenticationBuilder<?>>
java.lang.Object
io.camunda.common.auth.JwtAuthenticationBuilder<T>
- All Implemented Interfaces:
Authentication.AuthenticationBuilder
- Direct Known Subclasses:
SaaSAuthenticationBuilder,SelfManagedAuthenticationBuilder
public abstract class JwtAuthenticationBuilder<T extends JwtAuthenticationBuilder<?>>
extends Object
implements Authentication.AuthenticationBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Authenticationbuild()protected abstract Authenticationprotected abstract Tself()final TwithJwtConfig(JwtConfig jwtConfig)
-
Constructor Details
-
JwtAuthenticationBuilder
public JwtAuthenticationBuilder()
-
-
Method Details
-
withJwtConfig
-
build
- Specified by:
buildin interfaceAuthentication.AuthenticationBuilder
-
self
-
build
-