Interface UserGroups


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

    • getUsername

      String getUsername()
    • getName

      String getName()
    • getEmail

      String getEmail()
    • getValidUntil

      ZonedDateTime getValidUntil()
    • isEnabled

      boolean isEnabled()
    • getNotes

      String getNotes()
    • getAdditionalProperties

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

      Set<Group> getGroups()