Package org.infinispan.security.mappers

Class IdentityRoleMapper

  • All Implemented Interfaces:
    PrincipalRoleMapper

    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
    Public API