|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
AuthenticationApi
@Deprecated public interface AuthenticationAsyncApi
Provides asynchronous access to Service via their REST API.
AuthenticationApi,
| Method Summary | |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Access> |
authenticateWithTenantIdAndCredentials(String tenantId,
ApiAccessKeyCredentials apiAccessKeyCredentials)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Access> |
authenticateWithTenantIdAndCredentials(String tenantId,
PasswordCredentials passwordCredentials)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Access> |
authenticateWithTenantNameAndCredentials(String tenantName,
ApiAccessKeyCredentials apiAccessKeyCredentials)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Access> |
authenticateWithTenantNameAndCredentials(String tenantName,
PasswordCredentials passwordCredentials)
Deprecated. |
| Methods inherited from interface java.io.Closeable |
|---|
close |
| Method Detail |
|---|
com.google.common.util.concurrent.ListenableFuture<Access> authenticateWithTenantNameAndCredentials(@Nullable
String tenantName,
PasswordCredentials passwordCredentials)
AuthenticationApi.authenticateWithTenantNameAndCredentials(String,PasswordCredentials)
com.google.common.util.concurrent.ListenableFuture<Access> authenticateWithTenantIdAndCredentials(@Nullable
String tenantId,
PasswordCredentials passwordCredentials)
AuthenticationApi.authenticateWithTenantIdAndCredentials(String,PasswordCredentials)
com.google.common.util.concurrent.ListenableFuture<Access> authenticateWithTenantNameAndCredentials(@Nullable
String tenantName,
ApiAccessKeyCredentials apiAccessKeyCredentials)
AuthenticationApi.authenticateWithTenantNameAndCredentials(String,ApiAccessKeyCredentials)
com.google.common.util.concurrent.ListenableFuture<Access> authenticateWithTenantIdAndCredentials(@Nullable
String tenantId,
ApiAccessKeyCredentials apiAccessKeyCredentials)
AuthenticationApi.authenticateWithTenantIdAndCredentials(String,ApiAccessKeyCredentials)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||