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
public abstract static class SshAgentKeyConstraint.Extension extends SshAgentKeyConstraint
An OpenSSHSshAgentKeyConstraintextension. 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
-
Fields inherited from class org.apache.sshd.agent.SshAgentKeyConstraint
CONFIRM
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedExtension(String name)Creates a newSshAgentKeyConstraint.Extension.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidput(Buffer buffer)Writes this constraint into the givenBuffer.-
Methods inherited from class org.apache.sshd.agent.SshAgentKeyConstraint
getId
-
-
-
-
Constructor Detail
-
Extension
protected Extension(String name)
Creates a newSshAgentKeyConstraint.Extension.- Parameters:
name- of the extension, must not benullor empty
-
-
Method Detail
-
put
public void put(Buffer buffer)
Description copied from class:SshAgentKeyConstraintWrites this constraint into the givenBuffer.- Overrides:
putin classSshAgentKeyConstraint- Parameters:
buffer-Bufferto write into at the current buffer write position
-
-