index
int64
0
0
repo_id
stringlengths
9
205
file_path
stringlengths
31
246
content
stringlengths
1
12.2M
__index_level_0__
int64
0
10k
0
Create_ds/aries-journaled-events/org.apache.aries.events.api/src/main/java/org/apache/aries/events
Create_ds/aries-journaled-events/org.apache.aries.events.api/src/main/java/org/apache/aries/events/api/Messaging.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The SF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may...
8,900
0
Create_ds/aries-journaled-events/org.apache.aries.events.api/src/main/java/org/apache/aries/events
Create_ds/aries-journaled-events/org.apache.aries.events.api/src/main/java/org/apache/aries/events/api/Subscription.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The SF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may...
8,901
0
Create_ds/aries-journaled-events/org.apache.aries.events.api/src/main/java/org/apache/aries/events
Create_ds/aries-journaled-events/org.apache.aries.events.api/src/main/java/org/apache/aries/events/api/Seek.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The SF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may...
8,902
0
Create_ds/aries-journaled-events/org.apache.aries.events.api/src/main/java/org/apache/aries/events
Create_ds/aries-journaled-events/org.apache.aries.events.api/src/main/java/org/apache/aries/events/api/package-info.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The SF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may...
8,903
0
Create_ds/squickpic/app/src/main/java/com/squareup
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/MainActivity.java
package com.squareup.photobooth; import android.content.Intent; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.design.widget.Snackbar; import android.support.v7.app.AppCompatActivity; import com.squareup.photobooth.start.KioskStartActivity; import com.squareup.photobooth.p...
8,904
0
Create_ds/squickpic/app/src/main/java/com/squareup
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/App.java
package com.squareup.photobooth; import android.app.Application; import android.content.Context; import android.os.Build; import android.support.multidex.MultiDex; import android.util.Log; import com.birbit.android.jobqueue.JobManager; import com.birbit.android.jobqueue.config.Configuration; import com.birbit.android....
8,905
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/settings/ManualCodeEntryActivity.java
package com.squareup.photobooth.settings; import android.content.Intent; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v7.app.AppCompatActivity; import android.view.View; import android.view.inputmethod.EditorInfo; import android.widget.EditText; import com.squareup.photo...
8,906
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/settings/StartAuthorizeActivity.java
package com.squareup.photobooth.settings; import android.content.Intent; import android.os.Build; import android.os.Bundle; import android.support.design.widget.Snackbar; import android.support.v7.app.AppCompatActivity; import android.view.View; import com.squareup.photobooth.R; public class StartAuthorizeActivity ex...
8,907
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/settings/AuthorizingActivity.java
package com.squareup.photobooth.settings; import android.app.Activity; import android.app.AlertDialog; import android.content.Intent; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.util.Log; import com.squareup.photobooth.BuildConfig; import com.squareup.photobooth.R; import ...
8,908
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/settings/ScanQRCodeActivity.java
package com.squareup.photobooth.settings; import android.content.Intent; import android.graphics.PointF; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.design.widget.Snackbar; import android.support.v4.app.ActivityCompat; import android.support.v7.app.AppCompatActivity; imp...
8,909
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/settings/SettingsStore.java
package com.squareup.photobooth.settings; import android.content.Context; import android.content.SharedPreferences; public final class SettingsStore { public static final int DEFAULT_AMOUNT = 1_00; private static final String LOCK_TASK_KEY = "lockTask"; private static final String PAYMENTS_ENABLED_KEY = "payme...
8,910
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/settings/SettingsActivity.java
package com.squareup.photobooth.settings; import android.app.AlertDialog; import android.content.Intent; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.design.widget.Snackbar; import android.support.v7.app.AppCompatActivity; import android.text.Html; import android.util.Lo...
8,911
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/twitter/SendTweetJob.java
package com.squareup.photobooth.twitter; import android.support.annotation.Nullable; import com.birbit.android.jobqueue.Job; import com.birbit.android.jobqueue.Params; import com.birbit.android.jobqueue.RetryConstraint; import timber.log.Timber; public class SendTweetJob extends Job { private static final int PRIOR...
8,912
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/twitter/UploadTweetPictureJob.java
package com.squareup.photobooth.twitter; import android.support.annotation.Nullable; import com.birbit.android.jobqueue.Job; import com.birbit.android.jobqueue.JobManager; import com.birbit.android.jobqueue.Params; import com.birbit.android.jobqueue.RetryConstraint; import com.squareup.photobooth.App; import com.squar...
8,913
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/twitter/Tweeter.java
package com.squareup.photobooth.twitter; import com.twitter.sdk.android.core.TwitterApiClient; import com.twitter.sdk.android.core.TwitterCore; import com.twitter.sdk.android.core.models.Media; import com.twitter.sdk.android.core.models.Tweet; import com.twitter.sdk.android.core.services.MediaService; import com.twitt...
8,914
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/result/DisplayPictureActivity.java
package com.squareup.photobooth.result; import android.app.Activity; import android.arch.lifecycle.ViewModelProviders; import android.content.Intent; import android.graphics.Bitmap; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v4.print.PrintHelper; import android.view.Vi...
8,915
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/result/SavePictureToDiskJob.java
package com.squareup.photobooth.result; import android.graphics.Bitmap; import android.media.MediaScannerConnection; import android.os.Environment; import android.support.annotation.Nullable; import com.birbit.android.jobqueue.Job; import com.birbit.android.jobqueue.JobManager; import com.birbit.android.jobqueue.Param...
8,916
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/result/PictureViewModel.java
package com.squareup.photobooth.result; import android.app.Application; import android.arch.lifecycle.AndroidViewModel; import android.arch.lifecycle.LiveData; import android.arch.lifecycle.MutableLiveData; import android.graphics.Bitmap; import android.os.Handler; import android.os.Looper; import com.birbit.android.j...
8,917
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/oauth/GoogleOAuthActivity.java
package com.squareup.photobooth.oauth; import android.accounts.Account; import android.accounts.AccountManager; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.support.annotation.Nullable; import android.widget.Toast; import com.squareup.photobooth.App; public clas...
8,918
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/oauth/GoogleOAuthStore.java
package com.squareup.photobooth.oauth; import android.accounts.AccountManager; import android.content.Context; import android.content.SharedPreferences; import android.support.annotation.Nullable; public final class GoogleOAuthStore { private static final String KEY_ACCOUNT_NAME = "accountName"; private static f...
8,919
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/oauth/OAuthHeaderInterceptor.java
package com.squareup.photobooth.oauth; import java.io.IOException; import okhttp3.Interceptor; import okhttp3.Request; import okhttp3.Response; public class OAuthHeaderInterceptor implements Interceptor { private static final String AUTHORIZATION_HEADER = "Authorization"; private final GoogleOAuthStore oAuthStor...
8,920
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/util/Preconditions.java
package com.squareup.photobooth.util; import android.os.Looper; public final class Preconditions { public static void assertMainThread() { if (Looper.getMainLooper().getThread() != Thread.currentThread()) { throw new UnsupportedOperationException( "Expected main thread, not " + Thread.currentThr...
8,921
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/util/Activities.java
package com.squareup.photobooth.util; import android.app.Activity; import android.app.ActivityManager; import android.content.Context; import static android.os.Build.VERSION.SDK_INT; import static android.os.Build.VERSION_CODES.LOLLIPOP; import static android.os.Build.VERSION_CODES.M; public final class Activities {...
8,922
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/util/AnimationListenerAdapter.java
package com.squareup.photobooth.util; import android.animation.Animator; public abstract class AnimationListenerAdapter implements Animator.AnimatorListener { @Override public void onAnimationStart(Animator animator) { } @Override public void onAnimationEnd(Animator animator) { } @Override public void onA...
8,923
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/util/Animators.java
package com.squareup.photobooth.util; import android.animation.Animator; public final class Animators { public interface AnimatorEndListener { void onAnimationEnd(Animator animator); } public static Animator.AnimatorListener onAnimationEnd(AnimatorEndListener listener) { return new AnimationListenerAd...
8,924
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/util/FullscreenActivity.java
package com.squareup.photobooth.util; import android.support.v7.app.AppCompatActivity; import android.view.View; public abstract class FullscreenActivity extends AppCompatActivity { @Override public void onWindowFocusChanged(boolean hasFocus) { super.onWindowFocusChanged(hasFocus); if (hasFocus) { se...
8,925
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/util/SquareFrameLayout.java
package com.squareup.photobooth.util; import android.content.Context; import android.content.res.Configuration; import android.graphics.Point; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.util.AttributeSet; import android.view.Display; import android.view.Window...
8,926
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/util/RecyclerSnaps.java
package com.squareup.photobooth.util; import android.content.Context; import android.support.v7.widget.LinearLayoutManager; import android.support.v7.widget.LinearSnapHelper; import android.support.v7.widget.RecyclerView; import android.support.v7.widget.SnapHelper; import android.view.View; import android.view.ViewTr...
8,927
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/util/TextWatcherAdapter.java
package com.squareup.photobooth.util; import android.text.Editable; import android.text.TextWatcher; public abstract class TextWatcherAdapter implements TextWatcher { @Override public void beforeTextChanged(CharSequence s, int start, int count, int after) { } @Override public void onTextChanged(CharSequence s,...
8,928
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/printer/PrinterSetupActivity.java
package com.squareup.photobooth.printer; import android.content.Intent; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.design.widget.Snackbar; import android.support.v7.app.ActionBar; import android.support.v7.app.AppCompatActivity; import android.widget.ListView; import a...
8,929
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/printer/PrintJob.java
package com.squareup.photobooth.printer; import android.support.annotation.Nullable; import com.birbit.android.jobqueue.Params; import com.birbit.android.jobqueue.RetryConstraint; import com.squareup.photobooth.App; import com.squareup.photobooth.job.InjectedJob; import timber.log.Timber; public class PrintJob extend...
8,930
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/printer/PrinterListAdapter.java
package com.squareup.photobooth.printer; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.BaseAdapter; import android.widget.TextView; import java.util.List; import static java.lang.String.format; import static java.util.Collections.emptyList; import s...
8,931
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/printer/CloudPrintService.java
package com.squareup.photobooth.printer; import java.util.List; import okhttp3.MultipartBody; import okhttp3.RequestBody; import retrofit2.Call; import retrofit2.http.Field; import retrofit2.http.FormUrlEncoded; import retrofit2.http.Multipart; import retrofit2.http.POST; import retrofit2.http.Part; public interface ...
8,932
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/printer/CloudPrinter.java
package com.squareup.photobooth.printer; import android.content.Context; import android.content.SharedPreferences; import android.support.annotation.Nullable; import android.util.Log; import com.google.gson.Gson; import com.squareup.photobooth.BuildConfig; import com.squareup.photobooth.oauth.GoogleOAuthStore; import ...
8,933
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/start/KioskStartActivity.java
package com.squareup.photobooth.start; import android.app.AlertDialog; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.Toast; import com.squareup.photobooth.App; import com.squareup.photobooth.BuildConfig; import com.squareup.photobooth.R; import com.squareup.ph...
8,934
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/snap/Scaler.java
package com.squareup.photobooth.snap; public interface Scaler { Scaler ISO = new Scaler() { @Override public float translateX(float x) { return x; } @Override public float translateY(float y) { return y; } @Override public float scaleHorizontal(float width) { return width; ...
8,935
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/snap/BitmapBytesHolder.java
package com.squareup.photobooth.snap; import static com.squareup.photobooth.util.Preconditions.assertMainThread; public class BitmapBytesHolder { private byte[] bitmapBytes; public void hold(byte[] bitmapBytes) { assertMainThread(); this.bitmapBytes = bitmapBytes; } public byte[] release() { as...
8,936
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/snap/SnapActivity.java
package com.squareup.photobooth.snap; import android.app.AlertDialog; import android.content.Context; import android.graphics.Canvas; import android.os.Bundle; import android.support.design.widget.Snackbar; import android.support.v4.app.ActivityCompat; import android.support.v7.widget.RecyclerView; import android.view...
8,937
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/snap/Graphic.java
package com.squareup.photobooth.snap; import android.graphics.Canvas; public interface Graphic { void draw(Canvas canvas); }
8,938
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/snap/PictureRenderer.java
package com.squareup.photobooth.snap; import android.content.Context; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Canvas; import android.graphics.Matrix; import android.graphics.Paint; import android.support.media.ExifInterface; import android.util.SparseArray; import...
8,939
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/snap
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/snap/ui/GraphicRecyclerViewAdapter.java
package com.squareup.photobooth.snap.ui; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import com.squareup.photobooth.R; import com.squareup.photobooth.snap.graphic.GraphicFactory; import com....
8,940
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/snap
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/snap/ui/CameraButton.java
package com.squareup.photobooth.snap.ui; import android.content.Context; import android.graphics.Canvas; import android.graphics.Paint; import android.util.AttributeSet; import android.view.MotionEvent; import android.view.View; import android.view.animation.AccelerateDecelerateInterpolator; import com.squareup.photob...
8,941
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/snap
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/snap/camera/GraphicOverlay.java
package com.squareup.photobooth.snap.camera; import android.content.Context; import android.graphics.Canvas; import android.view.View; import com.google.android.gms.vision.CameraSource; import com.squareup.photobooth.snap.Graphic; import com.squareup.photobooth.snap.Scaler; import java.util.LinkedHashSet; import java....
8,942
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/snap
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/snap/camera/CameraSourcePreview.java
package com.squareup.photobooth.snap.camera; import android.annotation.SuppressLint; import android.content.Context; import android.content.res.Configuration; import android.util.AttributeSet; import android.view.SurfaceHolder; import android.view.SurfaceView; import android.view.View; import android.view.ViewGroup; i...
8,943
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/snap
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/snap/graphic/OreoNoseRingGraphic.java
package com.squareup.photobooth.snap.graphic; import android.content.Context; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Canvas; import android.graphics.PointF; import android.graphics.RectF; import com.google.android.gms.vision.face.Face; import com.google.android.g...
8,944
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/snap
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/snap/graphic/PieGraphic.java
package com.squareup.photobooth.snap.graphic; import android.content.Context; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Canvas; import android.graphics.Matrix; import android.graphics.PointF; import android.graphics.RectF; import android.util.DisplayMetrics; import ...
8,945
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/snap
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/snap/graphic/FaceGraphic.java
package com.squareup.photobooth.snap.graphic; import android.graphics.Canvas; import com.google.android.gms.vision.face.Face; import com.squareup.photobooth.snap.Scaler; public interface FaceGraphic { void draw(Canvas canvas, Scaler translator); void updateFace(Face face); void forgetFace(); }
8,946
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/snap
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/snap/graphic/GraphicFactory.java
package com.squareup.photobooth.snap.graphic; import android.content.Context; import android.support.annotation.DrawableRes; import com.squareup.photobooth.R; public enum GraphicFactory { PIE(R.drawable.pie) { @Override public FaceGraphic create(Context context) { return new PieGraphic(context); } ...
8,947
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/snap
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/snap/graphic/RobotGraphic.java
package com.squareup.photobooth.snap.graphic; import android.content.Context; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Canvas; import android.graphics.Matrix; import android.graphics.Paint; import android.graphics.PointF; import android.graphics.RectF; import com.g...
8,948
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/snap
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/snap/graphic/JakeGraphic.java
package com.squareup.photobooth.snap.graphic; import android.content.Context; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Canvas; import android.graphics.Matrix; import android.graphics.PointF; import com.google.android.gms.vision.face.Face; import com.squareup.photob...
8,949
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/snap
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/snap/graphic/OreoGraphic.java
package com.squareup.photobooth.snap.graphic; import android.content.Context; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Canvas; import android.graphics.PointF; import android.graphics.RectF; import com.google.android.gms.vision.face.Face; import com.google.android.g...
8,950
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/snap
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/snap/graphic/LeakCanaryGraphic.java
package com.squareup.photobooth.snap.graphic; import android.content.Context; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Canvas; import android.graphics.PointF; import android.graphics.RectF; import com.google.android.gms.vision.face.Face; import com.google.android.g...
8,951
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/job/JobService.java
package com.squareup.photobooth.job; import com.birbit.android.jobqueue.JobManager; import com.birbit.android.jobqueue.scheduling.FrameworkJobSchedulerService; import com.squareup.photobooth.App; public class JobService extends FrameworkJobSchedulerService { @Override protected JobManager getJobManager() { retu...
8,952
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/job/InjectedJob.java
package com.squareup.photobooth.job; import com.birbit.android.jobqueue.Job; import com.birbit.android.jobqueue.Params; import com.squareup.photobooth.App; public abstract class InjectedJob extends Job { protected InjectedJob(Params params) { super(params); } public abstract void inject(App app); }
8,953
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/job/TimberJobLogger.java
package com.squareup.photobooth.job; import com.birbit.android.jobqueue.log.CustomLogger; import com.squareup.photobooth.BuildConfig; import timber.log.Timber; public class TimberJobLogger implements CustomLogger { @Override public boolean isDebugEnabled() { return BuildConfig.DEBUG; } @Override public voi...
8,954
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/job/GcmJobService.java
package com.squareup.photobooth.job; import com.birbit.android.jobqueue.JobManager; import com.birbit.android.jobqueue.scheduling.GcmJobSchedulerService; import com.squareup.photobooth.App; public class GcmJobService extends GcmJobSchedulerService { @Override protected JobManager getJobManager() { return App.fr...
8,955
0
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth
Create_ds/squickpic/app/src/main/java/com/squareup/photobooth/job/JobManagerInjector.java
package com.squareup.photobooth.job; import com.birbit.android.jobqueue.Job; import com.birbit.android.jobqueue.di.DependencyInjector; import com.squareup.photobooth.App; public class JobManagerInjector implements DependencyInjector { private final App app; public JobManagerInjector(App app) { this.app = ap...
8,956
0
Create_ds/brooklyn-ui/modularity-server/module-registry/src/main/java/org/apache/brooklyn/ui/modularity/module
Create_ds/brooklyn-ui/modularity-server/module-registry/src/main/java/org/apache/brooklyn/ui/modularity/module/registry/RestUiModuleRegistry.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
8,957
0
Create_ds/brooklyn-ui/modularity-server/module-registry/src/main/java/org/apache/brooklyn/ui/modularity/module
Create_ds/brooklyn-ui/modularity-server/module-registry/src/main/java/org/apache/brooklyn/ui/modularity/module/registry/UiModuleRegistryImpl.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
8,958
0
Create_ds/brooklyn-ui/modularity-server/module-registry/src/main/java/org/apache/brooklyn/ui/modularity/module/registry
Create_ds/brooklyn-ui/modularity-server/module-registry/src/main/java/org/apache/brooklyn/ui/modularity/module/registry/internal/RedirectServlet.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
8,959
0
Create_ds/brooklyn-ui/modularity-server/module-registry/src/main/java/org/apache/brooklyn/ui/modularity/module/registry
Create_ds/brooklyn-ui/modularity-server/module-registry/src/main/java/org/apache/brooklyn/ui/modularity/module/registry/command/ListUiModulesCommand.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
8,960
0
Create_ds/brooklyn-ui/modularity-server/metadata-registry/src/main/java/org/apache/brooklyn/ui/modularity/metadata
Create_ds/brooklyn-ui/modularity-server/metadata-registry/src/main/java/org/apache/brooklyn/ui/modularity/metadata/registry/RestUiMetadataRegistry.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
8,961
0
Create_ds/brooklyn-ui/modularity-server/metadata-registry/src/main/java/org/apache/brooklyn/ui/modularity/metadata
Create_ds/brooklyn-ui/modularity-server/metadata-registry/src/main/java/org/apache/brooklyn/ui/modularity/metadata/registry/UiMetadataRegistry.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
8,962
0
Create_ds/brooklyn-ui/modularity-server/metadata-registry/src/main/java/org/apache/brooklyn/ui/modularity/metadata/registry
Create_ds/brooklyn-ui/modularity-server/metadata-registry/src/main/java/org/apache/brooklyn/ui/modularity/metadata/registry/impl/UiMetadataRegistryImpl.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
8,963
0
Create_ds/brooklyn-ui/modularity-server/metadata-registry/src/main/java/org/apache/brooklyn/ui/modularity/metadata/registry
Create_ds/brooklyn-ui/modularity-server/metadata-registry/src/main/java/org/apache/brooklyn/ui/modularity/metadata/registry/impl/UiMetadataConfigListener.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
8,964
0
Create_ds/brooklyn-ui/modularity-server/proxy/src/test/java/org/apache/brooklyn/ui
Create_ds/brooklyn-ui/modularity-server/proxy/src/test/java/org/apache/brooklyn/ui/proxy/UIProxyTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
8,965
0
Create_ds/brooklyn-ui/modularity-server/proxy/src/main/java/org/apache/brooklyn/ui
Create_ds/brooklyn-ui/modularity-server/proxy/src/main/java/org/apache/brooklyn/ui/proxy/UiProxyHttpContext.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
8,966
0
Create_ds/brooklyn-ui/modularity-server/proxy/src/main/java/org/apache/brooklyn/ui
Create_ds/brooklyn-ui/modularity-server/proxy/src/main/java/org/apache/brooklyn/ui/proxy/UiProxy.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
8,967
0
Create_ds/brooklyn-ui/modularity-server/external-modules/src/test/java/org/apache/brooklyn/ui/modularity
Create_ds/brooklyn-ui/modularity-server/external-modules/src/test/java/org/apache/brooklyn/ui/modularity/enricher/BrooklynExternalUiModuleTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
8,968
0
Create_ds/brooklyn-ui/modularity-server/external-modules/src/main/java/org/apache/brooklyn/ui
Create_ds/brooklyn-ui/modularity-server/external-modules/src/main/java/org/apache/brooklyn/ui/modularity/ExternalUiModule.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
8,969
0
Create_ds/brooklyn-ui/modularity-server/external-modules/src/main/java/org/apache/brooklyn/ui/modularity
Create_ds/brooklyn-ui/modularity-server/external-modules/src/main/java/org/apache/brooklyn/ui/modularity/enricher/BrooklynExternalUiModuleEnricher.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
8,970
0
Create_ds/brooklyn-ui/modularity-server/module-api/src/test/java/org/apache/brooklyn/ui/modularity/module
Create_ds/brooklyn-ui/modularity-server/module-api/src/test/java/org/apache/brooklyn/ui/modularity/module/api/UiModuleImplTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
8,971
0
Create_ds/brooklyn-ui/modularity-server/module-api/src/main/java/org/apache/brooklyn/ui/modularity/module
Create_ds/brooklyn-ui/modularity-server/module-api/src/main/java/org/apache/brooklyn/ui/modularity/module/api/UiModuleFilter.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
8,972
0
Create_ds/brooklyn-ui/modularity-server/module-api/src/main/java/org/apache/brooklyn/ui/modularity/module
Create_ds/brooklyn-ui/modularity-server/module-api/src/main/java/org/apache/brooklyn/ui/modularity/module/api/UiModuleAction.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
8,973
0
Create_ds/brooklyn-ui/modularity-server/module-api/src/main/java/org/apache/brooklyn/ui/modularity/module
Create_ds/brooklyn-ui/modularity-server/module-api/src/main/java/org/apache/brooklyn/ui/modularity/module/api/UiModuleListener.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
8,974
0
Create_ds/brooklyn-ui/modularity-server/module-api/src/main/java/org/apache/brooklyn/ui/modularity/module
Create_ds/brooklyn-ui/modularity-server/module-api/src/main/java/org/apache/brooklyn/ui/modularity/module/api/UiModule.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
8,975
0
Create_ds/brooklyn-ui/modularity-server/module-api/src/main/java/org/apache/brooklyn/ui/modularity/module
Create_ds/brooklyn-ui/modularity-server/module-api/src/main/java/org/apache/brooklyn/ui/modularity/module/api/UiModuleRegistry.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
8,976
0
Create_ds/brooklyn-ui/modularity-server/module-api/src/main/java/org/apache/brooklyn/ui/modularity/module/api
Create_ds/brooklyn-ui/modularity-server/module-api/src/main/java/org/apache/brooklyn/ui/modularity/module/api/internal/UiModuleActionImpl.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
8,977
0
Create_ds/brooklyn-ui/modularity-server/module-api/src/main/java/org/apache/brooklyn/ui/modularity/module/api
Create_ds/brooklyn-ui/modularity-server/module-api/src/main/java/org/apache/brooklyn/ui/modularity/module/api/internal/UiModuleImpl.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
8,978
0
Create_ds/aws-msk-iam-auth/src/test/java/software/amazon/msk/auth
Create_ds/aws-msk-iam-auth/src/test/java/software/amazon/msk/auth/iam/IAMClientCallbackHandlerTest.java
/* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by ...
8,979
0
Create_ds/aws-msk-iam-auth/src/test/java/software/amazon/msk/auth
Create_ds/aws-msk-iam-auth/src/test/java/software/amazon/msk/auth/iam/IAMOAuthBearerLoginCallbackHandlerTest.java
/* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by ...
8,980
0
Create_ds/aws-msk-iam-auth/src/test/java/software/amazon/msk/auth
Create_ds/aws-msk-iam-auth/src/test/java/software/amazon/msk/auth/iam/ProducerClientTest.java
/* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by ...
8,981
0
Create_ds/aws-msk-iam-auth/src/test/java/software/amazon/msk/auth/iam
Create_ds/aws-msk-iam-auth/src/test/java/software/amazon/msk/auth/iam/internals/IAMSaslClientTest.java
/* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by ...
8,982
0
Create_ds/aws-msk-iam-auth/src/test/java/software/amazon/msk/auth/iam
Create_ds/aws-msk-iam-auth/src/test/java/software/amazon/msk/auth/iam/internals/SignedPayloadValidatorUtils.java
/* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by ...
8,983
0
Create_ds/aws-msk-iam-auth/src/test/java/software/amazon/msk/auth/iam
Create_ds/aws-msk-iam-auth/src/test/java/software/amazon/msk/auth/iam/internals/MSKCredentialProviderTest.java
/* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by ...
8,984
0
Create_ds/aws-msk-iam-auth/src/test/java/software/amazon/msk/auth/iam
Create_ds/aws-msk-iam-auth/src/test/java/software/amazon/msk/auth/iam/internals/AuthenticateRequestParamsTest.java
/* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by ...
8,985
0
Create_ds/aws-msk-iam-auth/src/test/java/software/amazon/msk/auth/iam
Create_ds/aws-msk-iam-auth/src/test/java/software/amazon/msk/auth/iam/internals/SystemPropertyCredentialsUtils.java
/* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by ...
8,986
0
Create_ds/aws-msk-iam-auth/src/test/java/software/amazon/msk/auth/iam
Create_ds/aws-msk-iam-auth/src/test/java/software/amazon/msk/auth/iam/internals/AWS4SignedPayloadGeneratorTest.java
/* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by ...
8,987
0
Create_ds/aws-msk-iam-auth/src/main/java/software/amazon/msk/auth
Create_ds/aws-msk-iam-auth/src/main/java/software/amazon/msk/auth/iam/IAMOAuthBearerLoginCallbackHandler.java
/* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by ...
8,988
0
Create_ds/aws-msk-iam-auth/src/main/java/software/amazon/msk/auth
Create_ds/aws-msk-iam-auth/src/main/java/software/amazon/msk/auth/iam/IAMLoginModule.java
/* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by ...
8,989
0
Create_ds/aws-msk-iam-auth/src/main/java/software/amazon/msk/auth
Create_ds/aws-msk-iam-auth/src/main/java/software/amazon/msk/auth/iam/IAMClientCallbackHandler.java
/* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by ...
8,990
0
Create_ds/aws-msk-iam-auth/src/main/java/software/amazon/msk/auth
Create_ds/aws-msk-iam-auth/src/main/java/software/amazon/msk/auth/iam/IAMOAuthBearerToken.java
/* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by ...
8,991
0
Create_ds/aws-msk-iam-auth/src/main/java/software/amazon/msk/auth/iam
Create_ds/aws-msk-iam-auth/src/main/java/software/amazon/msk/auth/iam/internals/MSKCredentialProvider.java
/* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by ...
8,992
0
Create_ds/aws-msk-iam-auth/src/main/java/software/amazon/msk/auth/iam
Create_ds/aws-msk-iam-auth/src/main/java/software/amazon/msk/auth/iam/internals/ClassLoaderAwareIAMSaslClientProvider.java
/* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by ...
8,993
0
Create_ds/aws-msk-iam-auth/src/main/java/software/amazon/msk/auth/iam
Create_ds/aws-msk-iam-auth/src/main/java/software/amazon/msk/auth/iam/internals/IAMSaslClientProvider.java
/* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by ...
8,994
0
Create_ds/aws-msk-iam-auth/src/main/java/software/amazon/msk/auth/iam
Create_ds/aws-msk-iam-auth/src/main/java/software/amazon/msk/auth/iam/internals/IAMSaslClient.java
/* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by ...
8,995
0
Create_ds/aws-msk-iam-auth/src/main/java/software/amazon/msk/auth/iam
Create_ds/aws-msk-iam-auth/src/main/java/software/amazon/msk/auth/iam/internals/EnhancedProfileCredentialsProvider.java
package software.amazon.msk.auth.iam.internals; import com.amazonaws.auth.AWSCredentials; import com.amazonaws.auth.AWSCredentialsProvider; import com.amazonaws.auth.BasicAWSCredentials; import com.amazonaws.auth.BasicSessionCredentials; import software.amazon.awssdk.auth.credentials.AwsSessionCredentials; import soft...
8,996
0
Create_ds/aws-msk-iam-auth/src/main/java/software/amazon/msk/auth/iam
Create_ds/aws-msk-iam-auth/src/main/java/software/amazon/msk/auth/iam/internals/AuthenticationResponse.java
/* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by ...
8,997
0
Create_ds/aws-msk-iam-auth/src/main/java/software/amazon/msk/auth/iam
Create_ds/aws-msk-iam-auth/src/main/java/software/amazon/msk/auth/iam/internals/AWS4SignedPayloadGenerator.java
/* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by ...
8,998
0
Create_ds/aws-msk-iam-auth/src/main/java/software/amazon/msk/auth/iam
Create_ds/aws-msk-iam-auth/src/main/java/software/amazon/msk/auth/iam/internals/AWSCredentialsCallback.java
/* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by ...
8,999