Class SecretKeyCallback
java.lang.Object
javax.security.auth.message.callback.SecretKeyCallback
- All Implemented Interfaces:
 Callback
A callback enabling an authentication module to request a secret key from the runtime, by supplying an alias. Other
 request types may also be supported.
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic interface - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
SecretKeyCallback
 
 - 
 - 
Method Details
- 
getRequest
 - 
setKey
 - 
getKey
 
 -