|
@@ -1,5 +1,5 @@
|
|
|
/*
|
|
|
- * Copyright 2012-2017 the original author or authors.
|
|
|
+ * Copyright 2002-2017 the original author or authors.
|
|
|
*
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
* you may not use this file except in compliance with the License.
|
|
@@ -13,7 +13,7 @@
|
|
|
* See the License for the specific language governing permissions and
|
|
|
* limitations under the License.
|
|
|
*/
|
|
|
-package org.springframework.security.jwt;
|
|
|
+package org.springframework.security.oauth2.jwt;
|
|
|
|
|
|
import com.nimbusds.jose.JWSAlgorithm;
|
|
|
import com.nimbusds.jose.jwk.source.JWKSource;
|
|
@@ -28,7 +28,7 @@ import com.nimbusds.jwt.JWTClaimsSet;
|
|
|
import com.nimbusds.jwt.JWTParser;
|
|
|
import com.nimbusds.jwt.proc.ConfigurableJWTProcessor;
|
|
|
import com.nimbusds.jwt.proc.DefaultJWTProcessor;
|
|
|
-import org.springframework.security.jose.jws.JwsAlgorithm;
|
|
|
+import org.springframework.security.oauth2.jose.jws.JwsAlgorithm;
|
|
|
import org.springframework.util.Assert;
|
|
|
|
|
|
import java.net.MalformedURLException;
|