public class JwtIssuerKeyV1 extends AuthKey
JwtIssuerKeyV2
.
This class is used in unit tests to ensure proper handling
of deprecated records within the auth metadata topic. The
deprecated annotation will cause warnings, preventing build.
For that reason, it is not annotated with Deprecated
.Constructor and Description |
---|
JwtIssuerKeyV1(String issuer) |
JwtIssuerKeyV1(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 JwtIssuerKeyV1(String issuer)
public String issuer()
public String providerId()
public AuthEntryType entryType()
public int hashCode()
AuthKey
public String cacheKey()