Package io.quarkus.test.keycloak.client
Record Class KeycloakTestClient.Tls
java.lang.Object
java.lang.Record
io.quarkus.test.keycloak.client.KeycloakTestClient.Tls
- Enclosing class:
- KeycloakTestClient
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.keystore()Returns the value of thekeystorerecord component.Returns the value of thekeystorePasswordrecord component.final StringtoString()Returns a string representation of this record class.Returns the value of thetruststorerecord component.Returns the value of thetruststorePasswordrecord component.
-
Constructor Details
-
Tls
public Tls() -
Tls
Creates an instance of aTlsrecord class.- Parameters:
keystore- the value for thekeystorerecord componentkeystorePassword- the value for thekeystorePasswordrecord componenttruststore- the value for thetruststorerecord componenttruststorePassword- the value for thetruststorePasswordrecord component
-
-
Method Details
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
keystore
Returns the value of thekeystorerecord component.- Returns:
- the value of the
keystorerecord component
-
keystorePassword
Returns the value of thekeystorePasswordrecord component.- Returns:
- the value of the
keystorePasswordrecord component
-
truststore
Returns the value of thetruststorerecord component.- Returns:
- the value of the
truststorerecord component
-
truststorePassword
Returns the value of thetruststorePasswordrecord component.- Returns:
- the value of the
truststorePasswordrecord component
-