Package | Description |
---|---|
com.oracle.bmc.identity | |
com.oracle.bmc.identity.responses |
Modifier and Type | Method and Description |
---|---|
CreateAuthTokenResponse |
IdentityClient.createAuthToken(CreateAuthTokenRequest request) |
CreateAuthTokenResponse |
Identity.createAuthToken(CreateAuthTokenRequest request)
Creates a new auth token for the specified user.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateAuthTokenResponse> |
IdentityAsync.createAuthToken(CreateAuthTokenRequest request,
AsyncHandler<CreateAuthTokenRequest,CreateAuthTokenResponse> handler)
Creates a new auth token for the specified user.
|
Future<CreateAuthTokenResponse> |
IdentityAsyncClient.createAuthToken(CreateAuthTokenRequest request,
AsyncHandler<CreateAuthTokenRequest,CreateAuthTokenResponse> handler) |
Modifier and Type | Method and Description |
---|---|
Future<CreateAuthTokenResponse> |
IdentityAsync.createAuthToken(CreateAuthTokenRequest request,
AsyncHandler<CreateAuthTokenRequest,CreateAuthTokenResponse> handler)
Creates a new auth token for the specified user.
|
Future<CreateAuthTokenResponse> |
IdentityAsyncClient.createAuthToken(CreateAuthTokenRequest request,
AsyncHandler<CreateAuthTokenRequest,CreateAuthTokenResponse> handler) |
Modifier and Type | Method and Description |
---|---|
CreateAuthTokenResponse |
CreateAuthTokenResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
CreateAuthTokenResponse.Builder |
CreateAuthTokenResponse.Builder.copy(CreateAuthTokenResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.