Interface CheckLoginRolesService

All Known Implementing Classes:
CheckLoginRolesServiceImpl

public interface CheckLoginRolesService
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns `true` if the logged in user at least has one role of the type `manager`, `guest` or `fix`.
  • Method Details

    • userHasRequiredRoles

      Boolean userHasRequiredRoles()
      Returns `true` if the logged in user at least has one role of the type `manager`, `guest` or `fix`. If the principal has no roles or only roles of the type `content`, `false` will be returned.