Uses of Class
com.oracle.bmc.identity.responses.GetAuthenticationPolicyResponse
-
Packages that use GetAuthenticationPolicyResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of GetAuthenticationPolicyResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return GetAuthenticationPolicyResponse Modifier and Type Method Description GetAuthenticationPolicyResponse
Identity. getAuthenticationPolicy(GetAuthenticationPolicyRequest request)
Gets the authentication policy for the given tenancy.GetAuthenticationPolicyResponse
IdentityClient. getAuthenticationPolicy(GetAuthenticationPolicyRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type GetAuthenticationPolicyResponse 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)
Method parameters in com.oracle.bmc.identity with type arguments of type GetAuthenticationPolicyResponse 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 GetAuthenticationPolicyResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return GetAuthenticationPolicyResponse Modifier and Type Method Description GetAuthenticationPolicyResponse
GetAuthenticationPolicyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type GetAuthenticationPolicyResponse Modifier and Type Method Description GetAuthenticationPolicyResponse.Builder
GetAuthenticationPolicyResponse.Builder. copy(GetAuthenticationPolicyResponse o)
Copy method to populate the builder with values from the given instance.
-