Interface LdapAuthorityToJmixRoleCodesMapper


public interface LdapAuthorityToJmixRoleCodesMapper
Allows providing mapping between LDAP group name and Jmix role codes.
  • Method Details

    • mapAuthorityToJmixRoleCodes

      Collection<String> mapAuthorityToJmixRoleCodes(String authority)
      Specifies which Jmix roles should be mapped to given LDAP authority.
      Parameters:
      authority - LDAP group name
      Returns:
      collection of role codes in Jmix that should be matched to given authority