Class AuthUtils
- java.lang.Object
-
- software.amazon.awssdk.codegen.utils.AuthUtils
-
public final class AuthUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisOpBearerAuth(IntermediateModel model, OperationModel opModel)Returnstrueif the operation should use bearer auth.static booleanusesAwsAuth(IntermediateModel model)static booleanusesBearerAuth(IntermediateModel model)Returnstrueif the service as a whole or any of its operations usesbearerauth type.
-
-
-
Method Detail
-
usesBearerAuth
public static boolean usesBearerAuth(IntermediateModel model)
Returnstrueif the service as a whole or any of its operations usesbearerauth type.
-
usesAwsAuth
public static boolean usesAwsAuth(IntermediateModel model)
-
isOpBearerAuth
public static boolean isOpBearerAuth(IntermediateModel model, OperationModel opModel)
Returnstrueif the operation should use bearer auth.
-
-