Class AuthBuilder

java.lang.Object
org.sdase.commons.server.auth.testing.AuthBuilder

public class AuthBuilder extends Object
The AuthBuilder is used to build JWT authentication in test cases that is accepted by the tested application if the test is initialized with the AuthClassExtension. Properly configured instances of the AuthBuilder can be created from the AuthClassExtension using AuthClassExtension.auth() within the test.