public class ServerHttpSecurity.ExceptionHandlingSpec
extends java.lang.ObjectServerHttpSecurity.exceptionHandling()| 修飾子と型 | メソッドと説明 |
|---|---|
ServerHttpSecurity.ExceptionHandlingSpec | accessDeniedHandler(ServerAccessDeniedHandler accessDeniedHandler) 認証されたユーザーが必要な権限を持っていない場合の対処方法を構成します |
ServerHttpSecurity | and() メソッドチェーンが ServerHttpSecurity の構成を続行できるようにします |
ServerHttpSecurity.ExceptionHandlingSpec | authenticationEntryPoint(ServerAuthenticationEntryPoint authenticationEntryPoint) アプリケーションが認証をリクエストしたときに何をするかを構成します |
public ServerHttpSecurity.ExceptionHandlingSpec authenticationEntryPoint(ServerAuthenticationEntryPoint authenticationEntryPoint)
authenticationEntryPoint - 使用するエントリポイント ServerHttpSecurity.ExceptionHandlingSpecpublic ServerHttpSecurity.ExceptionHandlingSpec accessDeniedHandler(ServerAccessDeniedHandler accessDeniedHandler)
accessDeniedHandler - 使用するアクセス拒否ハンドラー ServerHttpSecurity.ExceptionHandlingSpecpublic ServerHttpSecurity and()
ServerHttpSecurity の構成を続行できるようにします ServerHttpSecurity の構成を続行するには