Class Profile

java.lang.Object
com.sshtools.keys.jfx.Profile

public class Profile extends Object
  • Property Details

  • Constructor Details

    • Profile

      public Profile()
    • Profile

      public Profile(InetAddress address, int port)
  • Method Details

    • getIdentityFile

      public final Optional<Path> getIdentityFile()
      Gets the value of the property identityFile.
      Property description:
    • setIdentityFile

      public final void setIdentityFile(Optional<Path> identityFile)
      Sets the value of the property identityFile.
      Property description:
    • getAddress

      public final InetAddress getAddress()
    • setAddress

      public final void setAddress(InetAddress address)
    • 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()
      See Also:
    • 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()
      See Also:
    • 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()
      See Also:
    • setDefaultIdentities

      public final void setDefaultIdentities(boolean defaultIdentities)
      Sets the value of the property defaultIdentities.
      Property description:
    • getUsername

      public final String 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

      public final void setUsername(String username)
      Sets the value of the property username.
      Property description:
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object