Package org.glassfish.common.util.admin
Interface AdminAuthCallback.RequestAccepter
- All Superinterfaces:
AdminAuthCallback,Callback
- Enclosing interface:
- AdminAuthCallback
Prescribes behavior of callbacks that use request-time data in making
their decisions.
Token-based authentication, for example, uses a token conveyed with the request as a stand-in for username/password-based authentication. To keep inter-module dependencies simpler an implementation will probably check the type of the data and then cast it if appropriate.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.glassfish.common.util.admin.AdminAuthCallback
AdminAuthCallback.Authenticator, AdminAuthCallback.RequestAccepter, AdminAuthCallback.Validator -
Method Summary
-
Method Details
-
setRequest
-