Uses of Interface
com.oracle.bmc.auth.ServiceAccountTokenSupplier
-
Packages that use ServiceAccountTokenSupplier Package Description com.oracle.bmc.auth -
-
Uses of ServiceAccountTokenSupplier in com.oracle.bmc.auth
Classes in com.oracle.bmc.auth that implement ServiceAccountTokenSupplier Modifier and Type Class Description class
AbstractServiceAccountTokenSupplier
class
DefaultServiceAccountTokenProvider
Implementation ofServiceAccountTokenSupplier
that allows to pass in a token path to read kubernetes service account token If not set, then use default service account token path /var/run/secrets/kubernetes.io/serviceaccount/tokeclass
SuppliedServiceAccountTokenProvider
Implementation ofServiceAccountTokenSupplier
that allows to pass in a token to be used as a kubernetes service account token.
-