Package net.webpdf.wsclient.openapi
Class ApplicationConfigKeystoreEntry
- java.lang.Object
-
- net.webpdf.wsclient.openapi.ApplicationConfigKeystoreEntry
-
public class ApplicationConfigKeystoreEntry extends Object
Defines information about one entry of a keystore.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ALIASstatic StringJSON_PROPERTY_PASSWORD
-
Constructor Summary
Constructors Constructor Description ApplicationConfigKeystoreEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationConfigKeystoreEntryalias(String alias)booleanequals(Object o)@Nullable StringgetAlias()The alias under which the keystore entry was saved.@Nullable StringgetPassword()The password of the keystore entry.inthashCode()ApplicationConfigKeystoreEntrypassword(String password)voidsetAlias(String alias)voidsetPassword(String password)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_ALIAS
public static final String JSON_PROPERTY_ALIAS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PASSWORD
public static final String JSON_PROPERTY_PASSWORD
- See Also:
- Constant Field Values
-
-
Method Detail
-
alias
public ApplicationConfigKeystoreEntry alias(String alias)
-
getAlias
@Nullable public @Nullable String getAlias()
The alias under which the keystore entry was saved.- Returns:
- alias
-
setAlias
public void setAlias(String alias)
-
password
public ApplicationConfigKeystoreEntry password(String password)
-
getPassword
@Nullable public @Nullable String getPassword()
The password of the keystore entry.- Returns:
- password
-
setPassword
public void setPassword(String password)
-
-