| Interface | Description |
|---|---|
| PublickeyAuthenticator |
The
PublickeyAuthenticator is used on the server side
to authenticate user public keys. |
| Class | Description |
|---|---|
| AcceptAllPublickeyAuthenticator |
Accepts all authentication attempts
|
| KeySetPublickeyAuthenticator |
Checks against a
Collection of PublicKeys |
| RejectAllPublickeyAuthenticator |
Rejects all authentication attempts
|
| StaticPublickeyAuthenticator |
Returns the same constant result
true/false regardless |
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.