public interface RemoteSdkCredentialsProducer<T extends RemoteSdkCredentials>
Modifier and Type | Method and Description |
---|---|
T |
getRemoteSdkCredentials()
Deprecated.
|
T |
getRemoteSdkCredentials(boolean allowSynchronousInteraction)
Deprecated.
|
T |
getRemoteSdkCredentials(Project project,
boolean allowSynchronousInteraction) |
java.lang.Object |
getRemoteSdkDataKey() |
void |
produceRemoteSdkCredentials(boolean allowSynchronousInteraction,
Consumer<T> remoteSdkCredentialsConsumer)
Deprecated.
|
void |
produceRemoteSdkCredentials(Consumer<T> remoteSdkCredentialsConsumer)
Deprecated.
|
void |
produceRemoteSdkCredentials(Project project,
boolean allowSynchronousInteraction,
Consumer<T> remoteSdkCredentialsConsumer) |
@Deprecated T getRemoteSdkCredentials() throws java.lang.InterruptedException, ExecutionException
getRemoteSdkCredentials(Project, boolean)
java.lang.InterruptedException
ExecutionException
@Deprecated T getRemoteSdkCredentials(boolean allowSynchronousInteraction) throws java.lang.InterruptedException, ExecutionException
getRemoteSdkCredentials(Project, boolean)
java.lang.InterruptedException
ExecutionException
T getRemoteSdkCredentials(Project project, boolean allowSynchronousInteraction) throws java.lang.InterruptedException, ExecutionException
java.lang.InterruptedException
ExecutionException
@Deprecated void produceRemoteSdkCredentials(boolean allowSynchronousInteraction, Consumer<T> remoteSdkCredentialsConsumer)
produceRemoteSdkCredentials(Project, boolean, Consumer)
allowSynchronousInteraction
- remoteSdkCredentialsConsumer
- void produceRemoteSdkCredentials(Project project, boolean allowSynchronousInteraction, Consumer<T> remoteSdkCredentialsConsumer)
@Deprecated void produceRemoteSdkCredentials(Consumer<T> remoteSdkCredentialsConsumer)
produceRemoteSdkCredentials(Project, boolean, Consumer)
remoteSdkCredentialsConsumer
- java.lang.Object getRemoteSdkDataKey()