Interface RoleResolver

All Known Implementing Classes:
SearchRoleResolver

public interface RoleResolver
Looks up a user's roles using an LDAP search.
  • Method Summary

    Modifier and Type
    Method
    Description
    Executes a search request and converts any attributes to ldap roles.
  • Method Details