Class BasicAuthEntryPoint
java.lang.Object
uk.ac.manchester.spinnaker.alloc.security.BasicAuthEntryPoint
- All Implemented Interfaces:
- AuthenticationEntryPoint
Implements basic and bearer auth challenge presentation.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidcommence(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, AuthenticationException authEx) 
- 
Constructor Details- 
BasicAuthEntryPointpublic BasicAuthEntryPoint()
 
- 
- 
Method Details- 
commencepublic void commence(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, AuthenticationException authEx) throws IOException - Specified by:
- commencein interface- AuthenticationEntryPoint
- Throws:
- IOException
 
 
-