javax.security.auth.message.callback
类 CallerPrincipalCallback

java.lang.Object
  继承者 javax.security.auth.message.callback.CallerPrincipalCallback
所有已实现的接口:
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.

版本:
$Rev: 617352 $ $Date: 2010/11/19 20:25:50 $

构造方法摘要
CallerPrincipalCallback(Subject subject, Principal principal)
           
CallerPrincipalCallback(Subject subject, String name)
           
 
方法摘要
 String getName()
           
 Principal getPrincipal()
           
 Subject getSubject()
           
 
从类 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 © 2013. All Rights Reserved.