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, wait
asJwt, build
public abstract JwtHeaderBuilder<?,?> headers()
public AbstractJwtBuilder claims(JwtClaimsSet claimsSet)
claimsSet
- The JwtClaimsSet containing the JWT's claims.Copyright © 2010-2018, ForgeRock All Rights Reserved.