public final class JwtIssuerKey extends AuthKey
Constructor and Description |
---|
JwtIssuerKey(String issuer) |
Modifier and Type | Method and Description |
---|---|
AuthEntryType |
entryType() |
boolean |
equals(Object o) |
int |
hashCode()
Using entryType().name() to compute hashCode, so that hashCode() is constant across executions.
|
String |
issuer() |
String |
toString() |
public JwtIssuerKey(String issuer)
public String issuer()
public AuthEntryType entryType()
public int hashCode()
AuthKey