| Package | Description | 
|---|---|
| javax.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. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
SecretKeyCallback.AliasRequest
Request type for secret keys that are identified using an alias. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SecretKeyCallback.Request | 
SecretKeyCallback.getRequest()
Used by the CallbackHandler to get the Request object which identifies the secret key to be returned. 
 | 
| Constructor and Description | 
|---|
SecretKeyCallback(SecretKeyCallback.Request request)
Constructs this SecretKeyCallback with a secret key Request object. 
 | 
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.