Uses of Class
org.apache.sshd.agent.SshAgentKeyConstraint
Packages that use SshAgentKeyConstraint
-
Uses of SshAgentKeyConstraint in org.apache.sshd.agent
Subclasses of SshAgentKeyConstraint in org.apache.sshd.agentModifier and TypeClassDescriptionstatic class
An OpenSSHSshAgentKeyConstraint
extension.static class
The OpenSSH "sk-provider@openssh.com" key constraint extension used for FIDO keys.static class
An 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 SshAgentKeyConstraintModifier and TypeFieldDescriptionstatic final SshAgentKeyConstraint
SshAgentKeyConstraint.CONFIRM
The singleton OpenSSH confirmationSshAgentKeyConstraint
.Methods in org.apache.sshd.agent with parameters of type SshAgentKeyConstraintModifier and TypeMethodDescriptionvoid
SshAgent.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 SshAgentKeyConstraintModifier and TypeMethodDescriptionvoid
AbstractAgentProxy.addIdentity
(KeyPair kp, String comment, SshAgentKeyConstraint... constraints) void
AgentDelegate.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 SshAgentKeyConstraintModifier and TypeMethodDescriptionvoid
AgentImpl.addIdentity
(KeyPair key, String comment, SshAgentKeyConstraint... constraints)