public class JwtConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static long |
DEFAULT_CLOCK_SKEW_SECONDS |
| Constructor and Description |
|---|
JwtConfig() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAllowedClockSkewSeconds() |
JwkConfig |
getKey() |
String |
getUserClaimName() |
boolean |
isEnabled() |
void |
setAllowedClockSkewSeconds(Long allowedClockSkewSeconds) |
void |
setEnabled(boolean enabled) |
void |
setKey(JwkConfig key) |
void |
setUserClaimName(String userClaimName) |
public static final long DEFAULT_CLOCK_SKEW_SECONDS
public Long getAllowedClockSkewSeconds()
public void setAllowedClockSkewSeconds(Long allowedClockSkewSeconds)
public String getUserClaimName()
public void setUserClaimName(String userClaimName)
public boolean isEnabled()
public void setEnabled(boolean enabled)
public JwkConfig getKey()
public void setKey(JwkConfig key)
Copyright © 2017. All rights reserved.