Annotation Interface OciConfig


Deprecated, for removal: This API element is subject to removal in a future version.
no direct replacement; use the OCI Java SDK directly and use helidon-integrations-oci only for OCI authentication, region, and configuration support
A convenient Qualifier annotation indicating that the qualified element is sourced from an OCI configuration file in some way, because, for example, other means of sourcing the element might otherwise be available.

Consider, as an arbitrary example, the SessionTokenAuthenticationDetailsProvider class, whose instances can be created either manually from its associated builder class or from an OCI configuration file. It can be useful to qualify production in the second case with this qualifier annotation.

  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    An AnnotationLiteral that implements the OciConfig annotation interface.