Class CertIdentityPoolKey

java.lang.Object
io.confluent.security.auth.store.data.AuthKey
io.confluent.security.auth.store.data.CertIdentityPoolKey

public final class CertIdentityPoolKey extends AuthKey
  • Constructor Details

    • CertIdentityPoolKey

      public CertIdentityPoolKey(String poolId, String organizationId)
  • Method Details

    • poolId

      public String poolId()
    • organizationId

      public String organizationId()
    • entryType

      public AuthEntryType entryType()
      Specified by:
      entryType in class AuthKey
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class AuthKey
    • hashCode

      public int hashCode()
      Description copied from class: AuthKey
      Using entryType().name() to compute hashCode, so that hashCode() is constant across executions.
      Overrides:
      hashCode in class AuthKey
    • toString

      public String toString()
      Overrides:
      toString in class Object