public class CaCertCrlKey extends AuthKey
| Constructor and Description |
|---|
CaCertCrlKey(String providerId,
String organizationId) |
| 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 |
organizationId() |
String |
providerId() |
String |
toString() |
public String providerId()
public String organizationId()
public AuthEntryType entryType()
public int hashCode()
AuthKey