java.lang.Object
com.sshtools.keys.jfx.Profile
-
Property Summary
PropertiesTypePropertyDescriptionfinal javafx.beans.property.BooleanPropertyfinal javafx.beans.property.BooleanPropertyfinal javafx.beans.property.StringPropertyfinal javafx.beans.property.BooleanPropertyfinal javafx.beans.property.StringProperty -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal javafx.beans.property.BooleanPropertyfinal javafx.beans.property.BooleanPropertybooleanfinal InetAddressGets the value of the property identityFile.final intgetPort()final StringGets the value of the property username.inthashCode()final javafx.beans.property.StringPropertyfinal booleanGets the value of the property agentAuthentication.final booleanGets the value of the property defaultIdentities.final booleanGets the value of the property passwordAuthentication.final javafx.beans.property.BooleanPropertyfinal voidsetAddress(InetAddress address) final voidsetAgentAuthentication(boolean agentAuthentication) Sets the value of the property agentAuthentication.final voidsetDefaultIdentities(boolean defaultIdentities) Sets the value of the property defaultIdentities.final voidsetIdentityFile(Optional<Path> identityFile) Sets the value of the property identityFile.final voidsetPasswordAuthentication(boolean passwordAuthentication) Sets the value of the property passwordAuthentication.final voidsetPort(int port) final voidsetUsername(String username) Sets the value of the property username.toString()final javafx.beans.property.StringProperty
-
Property Details
-
agentAuthentication
public final javafx.beans.property.BooleanProperty agentAuthenticationProperty -
passwordAuthentication
public final javafx.beans.property.BooleanProperty passwordAuthenticationProperty -
defaultIdentities
public final javafx.beans.property.BooleanProperty defaultIdentitiesProperty -
username
public final javafx.beans.property.StringProperty usernameProperty- See Also:
-
identityFile
public final javafx.beans.property.StringProperty identityFileProperty- See Also:
-
-
Constructor Details
-
Profile
public Profile() -
Profile
-
-
Method Details
-
getIdentityFile
Gets the value of the property identityFile.- Property description:
-
setIdentityFile
Sets the value of the property identityFile.- Property description:
-
getAddress
-
setAddress
-
getPort
public final int getPort() -
setPort
public final void setPort(int port) -
isAgentAuthentication
public final boolean isAgentAuthentication()Gets the value of the property agentAuthentication.- Property description:
-
agentAuthenticationProperty
public final javafx.beans.property.BooleanProperty agentAuthenticationProperty() -
setAgentAuthentication
public final void setAgentAuthentication(boolean agentAuthentication) Sets the value of the property agentAuthentication.- Property description:
-
isPasswordAuthentication
public final boolean isPasswordAuthentication()Gets the value of the property passwordAuthentication.- Property description:
-
passwordAuthenticationProperty
public final javafx.beans.property.BooleanProperty passwordAuthenticationProperty() -
setPasswordAuthentication
public final void setPasswordAuthentication(boolean passwordAuthentication) Sets the value of the property passwordAuthentication.- Property description:
-
isDefaultIdentities
public final boolean isDefaultIdentities()Gets the value of the property defaultIdentities.- Property description:
-
defaultIdentitiesProperty
public final javafx.beans.property.BooleanProperty defaultIdentitiesProperty() -
setDefaultIdentities
public final void setDefaultIdentities(boolean defaultIdentities) Sets the value of the property defaultIdentities.- Property description:
-
getUsername
Gets the value of the property username.- Property description:
-
usernameProperty
public final javafx.beans.property.StringProperty usernameProperty()- See Also:
-
identityFileProperty
public final javafx.beans.property.StringProperty identityFileProperty()- See Also:
-
setUsername
Sets the value of the property username.- Property description:
-
hashCode
public int hashCode() -
equals
-
toString
-