Add whitespace after copyright header

Add an additional lines after the copyright header and before the
`package` declaration. This aligns with the style used by Spring
Framework.

Issue gh-8945
This commit is contained in:
Phillip Webb 2020-07-29 00:21:57 -07:00 committed by Rob Winch
parent 31ec450d05
commit ff94944313
1796 changed files with 1796 additions and 1 deletions

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls; package org.springframework.security.acls;
import java.lang.reflect.InvocationTargetException; import java.lang.reflect.InvocationTargetException;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls; package org.springframework.security.acls;
import java.util.ArrayList; import java.util.ArrayList;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls; package org.springframework.security.acls;
import java.io.Serializable; import java.io.Serializable;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.afterinvocation; package org.springframework.security.acls.afterinvocation;
import java.util.Collection; import java.util.Collection;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.afterinvocation; package org.springframework.security.acls.afterinvocation;
import java.util.Collection; import java.util.Collection;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
/** /**
* After-invocation providers for collection and array filtering. Consider using a * After-invocation providers for collection and array filtering. Consider using a
* {@code PostFilter} annotation in preference. * {@code PostFilter} annotation in preference.

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.domain; package org.springframework.security.acls.domain;
import org.springframework.security.acls.model.Permission; import org.springframework.security.acls.model.Permission;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.domain; package org.springframework.security.acls.domain;
import java.io.Serializable; import java.io.Serializable;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.domain; package org.springframework.security.acls.domain;
import org.springframework.security.acls.model.Permission; import org.springframework.security.acls.model.Permission;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.domain; package org.springframework.security.acls.domain;
import java.io.Serializable; import java.io.Serializable;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.domain; package org.springframework.security.acls.domain;
import org.springframework.security.acls.model.AccessControlEntry; import org.springframework.security.acls.model.AccessControlEntry;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.domain; package org.springframework.security.acls.domain;
import org.springframework.security.acls.model.Permission; import org.springframework.security.acls.model.Permission;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.domain; package org.springframework.security.acls.domain;
import org.springframework.security.acls.model.AccessControlEntry; import org.springframework.security.acls.model.AccessControlEntry;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.domain; package org.springframework.security.acls.domain;
import org.springframework.security.acls.model.Permission; import org.springframework.security.acls.model.Permission;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.domain; package org.springframework.security.acls.domain;
import java.lang.reflect.Field; import java.lang.reflect.Field;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.domain; package org.springframework.security.acls.domain;
import java.util.List; import java.util.List;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.domain; package org.springframework.security.acls.domain;
import java.io.Serializable; import java.io.Serializable;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.domain; package org.springframework.security.acls.domain;
import org.springframework.security.acls.model.Sid; import org.springframework.security.acls.model.Sid;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.domain; package org.springframework.security.acls.domain;
/** /**

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.domain; package org.springframework.security.acls.domain;
import java.io.Serializable; import java.io.Serializable;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.domain; package org.springframework.security.acls.domain;
import java.util.List; import java.util.List;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.domain; package org.springframework.security.acls.domain;
import org.springframework.security.acls.model.Sid; import org.springframework.security.acls.model.Sid;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.domain; package org.springframework.security.acls.domain;
import java.io.Serializable; import java.io.Serializable;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
/** /**
* Basic implementation of access control lists (ACLs) interfaces. * Basic implementation of access control lists (ACLs) interfaces.
*/ */

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.jdbc; package org.springframework.security.acls.jdbc;
import java.io.Serializable; import java.io.Serializable;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.jdbc; package org.springframework.security.acls.jdbc;
import java.io.Serializable; import java.io.Serializable;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.jdbc; package org.springframework.security.acls.jdbc;
import java.io.Serializable; import java.io.Serializable;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.jdbc; package org.springframework.security.acls.jdbc;
import java.sql.PreparedStatement; import java.sql.PreparedStatement;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.jdbc; package org.springframework.security.acls.jdbc;
import java.util.List; import java.util.List;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
/** /**
* JDBC-based persistence of ACL information * JDBC-based persistence of ACL information
*/ */

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.model; package org.springframework.security.acls.model;
import java.io.Serializable; import java.io.Serializable;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.model; package org.springframework.security.acls.model;
import java.io.Serializable; import java.io.Serializable;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.model; package org.springframework.security.acls.model;
import java.io.Serializable; import java.io.Serializable;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.model; package org.springframework.security.acls.model;
/** /**

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.model; package org.springframework.security.acls.model;
import java.util.List; import java.util.List;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.model; package org.springframework.security.acls.model;
/** /**

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.model; package org.springframework.security.acls.model;
/** /**

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.model; package org.springframework.security.acls.model;
/** /**

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.model; package org.springframework.security.acls.model;
/** /**

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.model; package org.springframework.security.acls.model;
import java.io.Serializable; import java.io.Serializable;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.model; package org.springframework.security.acls.model;
/** /**

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.model; package org.springframework.security.acls.model;
/** /**

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.model; package org.springframework.security.acls.model;
import java.io.Serializable; import java.io.Serializable;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.model; package org.springframework.security.acls.model;
import java.io.Serializable; import java.io.Serializable;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.model; package org.springframework.security.acls.model;
/** /**

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.model; package org.springframework.security.acls.model;
import java.io.Serializable; import java.io.Serializable;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.model; package org.springframework.security.acls.model;
import java.util.List; import java.util.List;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.model; package org.springframework.security.acls.model;
import java.io.Serializable; import java.io.Serializable;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.model; package org.springframework.security.acls.model;
/** /**

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
/** /**
* Interfaces and shared classes to manage access control lists (ACLs) for domain object * Interfaces and shared classes to manage access control lists (ACLs) for domain object
* instances. * instances.

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
/** /**
* The Spring Security ACL package which implements instance-based security for domain * The Spring Security ACL package which implements instance-based security for domain
* objects. * objects.

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls; package org.springframework.security.acls;
import org.junit.Test; import org.junit.Test;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls; package org.springframework.security.acls;
import java.util.Arrays; import java.util.Arrays;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls; package org.springframework.security.acls;
import java.util.Locale; import java.util.Locale;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls; package org.springframework.security.acls;
/** /**

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls; package org.springframework.security.acls;
import java.util.UUID; import java.util.UUID;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.afterinvocation; package org.springframework.security.acls.afterinvocation;
import java.util.ArrayList; import java.util.ArrayList;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.afterinvocation; package org.springframework.security.acls.afterinvocation;
import java.util.Arrays; import java.util.Arrays;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.domain; package org.springframework.security.acls.domain;
import org.junit.Test; import org.junit.Test;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.domain; package org.springframework.security.acls.domain;
import java.util.Arrays; import java.util.Arrays;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.domain; package org.springframework.security.acls.domain;
import java.lang.reflect.Field; import java.lang.reflect.Field;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.domain; package org.springframework.security.acls.domain;
import org.junit.After; import org.junit.After;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.domain; package org.springframework.security.acls.domain;
import java.io.ByteArrayOutputStream; import java.io.ByteArrayOutputStream;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.domain; package org.springframework.security.acls.domain;
import org.junit.Test; import org.junit.Test;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.domain; package org.springframework.security.acls.domain;
import org.junit.Test; import org.junit.Test;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.domain; package org.springframework.security.acls.domain;
import org.junit.Before; import org.junit.Before;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.domain; package org.springframework.security.acls.domain;
import org.springframework.security.acls.model.Permission; import org.springframework.security.acls.model.Permission;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.jdbc; package org.springframework.security.acls.jdbc;
import java.util.Arrays; import java.util.Arrays;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.jdbc; package org.springframework.security.acls.jdbc;
import java.io.Serializable; import java.io.Serializable;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.jdbc; package org.springframework.security.acls.jdbc;
import javax.sql.DataSource; import javax.sql.DataSource;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.jdbc; package org.springframework.security.acls.jdbc;
import org.springframework.core.io.ClassPathResource; import org.springframework.core.io.ClassPathResource;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.jdbc; package org.springframework.security.acls.jdbc;
import java.util.Arrays; import java.util.Arrays;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.jdbc; package org.springframework.security.acls.jdbc;
import java.io.IOException; import java.io.IOException;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.jdbc; package org.springframework.security.acls.jdbc;
import java.io.File; import java.io.File;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.jdbc; package org.springframework.security.acls.jdbc;
import java.util.ArrayList; import java.util.ArrayList;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.jdbc; package org.springframework.security.acls.jdbc;
import java.util.Arrays; import java.util.Arrays;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.jdbc; package org.springframework.security.acls.jdbc;
import java.util.UUID; import java.util.UUID;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.jdbc; package org.springframework.security.acls.jdbc;
import java.util.Map; import java.util.Map;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.sid; package org.springframework.security.acls.sid;
import org.springframework.security.acls.model.Sid; import org.springframework.security.acls.model.Sid;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.sid; package org.springframework.security.acls.sid;
import java.util.List; import java.util.List;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.acls.sid; package org.springframework.security.acls.sid;
import java.util.Collection; import java.util.Collection;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.access.intercept.aspectj.aspect; package org.springframework.security.access.intercept.aspectj.aspect;
import java.util.ArrayList; import java.util.ArrayList;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.cas; package org.springframework.security.cas;
/** /**

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.cas.authentication; package org.springframework.security.cas.authentication;
import java.util.ArrayList; import java.util.ArrayList;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.cas.authentication; package org.springframework.security.cas.authentication;
/** /**

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.cas.authentication; package org.springframework.security.cas.authentication;
import org.apache.commons.logging.Log; import org.apache.commons.logging.Log;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
/** /**
* An {@code AuthenticationProvider} that can process CAS service tickets and proxy * An {@code AuthenticationProvider} that can process CAS service tickets and proxy
* tickets. * tickets.

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
/** /**
* Spring Security support for Jasig's Central Authentication Service * Spring Security support for Jasig's Central Authentication Service
* (<a href="https://www.jasig.org/cas">CAS</a>). * (<a href="https://www.jasig.org/cas">CAS</a>).

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.cas.userdetails; package org.springframework.security.cas.userdetails;
import org.jasig.cas.client.validation.Assertion; import org.jasig.cas.client.validation.Assertion;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.cas.userdetails; package org.springframework.security.cas.userdetails;
import java.util.ArrayList; import java.util.ArrayList;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.cas.web.authentication; package org.springframework.security.cas.web.authentication;
import java.net.MalformedURLException; import java.net.MalformedURLException;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.cas.web.authentication; package org.springframework.security.cas.web.authentication;
import java.io.Serializable; import java.io.Serializable;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.cas.web.authentication; package org.springframework.security.cas.web.authentication;
import java.net.MalformedURLException; import java.net.MalformedURLException;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
/** /**
* Authentication processing mechanisms which respond to the submission of authentication * Authentication processing mechanisms which respond to the submission of authentication
* credentials using CAS. * credentials using CAS.

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
/** /**
* Authenticates standard web browser users via CAS. * Authenticates standard web browser users via CAS.
*/ */

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.cas.authentication; package org.springframework.security.cas.authentication;
import java.util.ArrayList; import java.util.ArrayList;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.cas.authentication; package org.springframework.security.cas.authentication;
import org.junit.Test; import org.junit.Test;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.cas.userdetails; package org.springframework.security.cas.userdetails;
import java.util.Arrays; import java.util.Arrays;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.cas.web.authentication; package org.springframework.security.cas.web.authentication;
import java.util.regex.Pattern; import java.util.regex.Pattern;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.config.annotation.authentication.ldap; package org.springframework.security.config.annotation.authentication.ldap;
import org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder; import org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder;

Some files were not shown because too many files have changed in this diff Show More