Package-level declarations

Types

class AuthorizationEndpointErrorResponseHandler(jsonMapper: JsonMapper) : AuthenticationFailureHandler

授权端点失败响应处理器

Link copied to clipboard
class AuthorizationEndpointResponseHandler : AuthenticationSuccessHandler

授权端点成功响应处理器

class OAuth2AccessTokenApiResultResponseAuthenticationSuccessHandler @JvmOverloads constructor(authenticationLogRecorder: AuthenticationLogRecorder? = AuthenticationLogRecorder.noop(), authorizationService: OAuth2AuthorizationService? = null, oauth2Properties: Oauth2Properties? = null, jsonMapper: JsonMapper) : AuthenticationSuccessHandler

OAuth2 访问令牌成功响应处理器

class OAuth2ErrorApiResultAuthenticationFailureHandler @JvmOverloads constructor(authenticationLogRecorder: AuthenticationLogRecorder? = AuthenticationLogRecorder.noop(), oauth2Properties: Oauth2Properties? = null, jsonMapper: JsonMapper) : AuthenticationFailureHandler

OAuth2 认证失败处理器