| Interface | Description |
|---|---|
| AlgorithmNameProvider | |
| AttributeRepository | |
| AttributeStore |
Provides the capability to attach in-memory attributes to the entity
|
| BuiltinFactory<T> |
A named optional factory.
|
| Closeable |
A
Closeable is a resource that can be closed. |
| Factory<T> |
Factory is a simple interface that is used to create other objects.
|
| NamedFactory<T> |
A named factory is a factory identified by a name.
|
| NamedResource | |
| OptionalFeature | |
| Property<T> |
Property definition.
|
| PropertyResolver |
Indicates an entity that can be configured using properties.
|
| Class | Description |
|---|---|
| AttributeRepository.AttributeKey<T> |
Type safe key for storage of user attributes.
|
| CommonModuleProperties |
Configurable properties for sshd-common.
|
| Property.BaseProperty<T> | |
| Property.BooleanProperty | |
| Property.CharsetProperty | |
| Property.DurationInSecondsProperty | |
| Property.DurationProperty | |
| Property.EnumProperty<T extends Enum<T>> | |
| Property.IntegerProperty | |
| Property.LongProperty | |
| Property.ObjectProperty | |
| Property.StringProperty | |
| Property.Validating<T> | |
| PropertyResolverUtils | |
| SshConstants |
This interface defines constants for the SSH protocol.
|
| SyspropsMapWrapper |
A wrapper that exposes a read-only
Map access to the system properties. |
| Exception | Description |
|---|---|
| RuntimeSshException |
Exception used in the SSH client or server.
|
| SshException |
Represents an SSH related exception
|
Copyright © 2018–2021 The Apache Software Foundation. All rights reserved.