Interface TurbineUserDelegate

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.apache.fulcrum.security.model.turbine.entity.TurbineUser getUserDelegate()
      Get the delegated user
      void setUserDelegate​(org.apache.fulcrum.security.model.turbine.entity.TurbineUser userDelegate)
      Set the delegated user
    • Method Detail

      • getUserDelegate

        org.apache.fulcrum.security.model.turbine.entity.TurbineUser getUserDelegate()
        Get the delegated user
        Returns:
        the userDelegate
      • setUserDelegate

        void setUserDelegate​(org.apache.fulcrum.security.model.turbine.entity.TurbineUser userDelegate)
        Set the delegated user
        Parameters:
        userDelegate - the userDelegate to set