Module org.eclipse.jetty.jaas
Package org.eclipse.jetty.jaas.spi
Class AbstractDatabaseLoginModule.JDBCUser
- java.lang.Object
-
- org.eclipse.jetty.jaas.spi.AbstractLoginModule.JAASUser
-
- org.eclipse.jetty.jaas.spi.AbstractDatabaseLoginModule.JDBCUser
-
- Enclosing class:
- AbstractDatabaseLoginModule
public class AbstractDatabaseLoginModule.JDBCUser extends AbstractLoginModule.JAASUser
-
-
Constructor Summary
Constructors Constructor Description JDBCUser(org.eclipse.jetty.security.UserPrincipal user)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>
doFetchRoles()
-
Methods inherited from class org.eclipse.jetty.jaas.spi.AbstractLoginModule.JAASUser
checkCredential, fetchRoles, getUserName, setJAASInfo, unsetJAASInfo
-
-
-
-
Method Detail
-
doFetchRoles
public java.util.List<java.lang.String> doFetchRoles() throws java.lang.Exception
- Specified by:
doFetchRoles
in classAbstractLoginModule.JAASUser
- Throws:
java.lang.Exception
-
-