Package-level declarations
Types
Link copied to clipboard
class AuthorizationEndpointErrorResponseHandler(jsonMapper: JsonMapper) : AuthenticationFailureHandler
授权端点失败响应处理器
Link copied to clipboard
授权端点成功响应处理器
Link copied to clipboard
class OAuth2AccessTokenApiResultResponseAuthenticationSuccessHandler @JvmOverloads constructor(authenticationLogRecorder: AuthenticationLogRecorder? = AuthenticationLogRecorder.noop(), authorizationService: OAuth2AuthorizationService? = null, oauth2Properties: Oauth2Properties? = null, jsonMapper: JsonMapper) : AuthenticationSuccessHandler
OAuth2 访问令牌成功响应处理器
Link copied to clipboard
class OAuth2ErrorApiResultAuthenticationFailureHandler @JvmOverloads constructor(authenticationLogRecorder: AuthenticationLogRecorder? = AuthenticationLogRecorder.noop(), oauth2Properties: Oauth2Properties? = null, jsonMapper: JsonMapper) : AuthenticationFailureHandler
OAuth2 认证失败处理器