|
@@ -1,11 +1,11 @@
|
|
/*
|
|
/*
|
|
- * Copyright 2002-2011 the original author or authors.
|
|
|
|
|
|
+ * Copyright 2002-2018 the original author or authors.
|
|
*
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
* You may obtain a copy of the License at
|
|
*
|
|
*
|
|
- * http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
+ * http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
@@ -15,11 +15,12 @@
|
|
*/
|
|
*/
|
|
package org.springframework.security.config.debug;
|
|
package org.springframework.security.config.debug;
|
|
|
|
|
|
-import org.springframework.beans.factory.annotation.Autowired
|
|
|
|
-import org.springframework.security.authentication.AuthenticationProvider
|
|
|
|
-import org.springframework.security.core.Authentication
|
|
|
|
-import org.springframework.security.core.AuthenticationException
|
|
|
|
-import org.springframework.stereotype.Service
|
|
|
|
|
|
+
|
|
|
|
+import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
+import org.springframework.security.authentication.AuthenticationProvider;
|
|
|
|
+import org.springframework.security.core.Authentication;
|
|
|
|
+import org.springframework.security.core.AuthenticationException;
|
|
|
|
+import org.springframework.stereotype.Service;
|
|
|
|
|
|
/**
|
|
/**
|
|
* An {@link AuthenticationProvider} that has an {@link Autowired} constructor which is necessary to recreate SEC-1885.
|
|
* An {@link AuthenticationProvider} that has an {@link Autowired} constructor which is necessary to recreate SEC-1885.
|