File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
oauth2/oauth2-jose/src/main/java/org/springframework/security/oauth2/jwt Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
*/
16
16
package org .springframework .security .oauth2 .jwt ;
17
17
18
+ import java .time .Clock ;
19
+ import java .time .Duration ;
20
+ import java .time .Instant ;
21
+ import java .time .temporal .ChronoUnit ;
22
+
18
23
import org .apache .commons .logging .Log ;
19
24
import org .apache .commons .logging .LogFactory ;
25
+
20
26
import org .springframework .security .oauth2 .core .OAuth2Error ;
21
27
import org .springframework .security .oauth2 .core .OAuth2ErrorCodes ;
22
28
import org .springframework .security .oauth2 .core .OAuth2TokenValidator ;
23
29
import org .springframework .security .oauth2 .core .OAuth2TokenValidatorResult ;
24
30
import org .springframework .util .Assert ;
25
31
26
- import java .time .Clock ;
27
- import java .time .Duration ;
28
- import java .time .Instant ;
29
- import java .time .format .DateTimeFormatter ;
30
- import java .time .temporal .ChronoUnit ;
31
-
32
32
/**
33
33
* An implementation of {@link OAuth2TokenValidator} for verifying claims in a Jwt-based access token
34
34
*
You can’t perform that action at this time.
0 commit comments