Interface PrincipalAttributesMapper

  • All Known Implementing Classes:
    DefaultPrincipalAttributesMapper
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface PrincipalAttributesMapper
    Since:
    6.6.0
    • Method Detail

      • map

        java.util.Map<java.lang.String,​java.util.List<java.lang.Object>> map​(AttributeMappingRequest request)
        Map principal attributes.
        Parameters:
        request - the request
        Returns:
        the map
      • defaultMapper

        static PrincipalAttributesMapper defaultMapper()
        Default principal attributes mapper.
        Returns:
        the principal attributes mapper