Package org.apache.sshd.agent
Class SshAgentKeyConstraint.Extension
java.lang.Object
org.apache.sshd.agent.SshAgentKeyConstraint
org.apache.sshd.agent.SshAgentKeyConstraint.Extension
- Direct Known Subclasses:
SshAgentKeyConstraint.FidoProviderExtension
- Enclosing class:
SshAgentKeyConstraint
An OpenSSH
SshAgentKeyConstraint extension. Extensions are identified by name.-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.sshd.agent.SshAgentKeyConstraint
SshAgentKeyConstraint.Extension, SshAgentKeyConstraint.FidoProviderExtension, SshAgentKeyConstraint.LifeTime -
Field Summary
FieldsFields inherited from class org.apache.sshd.agent.SshAgentKeyConstraint
CONFIRM -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.sshd.agent.SshAgentKeyConstraint
getId
-
Field Details
-
name
-
-
Constructor Details
-
Extension
Creates a newSshAgentKeyConstraint.Extension.- Parameters:
name- of the extension, must not benullor empty
-
-
Method Details
-
put
Description copied from class:SshAgentKeyConstraintWrites this constraint into the givenBuffer.- Overrides:
putin classSshAgentKeyConstraint- Parameters:
buffer-Bufferto write into at the current buffer write position
-