Module iu.util.auth

Interface IuAuthConfigSpi

All Superinterfaces:
AutoCloseable, Closeable

public interface IuAuthConfigSpi extends Closeable
Bootstraps authentication and authorization configuration.
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    Bootstraps the authorization configuration layer.

    Methods inherited from interface java.io.Closeable

    close
  • Method Details

    • configure

      static IuAuthConfigSpi configure()
      Bootstraps the authorization configuration layer.

      The controlling application should invoke this method with the implementation module as the context class loader as soon as the module is created.

      Returns:
      IuAuthConfigSpi