Package de.qytera.qtaf.xray.commands
Class AuthenticationCommand
java.lang.Object
de.qytera.qtaf.xray.commands.AuthenticationCommand
- All Implemented Interfaces:
de.qytera.qtaf.core.patterns.Command
Command for Xray authentication
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()Get jwtTokensetJwtToken(String jwtToken) Set jwtToken
-
Constructor Details
-
AuthenticationCommand
public AuthenticationCommand()Constructor
-
-
Method Details
-
execute
public void execute()- Specified by:
executein interfacede.qytera.qtaf.core.patterns.Command
-
getJwtToken
Get jwtToken- Returns:
- jwtToken
-
setJwtToken
Set jwtToken- Parameters:
jwtToken- JwtToken- Returns:
- this
-