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