- java.lang.Object
-
- org.eclipse.jetty.jaas.spi.AbstractLoginModule.JAASUser
-
- org.eclipse.jetty.jaas.spi.LdapLoginModule.LDAPUser
-
- Enclosing class:
- LdapLoginModule
public class LdapLoginModule.LDAPUser extends AbstractLoginModule.JAASUser
-
-
Constructor Summary
Constructors Constructor Description LDAPUser(org.eclipse.jetty.security.UserPrincipal user, javax.naming.directory.Attributes attributes)
-
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
-
-