Package org.glassfish.common.util.admin
Interface AdminAuthCallback
- All Superinterfaces:
Callback
- All Known Subinterfaces:
AdminAuthCallback.Authenticator,AdminAuthCallback.RequestAccepter,AdminAuthCallback.Validator
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
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interfacePrescribes behavior of callbacks that use request-time data in making their decisions.static interface