Class BasicAuthEntryPoint
java.lang.Object
uk.ac.manchester.spinnaker.alloc.security.BasicAuthEntryPoint
- All Implemented Interfaces:
AuthenticationEntryPoint
Implements basic and bearer auth challenge presentation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
commence
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, AuthenticationException authEx)
-
Constructor Details
-
BasicAuthEntryPoint
public BasicAuthEntryPoint()
-
-
Method Details
-
commence
public void commence(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, AuthenticationException authEx) throws IOException - Specified by:
commence
in interfaceAuthenticationEntryPoint
- Throws:
IOException
-