Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
c56c0ff4
Commit
c56c0ff4
authored
Dec 04, 2018
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename OAuth2ResourceServerJwkConfiguration
Closes gh-15375
parent
42b58f6d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
OAuth2ResourceServerAutoConfiguration.java
...source/servlet/OAuth2ResourceServerAutoConfiguration.java
+1
-1
OAuth2ResourceServerJwtConfiguration.java
...esource/servlet/OAuth2ResourceServerJwtConfiguration.java
+2
-2
No files found.
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/resource/servlet/OAuth2ResourceServerAutoConfiguration.java
View file @
c56c0ff4
...
@@ -37,7 +37,7 @@ import org.springframework.security.oauth2.server.resource.authentication.JwtAut
...
@@ -37,7 +37,7 @@ import org.springframework.security.oauth2.server.resource.authentication.JwtAut
@EnableConfigurationProperties
(
OAuth2ResourceServerProperties
.
class
)
@EnableConfigurationProperties
(
OAuth2ResourceServerProperties
.
class
)
@ConditionalOnClass
(
JwtAuthenticationToken
.
class
)
@ConditionalOnClass
(
JwtAuthenticationToken
.
class
)
@ConditionalOnWebApplication
(
type
=
ConditionalOnWebApplication
.
Type
.
SERVLET
)
@ConditionalOnWebApplication
(
type
=
ConditionalOnWebApplication
.
Type
.
SERVLET
)
@Import
({
OAuth2ResourceServerJw
k
Configuration
.
class
,
@Import
({
OAuth2ResourceServerJw
t
Configuration
.
class
,
OAuth2ResourceServerWebSecurityConfiguration
.
class
})
OAuth2ResourceServerWebSecurityConfiguration
.
class
})
public
class
OAuth2ResourceServerAutoConfiguration
{
public
class
OAuth2ResourceServerAutoConfiguration
{
...
...
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/resource/servlet/OAuth2ResourceServerJw
k
Configuration.java
→
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/resource/servlet/OAuth2ResourceServerJw
t
Configuration.java
View file @
c56c0ff4
...
@@ -34,11 +34,11 @@ import org.springframework.security.oauth2.jwt.NimbusJwtDecoderJwkSupport;
...
@@ -34,11 +34,11 @@ import org.springframework.security.oauth2.jwt.NimbusJwtDecoderJwkSupport;
* @author Artsiom Yudovin
* @author Artsiom Yudovin
*/
*/
@Configuration
@Configuration
class
OAuth2ResourceServerJw
k
Configuration
{
class
OAuth2ResourceServerJw
t
Configuration
{
private
final
OAuth2ResourceServerProperties
properties
;
private
final
OAuth2ResourceServerProperties
properties
;
OAuth2ResourceServerJw
k
Configuration
(
OAuth2ResourceServerProperties
properties
)
{
OAuth2ResourceServerJw
t
Configuration
(
OAuth2ResourceServerProperties
properties
)
{
this
.
properties
=
properties
;
this
.
properties
=
properties
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment