Class AuthUtils

java.lang.Object
software.amazon.awssdk.codegen.utils.AuthUtils

public final class AuthUtils extends Object
  • Method Details

    • usesBearerAuth

      public static boolean usesBearerAuth(IntermediateModel model)
      Returns true if the service as a whole or any of its operations uses bearer auth type.
    • usesAwsAuth

      public static boolean usesAwsAuth(IntermediateModel model)
    • isOpBearerAuth

      public static boolean isOpBearerAuth(IntermediateModel model, OperationModel opModel)
      Returns true if the operation should use bearer auth.