org.mortbay.jetty.plus.jaas.spi
Class UserInfo
java.lang.Object
org.mortbay.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
Constructor Summary |
UserInfo(String userName,
org.mortbay.jetty.security.Credential credential,
List roleNames)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserInfo
public UserInfo(String userName,
org.mortbay.jetty.security.Credential credential,
List roleNames)
getUserName
public String getUserName()
getRoleNames
public List getRoleNames()
checkCredential
public boolean checkCredential(Object suppliedCredential)
getCredential
protected org.mortbay.jetty.security.Credential getCredential()
Copyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.