Interface UserGroups


  • @Projection(name="userGroups",
                types=User.class)
    public interface UserGroups
    Projection for User that includes the groups (but only the group name).
    • Method Detail

      • getUsername

        String getUsername()
      • isEnabled

        boolean isEnabled()
      • getAdditionalProperties

        com.fasterxml.jackson.databind.JsonNode getAdditionalProperties()