public class JwtSignOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
protected JwtAlgorithm |
algorithm |
protected String |
audience |
protected String |
issuer |
protected String |
jwtid |
protected String |
keyid |
protected PrivateKeyDecryptor |
privateKeyDecryptor |
protected String |
subject |
| Constructor and Description |
|---|
JwtSignOptions(EnumWrapper<JwtAlgorithm> algorithm,
String audience,
String issuer,
String subject,
String jwtid,
String keyid) |
JwtSignOptions(EnumWrapper<JwtAlgorithm> algorithm,
String audience,
String issuer,
String subject,
String jwtid,
String keyid,
PrivateKeyDecryptor privateKeyDecryptor) |
JwtSignOptions(JwtAlgorithm algorithm,
String audience,
String issuer,
String subject,
String jwtid,
String keyid) |
JwtSignOptions(JwtAlgorithm algorithm,
String audience,
String issuer,
String subject,
String jwtid,
String keyid,
PrivateKeyDecryptor privateKeyDecryptor) |
| Modifier and Type | Method and Description |
|---|---|
JwtAlgorithm |
getAlgorithm() |
String |
getAudience() |
String |
getIssuer() |
String |
getJwtid() |
String |
getKeyid() |
PrivateKeyDecryptor |
getPrivateKeyDecryptor() |
String |
getSubject() |
protected JwtAlgorithm algorithm
protected PrivateKeyDecryptor privateKeyDecryptor
public JwtSignOptions(JwtAlgorithm algorithm, String audience, String issuer, String subject, String jwtid, String keyid)
public JwtSignOptions(EnumWrapper<JwtAlgorithm> algorithm, String audience, String issuer, String subject, String jwtid, String keyid)
public JwtSignOptions(JwtAlgorithm algorithm, String audience, String issuer, String subject, String jwtid, String keyid, PrivateKeyDecryptor privateKeyDecryptor)
public JwtSignOptions(EnumWrapper<JwtAlgorithm> algorithm, String audience, String issuer, String subject, String jwtid, String keyid, PrivateKeyDecryptor privateKeyDecryptor)
public JwtAlgorithm getAlgorithm()
public String getAudience()
public String getSubject()
public PrivateKeyDecryptor getPrivateKeyDecryptor()