avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-oauth2-common
/
io.github.lishangbu.avalon.oauth2.common.web.authentication
/
DefaultAuthenticationEntryPoint
Default
Authentication
Entry
Point
class
DefaultAuthenticationEntryPoint
(
jsonMapper
:
JsonMapper
)
:
AuthenticationEntryPoint
未认证请求入口处理器
将未认证或认证失败请求转换为统一的 JSON 错误响应
Members
Constructors
Default
Authentication
Entry
Point
Link copied to clipboard
constructor
(
jsonMapper
:
JsonMapper
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
commence
Link copied to clipboard
open
override
fun
commence
(
request
:
HttpServletRequest
,
response
:
HttpServletResponse
,
authException
:
AuthenticationException
)
将认证异常写入 401 响应