Uses of Class
org.apache.sshd.common.config.keys.AuthorizedKeyEntry
-
Packages that use AuthorizedKeyEntry Package Description org.apache.sshd.client.config.hosts org.apache.sshd.common.config.keys org.apache.sshd.server.auth.pubkey org.apache.sshd.server.config.keys -
-
Uses of AuthorizedKeyEntry in org.apache.sshd.client.config.hosts
Fields in org.apache.sshd.client.config.hosts declared as AuthorizedKeyEntry Modifier and Type Field Description private AuthorizedKeyEntry
KnownHostEntry. keyEntry
Methods in org.apache.sshd.client.config.hosts that return AuthorizedKeyEntry Modifier and Type Method Description AuthorizedKeyEntry
KnownHostEntry. getKeyEntry()
Methods in org.apache.sshd.client.config.hosts with parameters of type AuthorizedKeyEntry Modifier and Type Method Description void
KnownHostEntry. setKeyEntry(AuthorizedKeyEntry keyEntry)
-
Uses of AuthorizedKeyEntry in org.apache.sshd.common.config.keys
Methods in org.apache.sshd.common.config.keys that return AuthorizedKeyEntry Modifier and Type Method Description static AuthorizedKeyEntry
AuthorizedKeyEntry. parseAuthorizedKeyEntry(java.lang.String value)
static AuthorizedKeyEntry
AuthorizedKeyEntry. parseAuthorizedKeyEntry(java.lang.String value, PublicKeyEntryDataResolver resolver)
Methods in org.apache.sshd.common.config.keys that return types with arguments of type AuthorizedKeyEntry Modifier and Type Method Description static java.util.List<AuthorizedKeyEntry>
AuthorizedKeyEntry. readAuthorizedKeys(java.io.BufferedReader rdr)
static java.util.List<AuthorizedKeyEntry>
AuthorizedKeyEntry. readAuthorizedKeys(java.io.InputStream in, boolean okToClose)
Reads read the contents of anauthorized_keys
filestatic java.util.List<AuthorizedKeyEntry>
AuthorizedKeyEntry. readAuthorizedKeys(java.io.Reader rdr, boolean okToClose)
Reads read the contents of anauthorized_keys
filestatic java.util.List<AuthorizedKeyEntry>
AuthorizedKeyEntry. readAuthorizedKeys(java.net.URL url)
Reads read the contents of anauthorized_keys
filestatic java.util.List<AuthorizedKeyEntry>
AuthorizedKeyEntry. readAuthorizedKeys(java.nio.file.Path path, java.nio.file.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 AuthorizedKeyEntry Modifier and Type Field Description static AttributeRepository.AttributeKey<AuthorizedKeyEntry>
AuthorizedKeyEntriesPublickeyAuthenticator. AUTHORIZED_KEY
private java.util.Map<AuthorizedKeyEntry,java.security.PublicKey>
AuthorizedKeyEntriesPublickeyAuthenticator. resolvedKeys
Method parameters in org.apache.sshd.server.auth.pubkey with type arguments of type AuthorizedKeyEntry Modifier and Type Method Description static PublickeyAuthenticator
PublickeyAuthenticator. fromAuthorizedEntries(java.lang.Object id, ServerSession session, java.util.Collection<? extends AuthorizedKeyEntry> entries, PublicKeyEntryResolver fallbackResolver)
Constructor parameters in org.apache.sshd.server.auth.pubkey with type arguments of type AuthorizedKeyEntry Constructor Description AuthorizedKeyEntriesPublickeyAuthenticator(java.lang.Object id, ServerSession session, java.util.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 AuthorizedKeyEntry Modifier and Type Method Description static java.util.List<AuthorizedKeyEntry>
AuthorizedKeysAuthenticator. readDefaultAuthorizedKeys(java.nio.file.OpenOption... options)
Reads read the contents of the default OpenSSHauthorized_keys
fileprotected java.util.Collection<AuthorizedKeyEntry>
AuthorizedKeysAuthenticator. reloadAuthorizedKeys(java.nio.file.Path path, java.lang.String username, ServerSession session)
protected java.util.Collection<AuthorizedKeyEntry>
DefaultAuthorizedKeysAuthenticator. reloadAuthorizedKeys(java.nio.file.Path path, java.lang.String username, ServerSession session)
Method parameters in org.apache.sshd.server.config.keys with type arguments of type AuthorizedKeyEntry Modifier and Type Method Description protected PublickeyAuthenticator
AuthorizedKeysAuthenticator. createDelegateAuthenticator(java.lang.String username, ServerSession session, java.nio.file.Path path, java.util.Collection<AuthorizedKeyEntry> entries, PublicKeyEntryResolver fallbackResolver)
-