public abstract class AbstractJwtBuilder extends Object implements JwtBuilder
| Constructor and Description |
|---|
AbstractJwtBuilder() |
| Modifier and Type | Method and Description |
|---|---|
AbstractJwtBuilder |
claims(JwtClaimsSet claimsSet)
Sets the JwtClaimsSet for this JwtBuilder.
|
abstract JwtHeaderBuilder<?,?> |
headers()
Gets the JwtHeaderBuilder that this JwtBuilder will use to build the JWT's header parameters.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasJwt, buildpublic abstract JwtHeaderBuilder<?,?> headers()
public AbstractJwtBuilder claims(JwtClaimsSet claimsSet)
claimsSet - The JwtClaimsSet containing the JWT's claims.Copyright © 2025 Open Identity Platform Community. All rights reserved.