Interface Authorizer
public interface Authorizer
Authorizes a request.
-
Method Summary
Modifier and TypeMethodDescriptionAuthorizes 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
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
Authorizes a request after full information is available about the source image.- Returns:
- Instance reflecting the authorization status of the request.
- Throws:
IOException
-