public final class IdentityPoolValue extends AuthValue
Constructor and Description |
---|
IdentityPoolValue(io.confluent.security.trustservice.store.data.IdentityPool identityPool) |
IdentityPoolValue(long version,
String issuer,
String subjectClaim,
String serviceAccount,
String policy) |
IdentityPoolValue(long version,
String issuer,
String subjectClaim,
String serviceAccount,
String policy,
String orgId) |
Modifier and Type | Method and Description |
---|---|
AuthEntryType |
entryType() |
boolean |
equals(Object o) |
int |
hashCode() |
String |
issuer() |
String |
orgId() |
String |
policy() |
String |
serviceAccount() |
String |
subjectClaim() |
String |
toString() |
long |
version() |
public IdentityPoolValue(long version, String issuer, String subjectClaim, String serviceAccount, String policy, String orgId)
public IdentityPoolValue(long version, String issuer, String subjectClaim, String serviceAccount, String policy)
public IdentityPoolValue(io.confluent.security.trustservice.store.data.IdentityPool identityPool)