Annotation Type WithClient


  • @TypeQualifier
    @Retention(RUNTIME)
    public @interface WithClient
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String runMode
      Define which run mode to use for this client (i.e author, publish etc..).
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean forceAnonymous  
    • Element Detail

      • runMode

        java.lang.String runMode
        Define which run mode to use for this client (i.e author, publish etc..).
        Returns:
        the run mode to be used
      • forceAnonymous

        boolean forceAnonymous
        Returns:
        the defined value if client should be using anonymous user, false as default.
        Default:
        false