javax.security.auth.message.callback
Class CallerPrincipalCallback

java.lang.Object
  extended by javax.security.auth.message.callback.CallerPrincipalCallback
All Implemented Interfaces:
Callback

public class CallerPrincipalCallback
extends Object
implements Callback

Since:
Jul 11, 2007
Version:
$Revision$
Author:
Anil.Saldhana@redhat.com

Constructor Summary
CallerPrincipalCallback(Subject s, Principal p)
           
CallerPrincipalCallback(Subject s, String n)
           
 
Method Summary
 String getName()
           
 Principal getPrincipal()
           
 Subject getSubject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallerPrincipalCallback

public CallerPrincipalCallback(Subject s,
                               Principal p)

CallerPrincipalCallback

public CallerPrincipalCallback(Subject s,
                               String n)
Method Detail

getName

public String getName()

getPrincipal

public Principal getPrincipal()

getSubject

public Subject getSubject()


Copyright © 2008 JBoss Inc.. All Rights Reserved.