Package com.oracle.bmc.auth
Interface ProvidesClientConfigurators
-
- All Known Implementing Classes:
ConfigFileAuthenticationDetailsProvider
public interface ProvidesClientConfigurators
An interface that has the API to return a list of ClientConfigurators
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ClientConfigurator>
getClientConfigurators()
-
-
-
Method Detail
-
getClientConfigurators
List<ClientConfigurator> getClientConfigurators()
-
-