public class AbstractDatabaseLoginModule.JDBCUserInfo extends UserInfo
_roleNames, _rolesLoaded| Constructor | Description |
|---|---|
JDBCUserInfo(java.lang.String userName,
org.eclipse.jetty.util.security.Credential credential) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<java.lang.String> |
doFetchRoles() |
Should be overridden by subclasses to obtain
role info
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckCredential, fetchRoles, getCredential, getRoleNames, getUserNamepublic JDBCUserInfo(java.lang.String userName,
org.eclipse.jetty.util.security.Credential credential)
public java.util.List<java.lang.String> doFetchRoles()
throws java.lang.Exception
UserInfodoFetchRoles in class UserInfojava.lang.Exception - if the roles cannot be retrievedCopyright © 1995–2018 Webtide. All rights reserved.