Interface UserGroupAdministrationMapping

All Known Implementing Classes:
ImmutableUserGroupAdministrationMapping

public interface UserGroupAdministrationMapping
Represents an administration mapping of user to a group
Since:
3.3.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the target group
    Returns the administrator
  • Method Details

    • getUser

      User getUser()
      Returns the administrator
      Returns:
      the administrator
    • getTargetGroup

      Group getTargetGroup()
      Returns the target group
      Returns:
      the target group