Class IdentityPoolValue
java.lang.Object
io.confluent.security.auth.store.data.AuthValue
io.confluent.security.auth.store.data.IdentityPoolValue
-
Constructor Summary
ConstructorsConstructorDescriptionIdentityPoolValue(long version, String issuer, String providerId, String jwksEndpoint, String subjectClaim, String serviceAccount, String policy) IdentityPoolValue(long version, String issuer, String providerId, String jwksEndpoint, String subjectClaim, String serviceAccount, String policy, String orgId) IdentityPoolValue(long version, String issuer, String providerId, String jwksEndpoint, String subjectClaim, String principalClaim, String serviceAccount, String policy, String filter) IdentityPoolValue(long version, String providerId, String issuer, String jwksEndpoint, String subjectClaim, String principalClaim, String serviceAccount, String policy, String filter, String orgId) IdentityPoolValue(io.confluent.security.trustservice.store.data.IdentityPool identityPool) -
Method Summary
-
Constructor Details
-
IdentityPoolValue
-
IdentityPoolValue
-
IdentityPoolValue
-
IdentityPoolValue
-
IdentityPoolValue
public IdentityPoolValue(io.confluent.security.trustservice.store.data.IdentityPool identityPool)
-
-
Method Details