Uses of Class
org.apache.sshd.agent.SshAgentKeyConstraint
-
Packages that use SshAgentKeyConstraint Package Description org.apache.sshd.agent org.apache.sshd.agent.common org.apache.sshd.agent.local -
-
Uses of SshAgentKeyConstraint in org.apache.sshd.agent
Subclasses of SshAgentKeyConstraint in org.apache.sshd.agent Modifier and Type Class Description static classSshAgentKeyConstraint.ExtensionAn OpenSSHSshAgentKeyConstraintextension.static classSshAgentKeyConstraint.FidoProviderExtensionThe OpenSSH "sk-provider@openssh.com" key constraint extension used for FIDO keys.static classSshAgentKeyConstraint.LifeTimeAn OpenSSH lifetime constraint expires a key added to an SSH agent after the given number of seconds.Fields in org.apache.sshd.agent declared as SshAgentKeyConstraint Modifier and Type Field Description static SshAgentKeyConstraintSshAgentKeyConstraint. CONFIRMThe singleton OpenSSH confirmationSshAgentKeyConstraint.Methods in org.apache.sshd.agent with parameters of type SshAgentKeyConstraint Modifier and Type Method Description voidSshAgent. addIdentity(KeyPair key, String comment, SshAgentKeyConstraint... constraints)Adds a key to the agent. -
Uses of SshAgentKeyConstraint in org.apache.sshd.agent.common
Methods in org.apache.sshd.agent.common with parameters of type SshAgentKeyConstraint Modifier and Type Method Description voidAbstractAgentProxy. addIdentity(KeyPair kp, String comment, SshAgentKeyConstraint... constraints)voidAgentDelegate. addIdentity(KeyPair key, String comment, SshAgentKeyConstraint... constraints) -
Uses of SshAgentKeyConstraint in org.apache.sshd.agent.local
Methods in org.apache.sshd.agent.local with parameters of type SshAgentKeyConstraint Modifier and Type Method Description voidAgentImpl. addIdentity(KeyPair key, String comment, SshAgentKeyConstraint... constraints)
-