mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 15:52:01 +07:00
362 lines
18 KiB
Plaintext
362 lines
18 KiB
Plaintext
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
|
|
- equals(java.lang.Object):Z
|
|
- getId():java.lang.String
|
|
- getName():java.lang.String
|
|
- hasId():Z
|
|
- hasName():Z
|
|
- hashCode():I
|
|
f:com.intellij.remote.RemoteBundle
|
|
- sf:BUNDLE:java.lang.String
|
|
- s:message(java.lang.String,java.lang.Object[]):java.lang.String
|
|
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
|
|
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: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
|
|
- 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
|
|
f:com.intellij.remote.RemoteFile
|
|
- 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:createRemoteFile(java.lang.String,Z):com.intellij.remote.RemoteFile
|
|
- getName():java.lang.String
|
|
- getPath():java.lang.String
|
|
- isWin():Z
|
|
- s:isWindowsPath(java.lang.String):Z
|
|
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.RemoteSdkProperties
|
|
- a:connectionCredentials():com.intellij.remote.RemoteConnectionCredentialsWrapper
|
|
- a:getRemoteConnectionType():com.intellij.remote.CredentialsType
|
|
- a:getRemoteCredentials(com.intellij.openapi.project.Project,Z):com.intellij.remote.RemoteCredentials
|
|
- a:getRemoteSdkDataKey():java.lang.Object
|
|
- a:produceRemoteCredentials(com.intellij.openapi.project.Project,Z,java.util.function.Consumer):V
|
|
- a:setCredentials(com.intellij.openapi.util.Key,java.lang.Object):V
|
|
- a:switchOnConnectionType(com.intellij.remote.ext.CredentialsCase[]):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
|
|
com.intellij.remote.RemoteSdkProperties
|
|
- com.intellij.remote.RemoteSdkPropertiesPaths
|
|
- a:getDefaultHelpersName():java.lang.String
|
|
- s:getFullInterpreterPath(com.intellij.remote.RemoteCredentials,com.intellij.remote.RemoteSdkProperties):java.lang.String
|
|
- s:getInterpreterPathFromFullPath(java.lang.String):java.lang.String
|
|
- a:getPathMappings():com.intellij.util.PathMappingSettings
|
|
- a:getSdkId():java.lang.String
|
|
- a:isHelpersVersionChecked():Z
|
|
- s:isRemoteSdk(java.lang.String):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
|
|
- sf:DEFAULT_HELPERS_DIR_NAME:java.lang.String
|
|
- <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
|
|
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
|
|
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
|
|
f:com.intellij.remote.SshConnectionConfigPatch$HostKeyVerifier
|
|
- <init>():V
|
|
- <init>(java.lang.Boolean,com.intellij.remote.SshConnectionConfigPatch$HostKeyVerifier$StrictHostKeyChecking):V
|
|
- f:component1():java.lang.Boolean
|
|
- f:component2():com.intellij.remote.SshConnectionConfigPatch$HostKeyVerifier$StrictHostKeyChecking
|
|
- f:copy(java.lang.Boolean,com.intellij.remote.SshConnectionConfigPatch$HostKeyVerifier$StrictHostKeyChecking):com.intellij.remote.SshConnectionConfigPatch$HostKeyVerifier
|
|
- bs:copy$default(com.intellij.remote.SshConnectionConfigPatch$HostKeyVerifier,java.lang.Boolean,com.intellij.remote.SshConnectionConfigPatch$HostKeyVerifier$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.SshConnectionConfigPatch$HostKeyVerifier$StrictHostKeyChecking
|
|
- hashCode():I
|
|
- f:setHashKnownHosts(java.lang.Boolean):V
|
|
- f:setStrictHostKeyChecking(com.intellij.remote.SshConnectionConfigPatch$HostKeyVerifier$StrictHostKeyChecking):V
|
|
e:com.intellij.remote.SshConnectionConfigPatch$HostKeyVerifier$StrictHostKeyChecking
|
|
- java.lang.Enum
|
|
- sf:ACCEPT_NEW:com.intellij.remote.SshConnectionConfigPatch$HostKeyVerifier$StrictHostKeyChecking
|
|
- sf:ASK:com.intellij.remote.SshConnectionConfigPatch$HostKeyVerifier$StrictHostKeyChecking
|
|
- sf:NO:com.intellij.remote.SshConnectionConfigPatch$HostKeyVerifier$StrictHostKeyChecking
|
|
- sf:YES:com.intellij.remote.SshConnectionConfigPatch$HostKeyVerifier$StrictHostKeyChecking
|
|
- s:getEntries():kotlin.enums.EnumEntries
|
|
- s:valueOf(java.lang.String):com.intellij.remote.SshConnectionConfigPatch$HostKeyVerifier$StrictHostKeyChecking
|
|
- s:values():com.intellij.remote.SshConnectionConfigPatch$HostKeyVerifier$StrictHostKeyChecking[]
|
|
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
|
|
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
|
|
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[]
|
|
com.intellij.remote.Tunnelable
|
|
- a:addLocalTunnel(I,I):V
|
|
- a:addRemoteTunnel(I,java.lang.String,I):V
|
|
f:com.intellij.remote.ext.CannotLoadCredentialsException
|
|
- 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
|