Class CallerPrincipalCallback
java.lang.Object
jakarta.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 SummaryConstructorsConstructorDescriptionCallerPrincipalCallback(Subject subject, String name) CallerPrincipalCallback(Subject subject, Principal principal) 
- 
Method Summary
- 
Constructor Details- 
CallerPrincipalCallback
- 
CallerPrincipalCallback
 
- 
- 
Method Details- 
getSubject
- 
getPrincipal
- 
getName
 
-