Class IdentityRoleMapper

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

public class IdentityRoleMapper extends Object implements PrincipalRoleMapper
IdentityRoleMapper. A very simple role which simply returns the principal's name as the role name.
Since:
7.0
Author:
Tristan Tarrant