javax.security.auth.message.callback
Class CallerPrincipalCallback
java.lang.Object
javax.security.auth.message.callback.CallerPrincipalCallback
- All Implemented Interfaces:
- Callback
public class CallerPrincipalCallback
- extends Object
- implements 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: 2010/11/19 20:25:50 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CallerPrincipalCallback
public CallerPrincipalCallback(Subject subject,
Principal principal)
CallerPrincipalCallback
public CallerPrincipalCallback(Subject subject,
String name)
getSubject
public Subject getSubject()
getPrincipal
public Principal getPrincipal()
getName
public String getName()
Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.