public final class JwtIssuerKeyV2 extends AuthKey
Constructor and Description |
---|
JwtIssuerKeyV2(String issuer,
String jwksEndpoint) |
Modifier and Type | Method and Description |
---|---|
String |
cacheKey()
util method to get the appropriate key
|
static String |
cacheKey(String issuer,
String jwksEndpoint)
Util method for use by outside modules.
|
AuthEntryType |
entryType() |
boolean |
equals(Object o) |
int |
hashCode()
Using entryType().name() to compute hashCode, so that hashCode() is constant across executions.
|
String |
issuer() |
String |
jwksEndpoint() |
String |
toString() |
public String issuer()
public String jwksEndpoint()
public AuthEntryType entryType()
public int hashCode()
AuthKey
public String cacheKey()