Uses of Class
io.gravitee.connector.http.endpoint.TrustStoreType
-
Packages that use TrustStoreType Package Description io.gravitee.connector.http.endpoint io.gravitee.connector.http.endpoint.none -
-
Uses of TrustStoreType in io.gravitee.connector.http.endpoint
Methods in io.gravitee.connector.http.endpoint that return TrustStoreType Modifier and Type Method Description static TrustStoreTypeTrustStoreType. forValues(String type)TrustStoreTypeTrustStore. getType()static TrustStoreTypeTrustStoreType. valueOf(String name)Returns the enum constant of this type with the specified name.static TrustStoreType[]TrustStoreType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.gravitee.connector.http.endpoint with parameters of type TrustStoreType Constructor Description TrustStore(TrustStoreType type) -
Uses of TrustStoreType in io.gravitee.connector.http.endpoint.none
Constructors in io.gravitee.connector.http.endpoint.none with parameters of type TrustStoreType Constructor Description NoneTrustStore(TrustStoreType type)
-