Class JwtAuthenticationController

java.lang.Object
com.aquima.web.api.controller.v2.JwtAuthenticationController

@ConditionalOnProperty(name="blueriq.security.login-type", havingValue="jwt") @RestController("v2JwtAuthenticationController") @RequestMapping(path="/api/v2", produces="application/json") @ServerContext public class JwtAuthenticationController extends Object