Interface GroupCollector


public interface GroupCollector
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    collect(String principal)
     
    Returns the groups of the user that had been assigned at the last login (including all external groups) and the current internal groups associated to the user.
  • Field Details

  • Method Details

    • collect

      Set<String> collect(String principal)
    • fromLastLoginPlusInternal

      Set<String> fromLastLoginPlusInternal(String principal)
      Returns the groups of the user that had been assigned at the last login (including all external groups) and the current internal groups associated to the user. If the user had not logged in before, only the current internal groups will be returned.
      Since:
      2.42.0