Uses of Interface
jakarta.security.auth.message.callback.SecretKeyCallback.Request
Package | Description |
---|---|
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.
|
-
Uses of SecretKeyCallback.Request in jakarta.security.auth.message.callback
Classes in jakarta.security.auth.message.callback that implement SecretKeyCallback.Request Modifier and Type Class Description static class
SecretKeyCallback.AliasRequest
Request type for secret keys that are identified using an alias.Methods in jakarta.security.auth.message.callback that return SecretKeyCallback.Request Modifier and Type Method Description SecretKeyCallback.Request
SecretKeyCallback. getRequest()
Used by the CallbackHandler to get the Request object which identifies the secret key to be returned.Constructors in jakarta.security.auth.message.callback with parameters of type SecretKeyCallback.Request Constructor Description SecretKeyCallback(SecretKeyCallback.Request request)
Constructs this SecretKeyCallback with a secret key Request object.