Uses of Class
com.oracle.bmc.identity.requests.GetAuthenticationPolicyRequest
-
Packages that use GetAuthenticationPolicyRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of GetAuthenticationPolicyRequest in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity with parameters of type GetAuthenticationPolicyRequest Modifier and Type Method Description GetAuthenticationPolicyResponse
Identity. getAuthenticationPolicy(GetAuthenticationPolicyRequest request)
Gets the authentication policy for the given tenancy.Future<GetAuthenticationPolicyResponse>
IdentityAsync. getAuthenticationPolicy(GetAuthenticationPolicyRequest request, AsyncHandler<GetAuthenticationPolicyRequest,GetAuthenticationPolicyResponse> handler)
Gets the authentication policy for the given tenancy.Future<GetAuthenticationPolicyResponse>
IdentityAsyncClient. getAuthenticationPolicy(GetAuthenticationPolicyRequest request, AsyncHandler<GetAuthenticationPolicyRequest,GetAuthenticationPolicyResponse> handler)
GetAuthenticationPolicyResponse
IdentityClient. getAuthenticationPolicy(GetAuthenticationPolicyRequest request)
Method parameters in com.oracle.bmc.identity with type arguments of type GetAuthenticationPolicyRequest Modifier and Type Method Description Future<GetAuthenticationPolicyResponse>
IdentityAsync. getAuthenticationPolicy(GetAuthenticationPolicyRequest request, AsyncHandler<GetAuthenticationPolicyRequest,GetAuthenticationPolicyResponse> handler)
Gets the authentication policy for the given tenancy.Future<GetAuthenticationPolicyResponse>
IdentityAsyncClient. getAuthenticationPolicy(GetAuthenticationPolicyRequest request, AsyncHandler<GetAuthenticationPolicyRequest,GetAuthenticationPolicyResponse> handler)
-
Uses of GetAuthenticationPolicyRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return GetAuthenticationPolicyRequest Modifier and Type Method Description GetAuthenticationPolicyRequest
GetAuthenticationPolicyRequest.Builder. build()
Build the instance of GetAuthenticationPolicyRequest as configured by this builderGetAuthenticationPolicyRequest
GetAuthenticationPolicyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetAuthenticationPolicyRequest as configured by this builderMethods in com.oracle.bmc.identity.requests with parameters of type GetAuthenticationPolicyRequest Modifier and Type Method Description GetAuthenticationPolicyRequest.Builder
GetAuthenticationPolicyRequest.Builder. copy(GetAuthenticationPolicyRequest o)
Copy method to populate the builder with values from the given instance.
-