Class TlsConfiguration
- java.lang.Object
-
- org.mule.weave.v2.module.http.service.TlsConfiguration
-
public class TlsConfiguration extends java.lang.ObjectRepresentation of a TLS context. Instances can only be obtained through anTlsConfiguration.Builder.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTlsConfiguration.BuilderBuilder ofTlsConfigurations.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()booleanisInsecure()
-
-
-
Method Detail
-
isInsecure
public boolean isInsecure()
- Returns:
- Defines whether the trust store should be insecure, meaning no certificate validations should be performed.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-