Package | Description |
---|---|
com.oracle.bmc.identity | |
com.oracle.bmc.identity.requests |
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.
|
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 |
---|---|
CreateAuthTokenRequest |
CreateAuthTokenRequest.Builder.build()
Build the instance of CreateAuthTokenRequest as configured by this builder
|
CreateAuthTokenRequest |
CreateAuthTokenRequest.Builder.buildWithoutInvocationCallback()
Build the instance of CreateAuthTokenRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
CreateAuthTokenRequest.Builder |
CreateAuthTokenRequest.Builder.copy(CreateAuthTokenRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.