Class CallerPrincipalCallback
java.lang.Object
javax.security.auth.message.callback.CallerPrincipalCallback
- All Implemented Interfaces:
 Callback
Callback that enables an authentication module to inform the runtime of the call principal or name of the caller
 principal.
- 
Constructor Summary
ConstructorsConstructorDescriptionCallerPrincipalCallback(Subject subject, String name) CallerPrincipalCallback(Subject subject, Principal principal)  - 
Method Summary
 
- 
Constructor Details
- 
CallerPrincipalCallback
 - 
CallerPrincipalCallback
 
 - 
 - 
Method Details
- 
getSubject
 - 
getPrincipal
 - 
getName
 
 -