Uses of Interface
jakarta.security.auth.message.callback.SecretKeyCallback.Request
Package
Description
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.
-
Uses of SecretKeyCallback.Request in jakarta.security.auth.message.callback
Modifier and TypeClassDescriptionstatic class
Request type for secret keys that are identified using an alias.Modifier and TypeMethodDescriptionSecretKeyCallback.getRequest()
Used by the CallbackHandler to get the Request object which identifies the secret key to be returned.ModifierConstructorDescriptionConstructs this SecretKeyCallback with a secret key Request object.