Interface AdminAuthCallback

All Superinterfaces:
Callback
All Known Subinterfaces:
AdminAuthCallback.Authenticator, AdminAuthCallback.RequestAccepter, AdminAuthCallback.Validator

@Contract public interface AdminAuthCallback extends Callback
Prescribes behavior of authentication callbacks which modules can implement to provide callback behavior without the authentication logic needing to know about specific implementations ahead of time.
Author:
tjquinn