Package io.jmix.ldap.userdetails
Interface LdapAuthorityToJmixRoleCodesMapper
public interface LdapAuthorityToJmixRoleCodesMapper
Allows providing mapping between LDAP group name and Jmix role codes.
-
Method Summary
Modifier and TypeMethodDescriptionmapAuthorityToJmixRoleCodes
(String authority) Specifies which Jmix roles should be mapped to given LDAPauthority
.
-
Method Details
-
mapAuthorityToJmixRoleCodes
Specifies which Jmix roles should be mapped to given LDAPauthority
.- Parameters:
authority
- LDAP group name- Returns:
- collection of role codes in Jmix that should be matched to given
authority
-