Class AuthUtils
java.lang.Object
software.amazon.awssdk.codegen.utils.AuthUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isOpBearerAuth
(IntermediateModel model, OperationModel opModel) Returnstrue
if the operation should use bearer auth.static boolean
usesAwsAuth
(IntermediateModel model) static boolean
usesBearerAuth
(IntermediateModel model) Returnstrue
if the service as a whole or any of its operations usesbearer
auth type.
-
Method Details
-
usesBearerAuth
Returnstrue
if the service as a whole or any of its operations usesbearer
auth type. -
usesAwsAuth
-
isOpBearerAuth
Returnstrue
if the operation should use bearer auth.
-