Package org.infinispan.security.mappers

Class IdentityRoleMapper

java.lang.Object
org.infinispan.security.mappers.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
  • Constructor Details

    • IdentityRoleMapper

      public IdentityRoleMapper()
  • Method Details