Class IdentityPoolValue

java.lang.Object
io.confluent.security.auth.store.data.AuthValue
io.confluent.security.auth.store.data.IdentityPoolValue

public class IdentityPoolValue extends AuthValue
  • Constructor Details

    • IdentityPoolValue

      public IdentityPoolValue(long version, String providerId, String issuer, String jwksEndpoint, String subjectClaim, String principalClaim, String serviceAccount, String policy, String filter, String orgId)
    • IdentityPoolValue

      public IdentityPoolValue(long version, String issuer, String providerId, String jwksEndpoint, String subjectClaim, String serviceAccount, String policy, String orgId)
    • IdentityPoolValue

      public IdentityPoolValue(long version, String issuer, String providerId, String jwksEndpoint, String subjectClaim, String serviceAccount, String policy)
    • IdentityPoolValue

      public IdentityPoolValue(long version, String issuer, String providerId, String jwksEndpoint, String subjectClaim, String principalClaim, String serviceAccount, String policy, String filter)
    • IdentityPoolValue

      public IdentityPoolValue(io.confluent.security.trustservice.store.data.IdentityPool identityPool)
  • Method Details