Package | Description |
---|---|
com.oracle.bmc.identitydomains | |
com.oracle.bmc.identitydomains.requests |
Modifier and Type | Method and Description |
---|---|
CreateAuthTokenResponse |
IdentityDomainsClient.createAuthToken(CreateAuthTokenRequest request) |
CreateAuthTokenResponse |
IdentityDomains.createAuthToken(CreateAuthTokenRequest request)
Create a user’s Auth token.
|
Future<CreateAuthTokenResponse> |
IdentityDomainsAsyncClient.createAuthToken(CreateAuthTokenRequest request,
AsyncHandler<CreateAuthTokenRequest,CreateAuthTokenResponse> handler) |
Future<CreateAuthTokenResponse> |
IdentityDomainsAsync.createAuthToken(CreateAuthTokenRequest request,
AsyncHandler<CreateAuthTokenRequest,CreateAuthTokenResponse> handler)
Create a user’s Auth token.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateAuthTokenResponse> |
IdentityDomainsAsyncClient.createAuthToken(CreateAuthTokenRequest request,
AsyncHandler<CreateAuthTokenRequest,CreateAuthTokenResponse> handler) |
Future<CreateAuthTokenResponse> |
IdentityDomainsAsync.createAuthToken(CreateAuthTokenRequest request,
AsyncHandler<CreateAuthTokenRequest,CreateAuthTokenResponse> handler)
Create a user’s Auth token.
|
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.