Interface Authorizer


public interface Authorizer
Authorizes a request.
  • Method Summary

    Modifier and Type
    Method
    Description
    Authorizes a request after full information is available about the source image.
    Authorizes a request early in the request cycle, before any information is available about the source image.
  • Method Details

    • authorizeBeforeAccess

      AuthInfo authorizeBeforeAccess() throws IOException
      Authorizes a request early in the request cycle, before any information is available about the source image.
      Returns:
      Instance reflecting the authorization status of the request.
      Throws:
      IOException
    • authorize

      AuthInfo authorize() throws IOException
      Authorizes a request after full information is available about the source image.
      Returns:
      Instance reflecting the authorization status of the request.
      Throws:
      IOException