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 OpenSSHSshAgentKeyConstraint
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
Fields Modifier and Type Field Description private java.lang.String
name
-
Fields inherited from class org.apache.sshd.agent.SshAgentKeyConstraint
CONFIRM
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Extension(java.lang.String name)
Creates a newSshAgentKeyConstraint.Extension
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
put(Buffer buffer)
Writes this constraint into the givenBuffer
.-
Methods inherited from class org.apache.sshd.agent.SshAgentKeyConstraint
getId
-
-
-
-
Constructor Detail
-
Extension
protected Extension(java.lang.String name)
Creates a newSshAgentKeyConstraint.Extension
.- Parameters:
name
- of the extension, must not benull
or empty
-
-
Method Detail
-
put
public void put(Buffer buffer)
Description copied from class:SshAgentKeyConstraint
Writes this constraint into the givenBuffer
.- Overrides:
put
in classSshAgentKeyConstraint
- Parameters:
buffer
-Buffer
to write into at the current buffer write position
-
-