public final class JwtIssuerKey extends AuthKey
Constructor and Description |
---|
JwtIssuerKey(String issuer) |
JwtIssuerKey(String issuer,
String providerId) |
Modifier and Type | Method and Description |
---|---|
String |
cacheKey()
util method to get the appropriate key
|
static String |
cacheKey(String providerId,
String issuer)
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 |
providerId() |
String |
toString() |
public JwtIssuerKey(String issuer)
public String issuer()
public String providerId()
public AuthEntryType entryType()
public int hashCode()
AuthKey
public String cacheKey()