mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
extend CredentialStore to make clear that PasswordStorage interface is deprecated
This commit is contained in:
@@ -2,11 +2,12 @@
|
||||
package com.intellij.ide.passwordSafe
|
||||
|
||||
import com.intellij.credentialStore.CredentialAttributes
|
||||
import com.intellij.credentialStore.CredentialStore
|
||||
import com.intellij.credentialStore.Credentials
|
||||
import com.intellij.openapi.components.ServiceManager
|
||||
import org.jetbrains.concurrency.Promise
|
||||
|
||||
abstract class PasswordSafe : PasswordStorage {
|
||||
abstract class PasswordSafe : PasswordStorage, CredentialStore {
|
||||
companion object {
|
||||
@JvmStatic
|
||||
val instance: PasswordSafe
|
||||
|
||||
Reference in New Issue
Block a user