Uses of Class
com.oracle.bmc.identity.responses.CreateAuthTokenResponse
-
Packages that use CreateAuthTokenResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of CreateAuthTokenResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return CreateAuthTokenResponse Modifier and Type Method Description CreateAuthTokenResponse
Identity. createAuthToken(CreateAuthTokenRequest request)
Creates a new auth token for the specified user.CreateAuthTokenResponse
IdentityClient. createAuthToken(CreateAuthTokenRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type CreateAuthTokenResponse 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)
Method parameters in com.oracle.bmc.identity with type arguments of type CreateAuthTokenResponse 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 CreateAuthTokenResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return CreateAuthTokenResponse Modifier and Type Method Description CreateAuthTokenResponse
CreateAuthTokenResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type CreateAuthTokenResponse Modifier and Type Method Description CreateAuthTokenResponse.Builder
CreateAuthTokenResponse.Builder. copy(CreateAuthTokenResponse o)
Copy method to populate the builder with values from the given instance.
-