Uses of Interface
javax.security.auth.message.callback.SecretKeyCallback.Request
Packages that use 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 javax.security.auth.message.callback
Classes in javax.security.auth.message.callback that implement SecretKeyCallback.RequestModifier and TypeClassDescriptionstatic classRequest type for secret keys that are identified using an alias.Methods in javax.security.auth.message.callback that return SecretKeyCallback.RequestModifier and TypeMethodDescriptionSecretKeyCallback.getRequest()Used by the CallbackHandler to get the Request object which identifies the secret key to be returned.Constructors in javax.security.auth.message.callback with parameters of type SecretKeyCallback.RequestModifierConstructorDescriptionConstructs this SecretKeyCallback with a secret key Request object.