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
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
package org.springframework.security.acls;
import java.lang.reflect.InvocationTargetException;
import java.util.ArrayList;
import java.io.Serializable;
package org.springframework.security.acls.afterinvocation;
import java.util.Collection;
/**
* After-invocation providers for collection and array filtering. Consider using a
* {@code PostFilter} annotation in preference.
package org.springframework.security.acls.domain;
import org.springframework.security.acls.model.Permission;
import org.springframework.security.acls.model.AccessControlEntry;
import java.lang.reflect.Field;
import java.util.List;
import org.springframework.security.acls.model.Sid;
* Basic implementation of access control lists (ACLs) interfaces.
package org.springframework.security.acls.jdbc;
import java.sql.PreparedStatement;
* JDBC-based persistence of ACL information
package org.springframework.security.acls.model;
* Interfaces and shared classes to manage access control lists (ACLs) for domain object
* instances.
* The Spring Security ACL package which implements instance-based security for domain
* objects.
import org.junit.Test;
import java.util.Arrays;
import java.util.Locale;
import java.util.UUID;
import org.junit.After;
import java.io.ByteArrayOutputStream;
import org.junit.Before;
import javax.sql.DataSource;
import org.springframework.core.io.ClassPathResource;
import java.io.IOException;
import java.io.File;
import java.util.Map;
package org.springframework.security.acls.sid;
package org.springframework.security.access.intercept.aspectj.aspect;
package org.springframework.security.cas;
package org.springframework.security.cas.authentication;
import org.apache.commons.logging.Log;
* An {@code AuthenticationProvider} that can process CAS service tickets and proxy
* tickets.
* Spring Security support for Jasig's Central Authentication Service
* (<a href="https://www.jasig.org/cas">CAS</a>).
package org.springframework.security.cas.userdetails;
import org.jasig.cas.client.validation.Assertion;
package org.springframework.security.cas.web.authentication;
import java.net.MalformedURLException;
* Authentication processing mechanisms which respond to the submission of authentication
* credentials using CAS.
* Authenticates standard web browser users via CAS.
import java.util.regex.Pattern;
package org.springframework.security.config.annotation.authentication.ldap;
import org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder;