Uses of Class
com.oracle.bmc.bds.requests.RefreshUpstTokenExchangeKeytabRequest
-
Packages that use RefreshUpstTokenExchangeKeytabRequest Package Description com.oracle.bmc.bds com.oracle.bmc.bds.requests -
-
Uses of RefreshUpstTokenExchangeKeytabRequest in com.oracle.bmc.bds
Method parameters in com.oracle.bmc.bds with type arguments of type RefreshUpstTokenExchangeKeytabRequest Modifier and Type Method Description Future<RefreshUpstTokenExchangeKeytabResponse>
BdsAsync. refreshUpstTokenExchangeKeytab(RefreshUpstTokenExchangeKeytabRequest request, AsyncHandler<RefreshUpstTokenExchangeKeytabRequest,RefreshUpstTokenExchangeKeytabResponse> handler)
Refresh token exchange kerberos principal keytab for the UPST enabled identity configurationFuture<RefreshUpstTokenExchangeKeytabResponse>
BdsAsyncClient. refreshUpstTokenExchangeKeytab(RefreshUpstTokenExchangeKeytabRequest request, AsyncHandler<RefreshUpstTokenExchangeKeytabRequest,RefreshUpstTokenExchangeKeytabResponse> handler)
-
Uses of RefreshUpstTokenExchangeKeytabRequest in com.oracle.bmc.bds.requests
Methods in com.oracle.bmc.bds.requests that return RefreshUpstTokenExchangeKeytabRequest Modifier and Type Method Description RefreshUpstTokenExchangeKeytabRequest
RefreshUpstTokenExchangeKeytabRequest.Builder. build()
Build the instance of RefreshUpstTokenExchangeKeytabRequest as configured by this builderRefreshUpstTokenExchangeKeytabRequest
RefreshUpstTokenExchangeKeytabRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RefreshUpstTokenExchangeKeytabRequest as configured by this builderMethods in com.oracle.bmc.bds.requests with parameters of type RefreshUpstTokenExchangeKeytabRequest Modifier and Type Method Description RefreshUpstTokenExchangeKeytabRequest.Builder
RefreshUpstTokenExchangeKeytabRequest.Builder. copy(RefreshUpstTokenExchangeKeytabRequest o)
Copy method to populate the builder with values from the given instance.
-