Class CommonNameRoleMapper

java.lang.Object
org.infinispan.security.mappers.CommonNameRoleMapper
All Implemented Interfaces:
PrincipalRoleMapper
Direct Known Subclasses:
CommonNameRoleMapper

public class CommonNameRoleMapper extends Object implements PrincipalRoleMapper
CommonNameRoleMapper. A simple mapper which extracts the Common Name (CN) from an LDAP-style Distinguished Name (DN) and returns it as the role.
Since:
7.0
Author:
Tristan Tarrant