Klasse CreateTruststoreRequest
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.CreateTruststoreRequest
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateTruststoreRequest
extends Object
CreateTruststoreRequest
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
static enum
The certificate file format of the truststore. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected File
The contents of the truststore file.protected String
Specifies whether password is base 64 encoded.protected String
The description for the truststore.protected String
The name of the truststore.protected String
The truststore password that is defined at the time of truststore creation using a keystore utility.protected CreateTruststoreRequest.KeyStoreTypeEnum
The certificate file format of the truststore.protected String
The name of the truststore file that will be used to save the truststore internally in API Gateway. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
CreateTruststoreRequest
(String keyStoreName, String keyStoreDescription, CreateTruststoreRequest.KeyStoreTypeEnum keyStoreType, String keyStorePassword, String uploadFileName, File fileContent, String isPwdBase64Encoded) Constructs a validated instance ofCreateTruststoreRequest
.Constructs a validated instance ofCreateTruststoreRequest
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
The contents of the truststore file.fileContent
(File fileContent) The contents of the truststore file.int
hashCode()
Specifies whether password is base 64 encoded.isPwdBase64Encoded
(String isPwdBase64Encoded) Specifies whether password is base 64 encoded.The description for the truststore.keyStoreDescription
(String keyStoreDescription) The description for the truststore.The name of the truststore.keyStoreName
(String keyStoreName) The name of the truststore.The truststore password that is defined at the time of truststore creation using a keystore utility.keyStorePassword
(String keyStorePassword) The truststore password that is defined at the time of truststore creation using a keystore utility.The certificate file format of the truststore.keyStoreType
(CreateTruststoreRequest.KeyStoreTypeEnum keyStoreType) The certificate file format of the truststore.toString()
The name of the truststore file that will be used to save the truststore internally in API Gateway.uploadFileName
(String uploadFileName) The name of the truststore file that will be used to save the truststore internally in API Gateway.
-
Felddetails
-
keyStoreName
The name of the truststore. It cannot contain spaces or special characters. The name of the trust store must be unique across all the truststores created in API Gateway. -
keyStoreDescription
The description for the truststore. -
keyStoreType
The certificate file format of the truststore. -
keyStorePassword
The truststore password that is defined at the time of truststore creation using a keystore utility. -
uploadFileName
The name of the truststore file that will be used to save the truststore internally in API Gateway. -
fileContent
The contents of the truststore file. -
isPwdBase64Encoded
Specifies whether password is base 64 encoded.
-
-
Konstruktordetails
-
CreateTruststoreRequest
Constructs a validated instance ofCreateTruststoreRequest
.- Parameter:
spec
- the specification to process
-
CreateTruststoreRequest
@Internal public CreateTruststoreRequest(String keyStoreName, String keyStoreDescription, CreateTruststoreRequest.KeyStoreTypeEnum keyStoreType, String keyStorePassword, String uploadFileName, File fileContent, String isPwdBase64Encoded) Constructs a validated instance ofCreateTruststoreRequest
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CreateTruststoreRequest(Consumer)
instead.- Parameter:
keyStoreName
- The name of the truststore. It cannot contain spaces or special characters. The name of the trust store must be unique across all the truststores created in API Gateway.keyStoreDescription
- The description for the truststore.keyStoreType
- The certificate file format of the truststore.keyStorePassword
- The truststore password that is defined at the time of truststore creation using a keystore utility.uploadFileName
- The name of the truststore file that will be used to save the truststore internally in API Gateway.fileContent
- The contents of the truststore file.isPwdBase64Encoded
- Specifies whether password is base 64 encoded.
-
CreateTruststoreRequest
protected CreateTruststoreRequest()
-
-
Methodendetails
-
builder
-
keyStoreName
The name of the truststore. It cannot contain spaces or special characters. The name of the trust store must be unique across all the truststores created in API Gateway. -
keyStoreDescription
The description for the truststore. -
keyStoreType
The certificate file format of the truststore. -
keyStorePassword
The truststore password that is defined at the time of truststore creation using a keystore utility. -
uploadFileName
The name of the truststore file that will be used to save the truststore internally in API Gateway. -
fileContent
The contents of the truststore file. -
isPwdBase64Encoded
Specifies whether password is base 64 encoded. -
keyStoreName
The name of the truststore. It cannot contain spaces or special characters. The name of the trust store must be unique across all the truststores created in API Gateway.- Gibt zurück:
this
.
-
keyStoreDescription
The description for the truststore.- Gibt zurück:
this
.
-
keyStoreType
The certificate file format of the truststore.- Gibt zurück:
this
.
-
keyStorePassword
The truststore password that is defined at the time of truststore creation using a keystore utility.- Gibt zurück:
this
.
-
uploadFileName
The name of the truststore file that will be used to save the truststore internally in API Gateway.- Gibt zurück:
this
.
-
fileContent
The contents of the truststore file.- Gibt zurück:
this
.
-
isPwdBase64Encoded
Specifies whether password is base 64 encoded.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-