Class LdapLoginModule.LDAPUserInfo

java.lang.Object
org.eclipse.jetty.jaas.spi.UserInfo
org.eclipse.jetty.jaas.spi.LdapLoginModule.LDAPUserInfo
Enclosing class:
LdapLoginModule

public class LdapLoginModule.LDAPUserInfo extends UserInfo
  • Field Details

  • Constructor Details

    • LDAPUserInfo

      public LDAPUserInfo(String userName, Credential credential, Attributes attributes)
      Parameters:
      userName - the user name
      credential - the credential
      attributes - the user Attributes
  • Method Details

    • doFetchRoles

      public List<String> doFetchRoles() throws Exception
      Description copied from class: UserInfo
      Should be overridden by subclasses to obtain role info
      Overrides:
      doFetchRoles in class UserInfo
      Returns:
      List of role associated to the user
      Throws:
      Exception - if the roles cannot be retrieved