クラス DelegatingMissingAuthorityAccessDeniedHandler.Builder
java.lang.ObjectSE
org.springframework.security.web.access.DelegatingMissingAuthorityAccessDeniedHandler.Builder
権限 / エントリポイントのペアのセットを構成するためのビルダー
- 導入:
- 7.0
メソッドのサマリー
修飾子と型メソッド説明addEntryPointFor(ConsumerSE<DelegatingAuthenticationEntryPoint.Builder> entryPoint, StringSE missingAuthority) 認証されたユーザーに指定されたmissingAuthorityが見つからない場合、このAuthenticationEntryPointを使用しますaddEntryPointFor(AuthenticationEntryPoint entryPoint, StringSE missingAuthority) 認証されたユーザーに指定されたmissingAuthorityが見つからない場合、このAuthenticationEntryPointを使用しますbuild()
メソッドの詳細
addEntryPointFor
public DelegatingMissingAuthorityAccessDeniedHandler.Builder addEntryPointFor(AuthenticationEntryPoint entryPoint, StringSE missingAuthority) 認証されたユーザーに指定されたmissingAuthorityが見つからない場合、このAuthenticationEntryPointを使用します- パラメーター:
entryPoint- 指定された権限のAuthenticationEntryPointmissingAuthority- 権威- 戻り値:
- さらなる構成のための
DelegatingMissingAuthorityAccessDeniedHandler.Builder
addEntryPointFor
public DelegatingMissingAuthorityAccessDeniedHandler.Builder addEntryPointFor(ConsumerSE<DelegatingAuthenticationEntryPoint.Builder> entryPoint, StringSE missingAuthority) 認証されたユーザーに指定されたmissingAuthorityが見つからない場合、このAuthenticationEntryPointを使用します- パラメーター:
entryPoint- 基盤となるDelegatingAuthenticationEntryPointを構成するコンシューマーmissingAuthority- 権威- 戻り値:
- さらなる構成のための
DelegatingMissingAuthorityAccessDeniedHandler.Builder
build