Uses of Class
com.oracle.bmc.identity.requests.CreateAuthTokenRequest
-
Packages that use CreateAuthTokenRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of CreateAuthTokenRequest in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity with parameters of type CreateAuthTokenRequest Modifier and Type Method Description 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)
CreateAuthTokenResponse
IdentityClient. createAuthToken(CreateAuthTokenRequest request)
Method parameters in com.oracle.bmc.identity with type arguments of type CreateAuthTokenRequest Modifier and Type Method 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)
-
Uses of CreateAuthTokenRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return CreateAuthTokenRequest Modifier and Type Method Description CreateAuthTokenRequest
CreateAuthTokenRequest.Builder. build()
Build the instance of CreateAuthTokenRequest as configured by this builderCreateAuthTokenRequest
CreateAuthTokenRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateAuthTokenRequest as configured by this builderMethods in com.oracle.bmc.identity.requests with parameters of type CreateAuthTokenRequest Modifier and Type Method Description CreateAuthTokenRequest.Builder
CreateAuthTokenRequest.Builder. copy(CreateAuthTokenRequest o)
Copy method to populate the builder with values from the given instance.
-