Uses of Class
com.oracle.bmc.auth.AbstractServiceAccountTokenSupplier
-
Packages that use AbstractServiceAccountTokenSupplier Package Description com.oracle.bmc.auth -
-
Uses of AbstractServiceAccountTokenSupplier in com.oracle.bmc.auth
Subclasses of AbstractServiceAccountTokenSupplier in com.oracle.bmc.auth Modifier and Type Class Description 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.
-