Package jakarta.security.auth.message.callback
package jakarta.security.auth.message.callback
This package defines callback interfaces that may be used by a pluggable authentication mechanisms (aka message authentication modules)
to interact with the container (aka message processing runtime) that invoked the module.
-
ClassDescriptionCallback for setting the container's caller (or remote user) principal.Callback for CertStore.Callback establishing group principals within the argument subject.Callback for PasswordValidation.Callback for acquiring a Public Key Infrastructure (PKI) private key and its corresponding certificate chain.Request type for private keys that are identified using an alias.Request type for private keys that are identified using a certificate digest or thumbprint.Request type for private keys that are identified using an issuer/serial number.Marker interface for private key request types.Request type for private keys that are identified using a SubjectKeyIDCallback for acquiring a shared secret from a key repository.Request type for secret keys that are identified using an alias.Marker interface for secret key request types.Callback for trusted certificate KeyStore.