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