Interface DynamicUser

    • Method Detail

      • getDelegatees

        <T extends UserSet<T> getDelegatees()
        Get the set of delegatees for this user
        Type Parameters:
        T -
        Returns:
        Returns the delegatees.
      • setDelegatees

        <T extends User> void setDelegatees​(Set<T> delegatees)
        Set the delegatees for this user
        Parameters:
        delegatees - The delegatees to set.
      • getDelegators

        <T extends UserSet<T> getDelegators()
        Get the set of delegators for this user
        Type Parameters:
        T -
        Returns:
        Returns the delegators.
      • setDelegators

        <T extends User> void setDelegators​(Set<T> delegators)
        Set the delegators for this user
        Parameters:
        delegators - The delegators to set.