org.eclipse.jetty.plus.jaas.spi
Class 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
|
Constructor Summary |
UserInfo(String userName,
org.eclipse.jetty.http.security.Credential credential,
List<String> 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.eclipse.jetty.http.security.Credential credential,
List<String> roleNames)
getUserName
public String getUserName()
getRoleNames
public List<String> getRoleNames()
checkCredential
public boolean checkCredential(Object suppliedCredential)
getCredential
protected org.eclipse.jetty.http.security.Credential getCredential()
Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.