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.
- Version:
- $Rev: 617352 $ $Date: 2008-02-01 00:16:16 -0500 (Fri, 01 Feb 2008) $
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCallerPrincipalCallback
(Subject subject, String name) CallerPrincipalCallback
(Subject subject, Principal principal) -
Method Summary
-
Field Details
-
subject
-
principal
-
name
-
-
Constructor Details
-
CallerPrincipalCallback
-
CallerPrincipalCallback
-
-
Method Details
-
getSubject
-
getPrincipal
-
getName
-