Module org.eclipse.jetty.jaas
Package org.eclipse.jetty.jaas.spi
Class LdapLoginModule.LDAPBindingUser
- java.lang.Object
-
- org.eclipse.jetty.jaas.spi.AbstractLoginModule.JAASUser
-
- org.eclipse.jetty.jaas.spi.LdapLoginModule.LDAPBindingUser
-
- Enclosing class:
- LdapLoginModule
public class LdapLoginModule.LDAPBindingUser extends AbstractLoginModule.JAASUser
-
-
Constructor Summary
Constructors Constructor Description LDAPBindingUser(org.eclipse.jetty.security.UserPrincipal user, javax.naming.directory.DirContext context, java.lang.String userDn)
-
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
-
-