Relocate classes out from config.annotation.web.configurers package

Closes gh-810
This commit is contained in:
Joe Grandja
2022-07-26 08:47:23 -04:00
parent 435a17e4b9
commit ab601640ff
24 changed files with 27 additions and 27 deletions

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.security.config.annotation.web.configurers.oauth2.server.authorization;
package org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers;
import com.nimbusds.jose.jwk.JWKSet;
import com.nimbusds.jose.jwk.source.JWKSource;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.security.config.annotation.web.configurers.oauth2.server.authorization;
package org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers;
import java.io.UnsupportedEncodingException;
import java.net.URLDecoder;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.security.config.annotation.web.configurers.oauth2.server.authorization;
package org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers;
import com.nimbusds.jose.jwk.JWKSet;
import com.nimbusds.jose.jwk.source.JWKSource;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.security.config.annotation.web.configurers.oauth2.server.authorization;
package org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers;
import java.io.IOException;
import java.net.URLEncoder;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.security.config.annotation.web.configurers.oauth2.server.authorization;
package org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers;
import java.net.URLEncoder;
import java.nio.charset.StandardCharsets;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.security.config.annotation.web.configurers.oauth2.server.authorization;
package org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers;
import java.net.URLEncoder;
import java.nio.charset.StandardCharsets;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.security.config.annotation.web.configurers.oauth2.server.authorization;
package org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers;
import java.net.URLEncoder;
import java.nio.charset.StandardCharsets;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.security.config.annotation.web.configurers.oauth2.server.authorization;
package org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers;
import java.time.Instant;
import java.time.temporal.ChronoUnit;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.security.config.annotation.web.configurers.oauth2.server.authorization;
package org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers;
import java.io.UnsupportedEncodingException;
import java.net.URLDecoder;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.security.config.annotation.web.configurers.oauth2.server.authorization;
package org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers;
import java.time.Instant;
import java.util.Arrays;