org.eclipse.jetty.plus.jaas.spi
类 UserInfo

java.lang.Object
  继承者 org.eclipse.jetty.plus.jaas.spi.UserInfo

public class UserInfo
extends Object

UserInfo This is the information read from the external source about a user. Can be cached by a UserInfoCache implementation


构造方法摘要
UserInfo(String userName, Credential credential, List<String> roleNames)
           
 
方法摘要
 boolean checkCredential(Object suppliedCredential)
           
protected  Credential getCredential()
           
 List<String> getRoleNames()
           
 String getUserName()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

UserInfo

public UserInfo(String userName,
                Credential credential,
                List<String> roleNames)
方法详细信息

getUserName

public String getUserName()

getRoleNames

public List<String> getRoleNames()

checkCredential

public boolean checkCredential(Object suppliedCredential)

getCredential

protected Credential getCredential()


Copyright © 2013. All Rights Reserved.