Uses of Class
org.apache.sshd.common.config.keys.AuthorizedKeyEntry
Packages that use AuthorizedKeyEntry
Package
Description
-
Uses of AuthorizedKeyEntry in org.apache.sshd.client.config.hosts
Fields in org.apache.sshd.client.config.hosts declared as AuthorizedKeyEntryMethods in org.apache.sshd.client.config.hosts that return AuthorizedKeyEntryMethods in org.apache.sshd.client.config.hosts with parameters of type AuthorizedKeyEntry -
Uses of AuthorizedKeyEntry in org.apache.sshd.common.config.keys
Methods in org.apache.sshd.common.config.keys that return AuthorizedKeyEntryModifier and TypeMethodDescriptionstatic AuthorizedKeyEntry
AuthorizedKeyEntry.parseAuthorizedKeyEntry
(String value) static AuthorizedKeyEntry
AuthorizedKeyEntry.parseAuthorizedKeyEntry
(String value, PublicKeyEntryDataResolver resolver) Methods in org.apache.sshd.common.config.keys that return types with arguments of type AuthorizedKeyEntryModifier and TypeMethodDescriptionstatic List<AuthorizedKeyEntry>
AuthorizedKeyEntry.readAuthorizedKeys
(BufferedReader rdr) static List<AuthorizedKeyEntry>
AuthorizedKeyEntry.readAuthorizedKeys
(InputStream in, boolean okToClose) Reads read the contents of anauthorized_keys
filestatic List<AuthorizedKeyEntry>
AuthorizedKeyEntry.readAuthorizedKeys
(Reader rdr, boolean okToClose) Reads read the contents of anauthorized_keys
filestatic List<AuthorizedKeyEntry>
AuthorizedKeyEntry.readAuthorizedKeys
(URL url) Reads read the contents of anauthorized_keys
filestatic List<AuthorizedKeyEntry>
AuthorizedKeyEntry.readAuthorizedKeys
(Path path, OpenOption... options) Reads read the contents of anauthorized_keys
file -
Uses of AuthorizedKeyEntry in org.apache.sshd.server.auth.pubkey
Fields in org.apache.sshd.server.auth.pubkey with type parameters of type AuthorizedKeyEntryModifier and TypeFieldDescriptionstatic final AttributeRepository.AttributeKey<AuthorizedKeyEntry>
AuthorizedKeyEntriesPublickeyAuthenticator.AUTHORIZED_KEY
private Map<AuthorizedKeyEntry,
PublicKey> AuthorizedKeyEntriesPublickeyAuthenticator.resolvedKeys
Method parameters in org.apache.sshd.server.auth.pubkey with type arguments of type AuthorizedKeyEntryModifier and TypeMethodDescriptionstatic PublickeyAuthenticator
PublickeyAuthenticator.fromAuthorizedEntries
(Object id, ServerSession session, Collection<? extends AuthorizedKeyEntry> entries, PublicKeyEntryResolver fallbackResolver) Constructor parameters in org.apache.sshd.server.auth.pubkey with type arguments of type AuthorizedKeyEntryModifierConstructorDescriptionAuthorizedKeyEntriesPublickeyAuthenticator
(Object id, ServerSession session, Collection<? extends AuthorizedKeyEntry> entries, PublicKeyEntryResolver fallbackResolver) -
Uses of AuthorizedKeyEntry in org.apache.sshd.server.config.keys
Methods in org.apache.sshd.server.config.keys that return types with arguments of type AuthorizedKeyEntryModifier and TypeMethodDescriptionstatic List<AuthorizedKeyEntry>
AuthorizedKeysAuthenticator.readDefaultAuthorizedKeys
(OpenOption... options) Reads read the contents of the default OpenSSHauthorized_keys
fileprotected Collection<AuthorizedKeyEntry>
AuthorizedKeysAuthenticator.reloadAuthorizedKeys
(Path path, String username, ServerSession session) protected Collection<AuthorizedKeyEntry>
DefaultAuthorizedKeysAuthenticator.reloadAuthorizedKeys
(Path path, String username, ServerSession session) Method parameters in org.apache.sshd.server.config.keys with type arguments of type AuthorizedKeyEntryModifier and TypeMethodDescriptionprotected PublickeyAuthenticator
AuthorizedKeysAuthenticator.createDelegateAuthenticator
(String username, ServerSession session, Path path, Collection<AuthorizedKeyEntry> entries, PublicKeyEntryResolver fallbackResolver)