Class AuthenticationCommand

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

public class AuthenticationCommand extends Object implements Command
Command for Xray authentication.
  • Constructor Details

    • AuthenticationCommand

      public AuthenticationCommand()
      Constructor.
  • Method Details

    • execute

      public void execute()
      Specified by:
      execute in interface Command
    • getJwtToken

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

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