Interface Authenticator

    • Method Detail

      • init

        void init​(@Nonnull
                  java.util.Map<java.lang.String,​java.lang.Object> authenticatorConfig,
                  @Nullable
                  AuthenticatorContext context)
        Initialize the Authenticator. Invoked once at boot time.
        Parameters:
        authenticatorConfig - config provided to the authenticator derived from the Metadata Service YAML config. This config comes from the "plugins[].params.configs" configuration.
        context - nullable configuration objects that are potentially required by an Authenticator instance.