Package es.gob.jmulticard.callback
Callbacks necesarias que pueden no estar en todas las implementaciones de Java
(por ejemplo, en Android).
-
Class Summary Class Description CustomAuthorizeCallback This callback is used bySaslServer
to determine whether one entity (identified by an authenticated authentication ID) can act on behalf of another entity (identified by an authorization ID).CustomNameCallback Underlying security services instantiate and pass aNameCallback
to thehandle
method of aCallbackHandler
to retrieve name information.CustomTextInputCallback Callback de solicitud de texto.