Package | Description |
---|---|
io.github.jhipster.sample.config |
Spring Framework configuration files.
|
io.github.jhipster.sample.security.jwt | |
io.github.jhipster.sample.web.rest |
Spring MVC REST controllers.
|
Constructor and Description |
---|
SecurityConfiguration(org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder authenticationManagerBuilder,
org.springframework.security.core.userdetails.UserDetailsService userDetailsService,
TokenProvider tokenProvider,
org.springframework.web.filter.CorsFilter corsFilter,
org.zalando.problem.spring.web.advice.security.SecurityProblemSupport problemSupport) |
Constructor and Description |
---|
JWTConfigurer(TokenProvider tokenProvider) |
JWTFilter(TokenProvider tokenProvider) |
Constructor and Description |
---|
UserJWTController(TokenProvider tokenProvider,
org.springframework.security.authentication.AuthenticationManager authenticationManager) |
Copyright © 2017 Osgiliath. All rights reserved.