Class AuthenticationCommand

java.lang.Object
de.qytera.qtaf.xray.commands.AuthenticationCommand
All Implemented Interfaces:
de.qytera.qtaf.core.patterns.Command

public class AuthenticationCommand extends Object implements de.qytera.qtaf.core.patterns.Command
Command for Xray authentication
  • Constructor Details

    • AuthenticationCommand

      public AuthenticationCommand()
      Constructor
  • Method Details

    • execute

      public void execute()
      Specified by:
      execute in interface de.qytera.qtaf.core.patterns.Command
    • getJwtToken

      public String getJwtToken()
      Get jwtToken
      Returns:
      jwtToken
    • setJwtToken

      public AuthenticationCommand setJwtToken(String jwtToken)
      Set jwtToken
      Parameters:
      jwtToken - JwtToken
      Returns:
      this