You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: oauth2-authorization-server/src/main/java/org/springframework/security/oauth2/server/authorization/AbstractOAuth2AuthorizationServerMetadata.java
Copy file name to clipboardExpand all lines: oauth2-authorization-server/src/main/java/org/springframework/security/oauth2/server/authorization/InMemoryOAuth2AuthorizationConsentService.java
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,8 @@
26
26
importorg.springframework.util.Assert;
27
27
28
28
/**
29
-
* An {@link OAuth2AuthorizationConsentService} that stores {@link OAuth2AuthorizationConsent}'s in-memory.
29
+
* An {@link OAuth2AuthorizationConsentService} that stores
30
+
* {@link OAuth2AuthorizationConsent}'s in-memory.
30
31
*
31
32
* <p>
32
33
* <b>NOTE:</b> This implementation should ONLY be used during development/testing.
Copy file name to clipboardExpand all lines: oauth2-authorization-server/src/main/java/org/springframework/security/oauth2/server/authorization/InMemoryOAuth2AuthorizationService.java
+30-29Lines changed: 30 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,8 @@
33
33
importorg.springframework.util.Assert;
34
34
35
35
/**
36
-
* An {@link OAuth2AuthorizationService} that stores {@link OAuth2Authorization}'s in-memory.
36
+
* An {@link OAuth2AuthorizationService} that stores {@link OAuth2Authorization}'s
37
+
* in-memory.
37
38
*
38
39
* <p>
39
40
* <b>NOTE:</b> This implementation should ONLY be used during development/testing.
Copy file name to clipboardExpand all lines: oauth2-authorization-server/src/main/java/org/springframework/security/oauth2/server/authorization/JdbcOAuth2AuthorizationConsentService.java
+39-32Lines changed: 39 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -43,16 +43,18 @@
43
43
* {@link JdbcOperations} for {@link OAuth2AuthorizationConsent} persistence.
44
44
*
45
45
* <p>
46
-
* <b>IMPORTANT:</b> This {@code OAuth2AuthorizationConsentService} depends on the table definition
47
-
* described in
48
-
* "classpath:org/springframework/security/oauth2/server/authorization/oauth2-authorization-consent-schema.sql" and
49
-
* therefore MUST be defined in the database schema.
46
+
* <b>IMPORTANT:</b> This {@code OAuth2AuthorizationConsentService} depends on the table
0 commit comments