mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 10:20:15 +07:00
551 lines
28 KiB
Plaintext
551 lines
28 KiB
Plaintext
f:com.intellij.credentialStore.CredentialAttributes
|
|
- <init>(java.lang.String):V
|
|
- <init>(java.lang.String,java.lang.String):V
|
|
- <init>(java.lang.String,java.lang.String,java.lang.Class):V
|
|
- <init>(java.lang.String,java.lang.String,java.lang.Class,Z):V
|
|
- b:<init>(java.lang.String,java.lang.String,java.lang.Class,Z,I,kotlin.jvm.internal.DefaultConstructorMarker):V
|
|
- <init>(java.lang.String,java.lang.String,java.lang.Class,Z,Z):V
|
|
- b:<init>(java.lang.String,java.lang.String,java.lang.Class,Z,Z,I,kotlin.jvm.internal.DefaultConstructorMarker):V
|
|
- f:component1():java.lang.String
|
|
- f:component2():java.lang.String
|
|
- f:component3():java.lang.Class
|
|
- f:component4():Z
|
|
- f:component5():Z
|
|
- f:copy(java.lang.String,java.lang.String,java.lang.Class,Z,Z):com.intellij.credentialStore.CredentialAttributes
|
|
- bs:copy$default(com.intellij.credentialStore.CredentialAttributes,java.lang.String,java.lang.String,java.lang.Class,Z,Z,I,java.lang.Object):com.intellij.credentialStore.CredentialAttributes
|
|
- equals(java.lang.Object):Z
|
|
- f:getCacheDeniedItems():Z
|
|
- f:getRequestor():java.lang.Class
|
|
- f:getServiceName():java.lang.String
|
|
- f:getUserName():java.lang.String
|
|
- hashCode():I
|
|
- f:isPasswordMemoryOnly():Z
|
|
- toString():java.lang.String
|
|
f:com.intellij.credentialStore.CredentialAttributesKt
|
|
- sf:SERVICE_NAME_PREFIX:java.lang.String
|
|
- sf:CredentialAttributes(java.lang.Class,java.lang.String):com.intellij.credentialStore.CredentialAttributes
|
|
- sf:generateServiceName(java.lang.String,java.lang.String):java.lang.String
|
|
- sf:getACCESS_TO_KEY_CHAIN_DENIED():com.intellij.credentialStore.Credentials
|
|
- sf:getCANNOT_UNLOCK_KEYCHAIN():com.intellij.credentialStore.Credentials
|
|
- sf:hasOnlyUserName(com.intellij.credentialStore.Credentials):Z
|
|
- sf:isEmpty(com.intellij.credentialStore.Credentials):Z
|
|
- sf:isFulfilled(com.intellij.credentialStore.Credentials):Z
|
|
f:com.intellij.credentialStore.CredentialRequestResult
|
|
- <init>(com.intellij.credentialStore.Credentials,Z):V
|
|
- f:component1():com.intellij.credentialStore.Credentials
|
|
- f:component2():Z
|
|
- f:copy(com.intellij.credentialStore.Credentials,Z):com.intellij.credentialStore.CredentialRequestResult
|
|
- bs:copy$default(com.intellij.credentialStore.CredentialRequestResult,com.intellij.credentialStore.Credentials,Z,I,java.lang.Object):com.intellij.credentialStore.CredentialRequestResult
|
|
- equals(java.lang.Object):Z
|
|
- f:getCredentials():com.intellij.credentialStore.Credentials
|
|
- hashCode():I
|
|
- f:isRemember():Z
|
|
- toString():java.lang.String
|
|
com.intellij.credentialStore.CredentialStore
|
|
- a:get(com.intellij.credentialStore.CredentialAttributes):com.intellij.credentialStore.Credentials
|
|
- getPassword(com.intellij.credentialStore.CredentialAttributes):java.lang.String
|
|
- a:set(com.intellij.credentialStore.CredentialAttributes,com.intellij.credentialStore.Credentials):V
|
|
- setPassword(com.intellij.credentialStore.CredentialAttributes,java.lang.String):V
|
|
com.intellij.credentialStore.CredentialStoreManager
|
|
- sf:Companion:com.intellij.credentialStore.CredentialStoreManager$Companion
|
|
- a:availableProviders():java.util.List
|
|
- a:defaultProvider():com.intellij.credentialStore.ProviderType
|
|
- a:isSupported(com.intellij.credentialStore.ProviderType):Z
|
|
f:com.intellij.credentialStore.CredentialStoreManager$Companion
|
|
- f:getInstance():com.intellij.credentialStore.CredentialStoreManager
|
|
c:com.intellij.credentialStore.CredentialStoreManagerImpl
|
|
- com.intellij.credentialStore.CredentialStoreManager
|
|
- <init>():V
|
|
- availableProviders():java.util.List
|
|
- defaultProvider():com.intellij.credentialStore.ProviderType
|
|
- isSupported(com.intellij.credentialStore.ProviderType):Z
|
|
f:com.intellij.credentialStore.Credentials
|
|
- <init>(java.lang.String,com.intellij.credentialStore.OneTimeString):V
|
|
- b:<init>(java.lang.String,com.intellij.credentialStore.OneTimeString,I,kotlin.jvm.internal.DefaultConstructorMarker):V
|
|
- <init>(java.lang.String,java.lang.String):V
|
|
- <init>(java.lang.String,B[]):V
|
|
- <init>(java.lang.String,C[]):V
|
|
- equals(java.lang.Object):Z
|
|
- f:getPassword():com.intellij.credentialStore.OneTimeString
|
|
- f:getPasswordAsString():java.lang.String
|
|
- f:getUserName():java.lang.String
|
|
- hashCode():I
|
|
- toString():java.lang.String
|
|
e:com.intellij.credentialStore.ProviderType
|
|
- java.lang.Enum
|
|
- sf:DO_NOT_STORE:com.intellij.credentialStore.ProviderType
|
|
- sf:KEEPASS:com.intellij.credentialStore.ProviderType
|
|
- sf:KEYCHAIN:com.intellij.credentialStore.ProviderType
|
|
- sf:MEMORY_ONLY:com.intellij.credentialStore.ProviderType
|
|
- s:getEntries():kotlin.enums.EnumEntries
|
|
- s:valueOf(java.lang.String):com.intellij.credentialStore.ProviderType
|
|
- s:values():com.intellij.credentialStore.ProviderType[]
|
|
com.intellij.execution.process.PtyBasedProcess
|
|
- a:hasPty():Z
|
|
- a:setWindowSize(I,I):V
|
|
a:com.intellij.ide.passwordSafe.PasswordSafe
|
|
- com.intellij.credentialStore.CredentialStore
|
|
- com.intellij.ide.passwordSafe.PasswordStorage
|
|
- sf:Companion:com.intellij.ide.passwordSafe.PasswordSafe$Companion
|
|
- <init>():V
|
|
- a:getAsync(com.intellij.credentialStore.CredentialAttributes):org.jetbrains.concurrency.Promise
|
|
- sf:getInstance():com.intellij.ide.passwordSafe.PasswordSafe
|
|
- a:isMemoryOnly():Z
|
|
- a:isPasswordStoredOnlyInMemory(com.intellij.credentialStore.CredentialAttributes,com.intellij.credentialStore.Credentials):Z
|
|
- a:isRememberPasswordByDefault():Z
|
|
- a:set(com.intellij.credentialStore.CredentialAttributes,com.intellij.credentialStore.Credentials,Z):V
|
|
- a:setRememberPasswordByDefault(Z):V
|
|
f:com.intellij.ide.passwordSafe.PasswordSafe$Companion
|
|
- f:getInstance():com.intellij.ide.passwordSafe.PasswordSafe
|
|
com.intellij.ide.passwordSafe.PasswordStorage
|
|
- a:get(com.intellij.credentialStore.CredentialAttributes):com.intellij.credentialStore.Credentials
|
|
- getPassword(com.intellij.openapi.project.Project,java.lang.Class,java.lang.String):java.lang.String
|
|
- a:set(com.intellij.credentialStore.CredentialAttributes,com.intellij.credentialStore.Credentials):V
|
|
- storePassword(com.intellij.openapi.project.Project,java.lang.Class,java.lang.String,java.lang.String):V
|
|
f:com.intellij.ide.users.LocalUserSettings
|
|
- sf:INSTANCE:com.intellij.ide.users.LocalUserSettings
|
|
- f:getDefaultSystemUserName():java.lang.String
|
|
- f:getUserName():java.lang.String
|
|
- f:setUserName(java.lang.String):V
|
|
e:com.intellij.remote.AuthType
|
|
- java.lang.Enum
|
|
- sf:KEY_PAIR:com.intellij.remote.AuthType
|
|
- sf:OPEN_SSH:com.intellij.remote.AuthType
|
|
- sf:PASSWORD:com.intellij.remote.AuthType
|
|
- f:getDisplayName():java.lang.String
|
|
- s:getEntries():kotlin.enums.EnumEntries
|
|
- s:valueOf(java.lang.String):com.intellij.remote.AuthType
|
|
- s:values():com.intellij.remote.AuthType[]
|
|
c:com.intellij.remote.BaseRemoteProcessHandler
|
|
- com.intellij.execution.process.BaseProcessHandler
|
|
- <init>(com.intellij.remote.RemoteProcess,java.lang.String,java.nio.charset.Charset):V
|
|
- p:destroyProcessImpl():V
|
|
- executeTask(java.lang.Runnable):java.util.concurrent.Future
|
|
- p:onOSProcessTerminated(I):V
|
|
- p:readerOptions():com.intellij.util.io.BaseOutputReader$Options
|
|
- startNotify():V
|
|
a:com.intellij.remote.CredentialsType
|
|
- sf:EP_NAME:com.intellij.openapi.extensions.ExtensionPointName
|
|
- sf:UNKNOWN:com.intellij.remote.CredentialsType
|
|
- sf:UNKNOWN_CREDENTIALS:com.intellij.openapi.util.Key
|
|
- p:<init>(java.lang.String,java.lang.String):V
|
|
- a:createCredentials():java.lang.Object
|
|
- getCredentials(com.intellij.openapi.util.UserDataHolderBase):java.lang.Object
|
|
- a:getCredentialsKey():com.intellij.openapi.util.Key
|
|
- a:getHandler(java.lang.Object):com.intellij.remote.ext.RemoteCredentialsHandler
|
|
- getName():java.lang.String
|
|
- getWeight():I
|
|
- hasPrefix(java.lang.String):Z
|
|
- putCredentials(com.intellij.openapi.util.UserDataHolderBase,java.lang.Object):V
|
|
- saveCredentials(com.intellij.remote.RemoteSdkAdditionalData,com.intellij.remote.ext.CredentialsCase[]):V
|
|
com.intellij.remote.MutableRemoteCredentials
|
|
- com.intellij.remote.RemoteCredentials
|
|
- a:setAuthType(com.intellij.remote.AuthType):V
|
|
- *a:setConnectionConfigPatch(com.intellij.remote.SshConnectionConfigPatch):V
|
|
- a:setHost(java.lang.String):V
|
|
- a:setLiteralPort(java.lang.String):V
|
|
- a:setOpenSshConfigUsageForced(Z):V
|
|
- a:setPassphrase(java.lang.String):V
|
|
- a:setPassword(java.lang.String):V
|
|
- a:setPort(I):V
|
|
- a:setPrivateKeyFile(java.lang.String):V
|
|
- a:setStorePassphrase(Z):V
|
|
- a:setStorePassword(Z):V
|
|
- a:setUserName(java.lang.String):V
|
|
com.intellij.remote.OutdatedCredentialsType
|
|
- a:transformToNewerType(java.lang.Object,com.intellij.openapi.project.Project):kotlin.Pair
|
|
f:com.intellij.remote.PresentableId
|
|
- java.lang.Cloneable
|
|
- clone():com.intellij.remote.PresentableId
|
|
- s:createId(java.lang.String,java.lang.String):com.intellij.remote.PresentableId
|
|
- s:createMergedId(com.intellij.remote.PresentableId,java.lang.String):com.intellij.remote.PresentableId
|
|
- s:createMergedName(com.intellij.remote.PresentableId,java.lang.String):com.intellij.remote.PresentableId
|
|
- equals(java.lang.Object):Z
|
|
- getId():java.lang.String
|
|
- getName():java.lang.String
|
|
- hasId():Z
|
|
- hasName():Z
|
|
- hashCode():I
|
|
- toString():java.lang.String
|
|
f:com.intellij.remote.RemoteBundle
|
|
- sf:BUNDLE:java.lang.String
|
|
- s:message(java.lang.String,java.lang.Object[]):java.lang.String
|
|
- s:messagePointer(java.lang.String,java.lang.Object[]):java.util.function.Supplier
|
|
c:com.intellij.remote.RemoteCancelledException
|
|
- com.intellij.remote.RemoteSdkException
|
|
- <init>(java.lang.String):V
|
|
c:com.intellij.remote.RemoteConnectionCredentialsWrapper
|
|
- <init>():V
|
|
- copyTo(com.intellij.remote.RemoteConnectionCredentialsWrapper):V
|
|
- equals(java.lang.Object):Z
|
|
- getConnectionKey():java.lang.Object
|
|
- getCredentials():java.lang.Object
|
|
- getCredentials(com.intellij.remote.CredentialsType):java.lang.Object
|
|
- getId():java.lang.String
|
|
- getPresentableDetails(java.lang.String):java.lang.String
|
|
- getRemoteConnectionType():com.intellij.remote.CredentialsType
|
|
- getTypeHandler():com.intellij.remote.ext.RemoteCredentialsHandler
|
|
- save(org.jdom.Element):V
|
|
- setCredentials(com.intellij.openapi.util.Key,java.lang.Object):V
|
|
- switchType(com.intellij.remote.ext.CredentialsCase[]):V
|
|
- s:unknownConnectionType():java.lang.IllegalStateException
|
|
c:com.intellij.remote.RemoteCredentialException
|
|
- java.lang.RuntimeException
|
|
- <init>(java.lang.String):V
|
|
com.intellij.remote.RemoteCredentials
|
|
- a:getAuthType():com.intellij.remote.AuthType
|
|
- *:getConnectionConfigPatch():com.intellij.remote.SshConnectionConfigPatch
|
|
- a:getHost():java.lang.String
|
|
- a:getLiteralPort():java.lang.String
|
|
- a:getPassphrase():java.lang.String
|
|
- a:getPassword():java.lang.String
|
|
- a:getPort():I
|
|
- a:getPrivateKeyFile():java.lang.String
|
|
- a:getUserName():java.lang.String
|
|
- isOpenSshConfigUsageForced():Z
|
|
- isSkippingHostKeyVerification():Z
|
|
- a:isStorePassphrase():Z
|
|
- a:isStorePassword():Z
|
|
- shouldUseOpenSshConfig():Z
|
|
c:com.intellij.remote.RemoteCredentialsHolder
|
|
- com.intellij.remote.MutableRemoteCredentials
|
|
- sf:ANONYMOUS:java.lang.String
|
|
- sf:CONNECTION_CONFIG_PATCH:java.lang.String
|
|
- sf:HOST:java.lang.String
|
|
- sf:PASSPHRASE:java.lang.String
|
|
- sf:PASSWORD:java.lang.String
|
|
- sf:PORT:java.lang.String
|
|
- sf:PRIVATE_KEY_FILE:java.lang.String
|
|
- sf:SSH_PREFIX:java.lang.String
|
|
- sf:USERNAME:java.lang.String
|
|
- sf:USE_AUTH_AGENT:java.lang.String
|
|
- sf:USE_KEY_PAIR:java.lang.String
|
|
- sf:USE_OPENSSH_CONFIG:java.lang.String
|
|
- <init>():V
|
|
- <init>(com.intellij.remote.RemoteCredentials):V
|
|
- copyFrom(com.intellij.remote.RemoteCredentials):V
|
|
- s:copyRemoteCredentials(com.intellij.remote.RemoteCredentials,com.intellij.remote.MutableRemoteCredentials):V
|
|
- copyRemoteCredentialsTo(com.intellij.remote.MutableRemoteCredentials):V
|
|
- equals(java.lang.Object):Z
|
|
- getAuthType():com.intellij.remote.AuthType
|
|
- getConnectionConfigPatch():com.intellij.remote.SshConnectionConfigPatch
|
|
- s:getCredentialsString(com.intellij.remote.RemoteCredentials):java.lang.String
|
|
- getHost():java.lang.String
|
|
- getLiteralPort():java.lang.String
|
|
- getPassphrase():java.lang.String
|
|
- getPassword():java.lang.String
|
|
- getPort():I
|
|
- getPrivateKeyFile():java.lang.String
|
|
- getSerializedUserName():java.lang.String
|
|
- getUserName():java.lang.String
|
|
- hashCode():I
|
|
- isOpenSshConfigUsageForced():Z
|
|
- isStorePassphrase():Z
|
|
- isStorePassword():Z
|
|
- load(org.jdom.Element):V
|
|
- save(org.jdom.Element):V
|
|
- setAuthType(com.intellij.remote.AuthType):V
|
|
- setConnectionConfigPatch(com.intellij.remote.SshConnectionConfigPatch):V
|
|
- setHost(java.lang.String):V
|
|
- setLiteralPort(java.lang.String):V
|
|
- setOpenSshConfigUsageForced(Z):V
|
|
- setPassphrase(java.lang.String):V
|
|
- setPassword(java.lang.String):V
|
|
- setPort(I):V
|
|
- setPrivateKeyFile(java.lang.String):V
|
|
- setStorePassphrase(Z):V
|
|
- setStorePassword(Z):V
|
|
- setUserName(java.lang.String):V
|
|
c:com.intellij.remote.RemoteFile
|
|
- <init>(java.lang.String,java.lang.String):V
|
|
- <init>(java.lang.String,java.lang.String,Z):V
|
|
- <init>(java.lang.String,Z):V
|
|
- s:createRemoteFile(java.lang.String):com.intellij.remote.RemoteFile
|
|
- s:createRemoteFile(java.lang.String,java.lang.String):com.intellij.remote.RemoteFile
|
|
- s:createRemoteFile(java.lang.String,java.lang.String,Z):com.intellij.remote.RemoteFile
|
|
- s:detectSystemByPath(java.lang.String):com.intellij.remote.RemoteFile$RemoteFileBuilder
|
|
- getName():java.lang.String
|
|
- getPath():java.lang.String
|
|
- isWin():Z
|
|
- s:isWindowsPath(java.lang.String):Z
|
|
f:com.intellij.remote.RemoteFile$RemoteFileBuilder
|
|
- createRemoteFile(java.lang.String):com.intellij.remote.RemoteFile
|
|
- createRemoteFile(java.lang.String,java.lang.String):com.intellij.remote.RemoteFile
|
|
a:com.intellij.remote.RemoteProcess
|
|
- java.lang.Process
|
|
- com.intellij.execution.process.ProcessTreeKiller
|
|
- com.intellij.execution.process.SelfKiller
|
|
- <init>():V
|
|
- a:getLocalTunnel(I):com.google.common.net.HostAndPort
|
|
- a:isDisconnected():Z
|
|
- a:killProcessTree():Z
|
|
- pid():J
|
|
- a:setWindowSize(I,I):V
|
|
com.intellij.remote.RemoteSdkAdditionalData
|
|
- com.intellij.openapi.projectRoots.SdkAdditionalData
|
|
- com.intellij.remote.RemoteSdkCredentialsProducer
|
|
- com.intellij.remote.RemoteSdkProperties
|
|
- a:connectionCredentials():com.intellij.remote.RemoteConnectionCredentialsWrapper
|
|
- a:getRemoteConnectionType():com.intellij.remote.CredentialsType
|
|
- a:setCredentials(com.intellij.openapi.util.Key,java.lang.Object):V
|
|
- a:switchOnConnectionType(com.intellij.remote.ext.CredentialsCase[]):V
|
|
com.intellij.remote.RemoteSdkCredentials
|
|
- com.intellij.remote.MutableRemoteCredentials
|
|
- com.intellij.remote.RemoteSdkProperties
|
|
- a:getFullInterpreterPath():java.lang.String
|
|
c:com.intellij.remote.RemoteSdkCredentialsHolder
|
|
- com.intellij.remote.RemoteCredentialsHolder
|
|
- com.intellij.remote.RemoteSdkCredentials
|
|
- <init>(java.lang.String):V
|
|
- s:constructSshCredentialsSdkFullPath(com.intellij.remote.RemoteSdkCredentials):java.lang.String
|
|
- copyRemoteSdkCredentialsTo(com.intellij.remote.RemoteSdkCredentialsHolder):V
|
|
- equals(java.lang.Object):Z
|
|
- getDefaultHelpersName():java.lang.String
|
|
- getFullInterpreterPath():java.lang.String
|
|
- getHelpersPath():java.lang.String
|
|
- getInterpreterPath():java.lang.String
|
|
- s:getInterpreterPathFromFullPath(java.lang.String):java.lang.String
|
|
- getPathMappings():com.intellij.util.PathMappingSettings
|
|
- getRemoteSdkProperties():com.intellij.remote.RemoteSdkPropertiesHolder
|
|
- getSdkId():java.lang.String
|
|
- hashCode():I
|
|
- isHelpersVersionChecked():Z
|
|
- s:isRemoteSdk(java.lang.String):Z
|
|
- isRunAsRootViaSudo():Z
|
|
- isValid():Z
|
|
- load(org.jdom.Element):V
|
|
- save(org.jdom.Element):V
|
|
- setHelpersPath(java.lang.String):V
|
|
- setHelpersVersionChecked(Z):V
|
|
- setInterpreterPath(java.lang.String):V
|
|
- setPathMappings(com.intellij.util.PathMappingSettings):V
|
|
- setRunAsRootViaSudo(Z):V
|
|
- setSdkId(java.lang.String):V
|
|
- setValid(Z):V
|
|
- toString():java.lang.String
|
|
com.intellij.remote.RemoteSdkCredentialsProducer
|
|
- a:getRemoteSdkCredentials():com.intellij.remote.RemoteSdkCredentials
|
|
- a:getRemoteSdkCredentials(com.intellij.openapi.project.Project,Z):com.intellij.remote.RemoteSdkCredentials
|
|
- a:getRemoteSdkCredentials(Z):com.intellij.remote.RemoteSdkCredentials
|
|
- a:getRemoteSdkDataKey():java.lang.Object
|
|
- a:produceRemoteSdkCredentials(com.intellij.openapi.project.Project,Z,com.intellij.util.Consumer):V
|
|
- a:produceRemoteSdkCredentials(com.intellij.util.Consumer):V
|
|
- a:produceRemoteSdkCredentials(Z,com.intellij.util.Consumer):V
|
|
c:com.intellij.remote.RemoteSdkException
|
|
- com.intellij.execution.ExecutionExceptionWithAttachments
|
|
- <init>(java.lang.String):V
|
|
- <init>(java.lang.String,java.lang.String,java.lang.String):V
|
|
- <init>(java.lang.String,java.lang.Throwable):V
|
|
- <init>(java.lang.String,java.lang.Throwable,java.lang.String,java.lang.String):V
|
|
- s:cantObtainRemoteCredentials(java.lang.Throwable):com.intellij.remote.RemoteSdkException
|
|
- getMessage():java.lang.String
|
|
- isAuthFailed():Z
|
|
- isNoRouteToHost():Z
|
|
com.intellij.remote.RemoteSdkProperties
|
|
- com.intellij.remote.RemoteSdkPropertiesPaths
|
|
- a:getDefaultHelpersName():java.lang.String
|
|
- a:getPathMappings():com.intellij.util.PathMappingSettings
|
|
- a:getSdkId():java.lang.String
|
|
- a:isHelpersVersionChecked():Z
|
|
- a:isRunAsRootViaSudo():Z
|
|
- a:isValid():Z
|
|
- a:setHelpersPath(java.lang.String):V
|
|
- a:setHelpersVersionChecked(Z):V
|
|
- a:setInterpreterPath(java.lang.String):V
|
|
- a:setPathMappings(com.intellij.util.PathMappingSettings):V
|
|
- a:setRunAsRootViaSudo(Z):V
|
|
- a:setSdkId(java.lang.String):V
|
|
- a:setValid(Z):V
|
|
c:com.intellij.remote.RemoteSdkPropertiesHolder
|
|
- com.intellij.remote.RemoteSdkProperties
|
|
- <init>(java.lang.String):V
|
|
- copyTo(com.intellij.remote.RemoteSdkProperties):V
|
|
- equals(java.lang.Object):Z
|
|
- getDefaultHelpersName():java.lang.String
|
|
- getHelpersPath():java.lang.String
|
|
- getInterpreterPath():java.lang.String
|
|
- getPathMappings():com.intellij.util.PathMappingSettings
|
|
- getSdkId():java.lang.String
|
|
- hashCode():I
|
|
- isHelpersVersionChecked():Z
|
|
- isRunAsRootViaSudo():Z
|
|
- isValid():Z
|
|
- load(org.jdom.Element):V
|
|
- save(org.jdom.Element):V
|
|
- setHelpersPath(java.lang.String):V
|
|
- setHelpersVersionChecked(Z):V
|
|
- setInterpreterPath(java.lang.String):V
|
|
- setPathMappings(com.intellij.util.PathMappingSettings):V
|
|
- setRunAsRootViaSudo(Z):V
|
|
- setSdkId(java.lang.String):V
|
|
- setValid(Z):V
|
|
- toString():java.lang.String
|
|
com.intellij.remote.RemoteSdkPropertiesPaths
|
|
- a:getHelpersPath():java.lang.String
|
|
- a:getInterpreterPath():java.lang.String
|
|
a:com.intellij.remote.RemoteSshProcess
|
|
- com.intellij.remote.RemoteProcess
|
|
- com.intellij.execution.process.PtyBasedProcess
|
|
- com.intellij.execution.process.SelfKiller
|
|
- com.intellij.remote.Tunnelable
|
|
- <init>():V
|
|
- killProcessTree():Z
|
|
- pa:sendCtrlC():Z
|
|
*f:com.intellij.remote.SshConnectionConfigPatch
|
|
- <init>():V
|
|
- <init>(com.intellij.remote.SshConnectionConfigPatch$HostKeyVerifier,java.time.Duration,com.intellij.remote.SshConnectionConfigPatch$ProxyParams):V
|
|
- f:component1():com.intellij.remote.SshConnectionConfigPatch$HostKeyVerifier
|
|
- f:component2():java.time.Duration
|
|
- f:component3():com.intellij.remote.SshConnectionConfigPatch$ProxyParams
|
|
- f:copy(com.intellij.remote.SshConnectionConfigPatch$HostKeyVerifier,java.time.Duration,com.intellij.remote.SshConnectionConfigPatch$ProxyParams):com.intellij.remote.SshConnectionConfigPatch
|
|
- bs:copy$default(com.intellij.remote.SshConnectionConfigPatch,com.intellij.remote.SshConnectionConfigPatch$HostKeyVerifier,java.time.Duration,com.intellij.remote.SshConnectionConfigPatch$ProxyParams,I,java.lang.Object):com.intellij.remote.SshConnectionConfigPatch
|
|
- f:deepCopy():com.intellij.remote.SshConnectionConfigPatch
|
|
- equals(java.lang.Object):Z
|
|
- f:getHostKeyVerifier():com.intellij.remote.SshConnectionConfigPatch$HostKeyVerifier
|
|
- f:getProxyParams():com.intellij.remote.SshConnectionConfigPatch$ProxyParams
|
|
- f:getServerAliveInterval():java.time.Duration
|
|
- hashCode():I
|
|
- f:setHostKeyVerifier(com.intellij.remote.SshConnectionConfigPatch$HostKeyVerifier):V
|
|
- f:setProxyParams(com.intellij.remote.SshConnectionConfigPatch$ProxyParams):V
|
|
- f:setServerAliveInterval(java.time.Duration):V
|
|
- toString():java.lang.String
|
|
- f:withHostKeyVerifier(com.intellij.remote.SshConnectionConfigPatch$HostKeyVerifier):com.intellij.remote.SshConnectionConfigPatch
|
|
- f:withProxyParameters(com.intellij.remote.SshConnectionConfigPatch$ProxyParams):com.intellij.remote.SshConnectionConfigPatch
|
|
- f:withServerAliveInterval(java.time.Duration):com.intellij.remote.SshConnectionConfigPatch
|
|
*f:com.intellij.remote.SshConnectionConfigPatch$HostKeyVerifier
|
|
- <init>():V
|
|
- <init>(java.lang.Boolean,com.intellij.remote.StrictHostKeyChecking):V
|
|
- f:component1():java.lang.Boolean
|
|
- f:component2():com.intellij.remote.StrictHostKeyChecking
|
|
- f:copy(java.lang.Boolean,com.intellij.remote.StrictHostKeyChecking):com.intellij.remote.SshConnectionConfigPatch$HostKeyVerifier
|
|
- bs:copy$default(com.intellij.remote.SshConnectionConfigPatch$HostKeyVerifier,java.lang.Boolean,com.intellij.remote.StrictHostKeyChecking,I,java.lang.Object):com.intellij.remote.SshConnectionConfigPatch$HostKeyVerifier
|
|
- equals(java.lang.Object):Z
|
|
- f:getHashKnownHosts():java.lang.Boolean
|
|
- f:getStrictHostKeyChecking():com.intellij.remote.StrictHostKeyChecking
|
|
- hashCode():I
|
|
- f:setHashKnownHosts(java.lang.Boolean):V
|
|
- f:setStrictHostKeyChecking(com.intellij.remote.StrictHostKeyChecking):V
|
|
- toString():java.lang.String
|
|
- f:withHashKnownHosts(Z):com.intellij.remote.SshConnectionConfigPatch$HostKeyVerifier
|
|
- f:withStrictHostKeyChecking(com.intellij.remote.StrictHostKeyChecking):com.intellij.remote.SshConnectionConfigPatch$HostKeyVerifier
|
|
*f:com.intellij.remote.SshConnectionConfigPatch$ProxyParams
|
|
- <init>():V
|
|
- <init>(java.lang.String,I,com.intellij.remote.SshConnectionConfigPatch$ProxyParams$Type,com.intellij.remote.SshConnectionConfigPatch$ProxyParams$ProxyAuthData):V
|
|
- f:component1():java.lang.String
|
|
- f:component2():I
|
|
- f:component3():com.intellij.remote.SshConnectionConfigPatch$ProxyParams$Type
|
|
- f:component4():com.intellij.remote.SshConnectionConfigPatch$ProxyParams$ProxyAuthData
|
|
- f:copy(java.lang.String,I,com.intellij.remote.SshConnectionConfigPatch$ProxyParams$Type,com.intellij.remote.SshConnectionConfigPatch$ProxyParams$ProxyAuthData):com.intellij.remote.SshConnectionConfigPatch$ProxyParams
|
|
- bs:copy$default(com.intellij.remote.SshConnectionConfigPatch$ProxyParams,java.lang.String,I,com.intellij.remote.SshConnectionConfigPatch$ProxyParams$Type,com.intellij.remote.SshConnectionConfigPatch$ProxyParams$ProxyAuthData,I,java.lang.Object):com.intellij.remote.SshConnectionConfigPatch$ProxyParams
|
|
- equals(java.lang.Object):Z
|
|
- f:getAuthData():com.intellij.remote.SshConnectionConfigPatch$ProxyParams$ProxyAuthData
|
|
- f:getProxyHost():java.lang.String
|
|
- f:getProxyPort():I
|
|
- f:getProxyType():com.intellij.remote.SshConnectionConfigPatch$ProxyParams$Type
|
|
- hashCode():I
|
|
- f:setAuthData(com.intellij.remote.SshConnectionConfigPatch$ProxyParams$ProxyAuthData):V
|
|
- f:setProxyHost(java.lang.String):V
|
|
- f:setProxyPort(I):V
|
|
- f:setProxyType(com.intellij.remote.SshConnectionConfigPatch$ProxyParams$Type):V
|
|
- toString():java.lang.String
|
|
- f:withProxyAuthData(com.intellij.remote.SshConnectionConfigPatch$ProxyParams$ProxyAuthData):com.intellij.remote.SshConnectionConfigPatch$ProxyParams
|
|
- f:withProxyHost(java.lang.String):com.intellij.remote.SshConnectionConfigPatch$ProxyParams
|
|
- f:withProxyPort(I):com.intellij.remote.SshConnectionConfigPatch$ProxyParams
|
|
- f:withProxyType(com.intellij.remote.SshConnectionConfigPatch$ProxyParams$Type):com.intellij.remote.SshConnectionConfigPatch$ProxyParams
|
|
*f:com.intellij.remote.SshConnectionConfigPatch$ProxyParams$ProxyAuthData
|
|
- <init>():V
|
|
- <init>(java.lang.String,java.lang.String,com.intellij.remote.SshConnectionConfigPatch$ProxyParams$ProxyAuthData$ProxyAuthType):V
|
|
- f:component1():java.lang.String
|
|
- f:component2():java.lang.String
|
|
- f:component3():com.intellij.remote.SshConnectionConfigPatch$ProxyParams$ProxyAuthData$ProxyAuthType
|
|
- f:copy(java.lang.String,java.lang.String,com.intellij.remote.SshConnectionConfigPatch$ProxyParams$ProxyAuthData$ProxyAuthType):com.intellij.remote.SshConnectionConfigPatch$ProxyParams$ProxyAuthData
|
|
- bs:copy$default(com.intellij.remote.SshConnectionConfigPatch$ProxyParams$ProxyAuthData,java.lang.String,java.lang.String,com.intellij.remote.SshConnectionConfigPatch$ProxyParams$ProxyAuthData$ProxyAuthType,I,java.lang.Object):com.intellij.remote.SshConnectionConfigPatch$ProxyParams$ProxyAuthData
|
|
- equals(java.lang.Object):Z
|
|
- f:getAuthType():com.intellij.remote.SshConnectionConfigPatch$ProxyParams$ProxyAuthData$ProxyAuthType
|
|
- f:getPassword():java.lang.String
|
|
- f:getUsername():java.lang.String
|
|
- hashCode():I
|
|
- f:setAuthType(com.intellij.remote.SshConnectionConfigPatch$ProxyParams$ProxyAuthData$ProxyAuthType):V
|
|
- f:setPassword(java.lang.String):V
|
|
- f:setUsername(java.lang.String):V
|
|
- toString():java.lang.String
|
|
*e:com.intellij.remote.SshConnectionConfigPatch$ProxyParams$ProxyAuthData$ProxyAuthType
|
|
- java.lang.Enum
|
|
- sf:NO_AUTHORIZATION:com.intellij.remote.SshConnectionConfigPatch$ProxyParams$ProxyAuthData$ProxyAuthType
|
|
- sf:USER_AND_PASSWORD:com.intellij.remote.SshConnectionConfigPatch$ProxyParams$ProxyAuthData$ProxyAuthType
|
|
- s:getEntries():kotlin.enums.EnumEntries
|
|
- s:valueOf(java.lang.String):com.intellij.remote.SshConnectionConfigPatch$ProxyParams$ProxyAuthData$ProxyAuthType
|
|
- s:values():com.intellij.remote.SshConnectionConfigPatch$ProxyParams$ProxyAuthData$ProxyAuthType[]
|
|
*e:com.intellij.remote.SshConnectionConfigPatch$ProxyParams$Type
|
|
- java.lang.Enum
|
|
- sf:HTTP:com.intellij.remote.SshConnectionConfigPatch$ProxyParams$Type
|
|
- sf:IDE_WIDE_PROXY:com.intellij.remote.SshConnectionConfigPatch$ProxyParams$Type
|
|
- sf:NO_PROXY:com.intellij.remote.SshConnectionConfigPatch$ProxyParams$Type
|
|
- sf:SOCKS:com.intellij.remote.SshConnectionConfigPatch$ProxyParams$Type
|
|
- s:getEntries():kotlin.enums.EnumEntries
|
|
- s:valueOf(java.lang.String):com.intellij.remote.SshConnectionConfigPatch$ProxyParams$Type
|
|
- s:values():com.intellij.remote.SshConnectionConfigPatch$ProxyParams$Type[]
|
|
*e:com.intellij.remote.StrictHostKeyChecking
|
|
- java.lang.Enum
|
|
- sf:ACCEPT_NEW:com.intellij.remote.StrictHostKeyChecking
|
|
- sf:ASK:com.intellij.remote.StrictHostKeyChecking
|
|
- sf:NO:com.intellij.remote.StrictHostKeyChecking
|
|
- sf:YES:com.intellij.remote.StrictHostKeyChecking
|
|
- s:getEntries():kotlin.enums.EnumEntries
|
|
- s:valueOf(java.lang.String):com.intellij.remote.StrictHostKeyChecking
|
|
- s:values():com.intellij.remote.StrictHostKeyChecking[]
|
|
com.intellij.remote.Tunnelable
|
|
- a:addLocalTunnel(I,I):V
|
|
- a:addRemoteTunnel(I,java.lang.String,I):V
|
|
f:com.intellij.remote.ext.CredentialsCantBeLoaded
|
|
- java.lang.Exception
|
|
- <init>(java.lang.String):V
|
|
com.intellij.remote.ext.CredentialsCase
|
|
- s:create(com.intellij.remote.CredentialsType,java.util.function.Consumer):com.intellij.remote.ext.CredentialsCase
|
|
- a:getType():com.intellij.remote.CredentialsType
|
|
- a:process(java.lang.Object):V
|
|
a:com.intellij.remote.ext.CredentialsManager
|
|
- <init>():V
|
|
- s:forgetCredentialType(java.util.stream.Stream,com.intellij.remote.CredentialsType):V
|
|
- a:getAllTypes():java.util.List
|
|
- s:getInstance():com.intellij.remote.ext.CredentialsManager
|
|
- a:loadCredentials(java.lang.String,org.jdom.Element,com.intellij.remote.RemoteSdkAdditionalData):V
|
|
- s:recogniseCredentialType(java.util.stream.Stream,com.intellij.remote.CredentialsType):V
|
|
- s:updateOutdatedSdk(com.intellij.remote.RemoteSdkAdditionalData,com.intellij.openapi.project.Project):V
|
|
com.intellij.remote.ext.RemoteCredentialsHandler
|
|
- a:getId():java.lang.String
|
|
- a:getPresentableDetails(java.lang.String):java.lang.String
|
|
- a:load(org.jdom.Element):V
|
|
- a:save(org.jdom.Element):V
|
|
a:com.intellij.remote.ext.RemoteCredentialsHandlerBase
|
|
- com.intellij.remote.ext.RemoteCredentialsHandler
|
|
- <init>(java.lang.Object):V
|
|
- pf:getCredentials():java.lang.Object
|
|
c:com.intellij.remote.ext.UnknownCredentialsHolder
|
|
- <init>():V
|
|
- equals(java.lang.Object):Z
|
|
- getSdkId():java.lang.String
|
|
- hashCode():I
|
|
- load(org.jdom.Element):V
|
|
- save(org.jdom.Element):V
|
|
- setSdkId(java.lang.String):V
|
|
c:com.intellij.remote.ext.UnknownTypeRemoteCredentialHandler
|
|
- com.intellij.remote.ext.RemoteCredentialsHandlerBase
|
|
- <init>(com.intellij.remote.ext.UnknownCredentialsHolder):V
|
|
- getId():java.lang.String
|
|
- getPresentableDetails(java.lang.String):java.lang.String
|
|
- load(org.jdom.Element):V
|
|
- save(org.jdom.Element):V
|
|
f:com.intellij.ssh.SSHUtil
|
|
- sf:CONFIRM_CONNECTION_PROMPT:java.lang.String
|
|
- sf:PASSPHRASE_PROMPT:java.util.regex.Pattern
|
|
- sf:PASSWORD_PROMPT:java.util.regex.Pattern
|
|
- sf:PASSWORD_PROMPT_PREFIX:java.lang.String
|
|
- sf:PASSWORD_PROMPT_SUFFIX:java.lang.String
|
|
- sf:PKCS_PIN_TOKEN_PROMPT:java.util.regex.Pattern
|
|
- sf:REMOTE_HOST_IDENTIFICATION_HAS_CHANGED:java.lang.String
|
|
- <init>():V
|
|
- s:extractKeyPath(java.util.regex.Matcher):java.lang.String
|
|
- s:extractPkcsTokenLabel(java.util.regex.Matcher):java.lang.String
|
|
- s:extractUsername(java.util.regex.Matcher):java.lang.String
|