Uses of Class
com.oracle.bmc.identitydomains.requests.CreateMyAuthTokenRequest
-
Packages that use CreateMyAuthTokenRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of CreateMyAuthTokenRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type CreateMyAuthTokenRequest Modifier and Type Method Description CreateMyAuthTokenResponse
IdentityDomains. createMyAuthToken(CreateMyAuthTokenRequest request)
Create a user’s own Auth token.Future<CreateMyAuthTokenResponse>
IdentityDomainsAsync. createMyAuthToken(CreateMyAuthTokenRequest request, AsyncHandler<CreateMyAuthTokenRequest,CreateMyAuthTokenResponse> handler)
Create a user’s own Auth token.Future<CreateMyAuthTokenResponse>
IdentityDomainsAsyncClient. createMyAuthToken(CreateMyAuthTokenRequest request, AsyncHandler<CreateMyAuthTokenRequest,CreateMyAuthTokenResponse> handler)
CreateMyAuthTokenResponse
IdentityDomainsClient. createMyAuthToken(CreateMyAuthTokenRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type CreateMyAuthTokenRequest Modifier and Type Method Description Future<CreateMyAuthTokenResponse>
IdentityDomainsAsync. createMyAuthToken(CreateMyAuthTokenRequest request, AsyncHandler<CreateMyAuthTokenRequest,CreateMyAuthTokenResponse> handler)
Create a user’s own Auth token.Future<CreateMyAuthTokenResponse>
IdentityDomainsAsyncClient. createMyAuthToken(CreateMyAuthTokenRequest request, AsyncHandler<CreateMyAuthTokenRequest,CreateMyAuthTokenResponse> handler)
-
Uses of CreateMyAuthTokenRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return CreateMyAuthTokenRequest Modifier and Type Method Description CreateMyAuthTokenRequest
CreateMyAuthTokenRequest.Builder. build()
Build the instance of CreateMyAuthTokenRequest as configured by this builderCreateMyAuthTokenRequest
CreateMyAuthTokenRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateMyAuthTokenRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type CreateMyAuthTokenRequest Modifier and Type Method Description CreateMyAuthTokenRequest.Builder
CreateMyAuthTokenRequest.Builder. copy(CreateMyAuthTokenRequest o)
Copy method to populate the builder with values from the given instance.
-