Skip to content

Commit

Permalink
Fix formatting in EE10AppEngineAuthentication.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ludoch authored Apr 30, 2024
1 parent 1ae296c commit 8ac8467
Showing 1 changed file with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
import jakarta.servlet.ServletRequest;
import jakarta.servlet.http.HttpServletRequest;
import jakarta.servlet.http.HttpServletResponse;
import java.io.IOException;
import java.security.Principal;
import java.util.Arrays;
import java.util.HashSet;
import java.util.function.Function;
import javax.security.auth.Subject;
import org.eclipse.jetty.ee10.servlet.ServletContextRequest;
import org.eclipse.jetty.ee10.servlet.security.ConstraintSecurityHandler;
import org.eclipse.jetty.security.AuthenticationState;
Expand All @@ -40,13 +46,6 @@
import org.eclipse.jetty.server.Session;
import org.eclipse.jetty.util.Callback;

import javax.security.auth.Subject;
import java.io.IOException;
import java.security.Principal;
import java.util.Arrays;
import java.util.HashSet;
import java.util.function.Function;

/**
* {@code AppEngineAuthentication} is a utility class that can configure a Jetty {@link
* SecurityHandler} to integrate with the App Engine authentication model.
Expand Down

0 comments on commit 8ac8467

Please sign in to comment.