org.eclipse.jetty.security.jaspi.modules
类 UserInfo

java.lang.Object
  继承者 org.eclipse.jetty.security.jaspi.modules.UserInfo

public class UserInfo
extends Object

版本:
$Rev: 4466 $ $Date: 2009-02-10 23:42:54 +0100 (Tue, 10 Feb 2009) $

构造方法摘要
UserInfo(String userName, char[] password)
           
 
方法摘要
 void clearPassword()
           
 char[] getPassword()
           
 String getUserName()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

UserInfo

public UserInfo(String userName,
                char[] password)
方法详细信息

getUserName

public String getUserName()

getPassword

public char[] getPassword()

clearPassword

public void clearPassword()


Copyright © 2013. All Rights Reserved.