| 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  | 
PrivateKeyCallback.AliasRequest
Request type for private keys that are identified using an alias. 
 | 
static class  | 
PrivateKeyCallback.DigestRequest
Request type for private keys that are identified using a certificate digest or thumbprint. 
 | 
static class  | 
PrivateKeyCallback.IssuerSerialNumRequest
Request type for private keys that are identified using an issuer/serial number. 
 | 
static class  | 
PrivateKeyCallback.SubjectKeyIDRequest
Request type for private keys that are identified using a SubjectKeyID 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PrivateKeyCallback.Request | 
PrivateKeyCallback.getRequest()
Used by the CallbackHandler to get the Request object that identifies the private key to be returned. 
 | 
| Constructor and Description | 
|---|
PrivateKeyCallback(PrivateKeyCallback.Request request)
Constructs this PrivateKeyCallback with a private key Request object. 
 | 
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.