クラス PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails
java.lang.ObjectSE
org.springframework.security.web.authentication.WebAuthenticationDetails
org.springframework.security.web.authentication.preauth.PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails
- 実装されているすべてのインターフェース:
SerializableSE,GrantedAuthoritiesContainer
public class PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails
extends WebAuthenticationDetails
implements GrantedAuthoritiesContainer
この WebAuthenticationDetails 実装では、事前認証された認可オーソリティのリストを保存できます。
- 導入:
- 2.0
- 関連事項:
コンストラクターの概要
コンストラクターコンストラクター説明PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails(jakarta.servlet.http.HttpServletRequest request, CollectionSE<? extends GrantedAuthority> authorities) 方法の概要
クラス org.springframework.security.web.authentication.WebAuthenticationDetails から継承されたメソッド
equals, getRemoteAddress, getSessionId, hashCode
コンストラクターの詳細
PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails
public PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails(jakarta.servlet.http.HttpServletRequest request, CollectionSE<? extends GrantedAuthority> authorities)
メソッドの詳細
getGrantedAuthorities
- 次で指定:
- インターフェース
GrantedAuthoritiesContainerのgetGrantedAuthorities
toString
- オーバーライド:
- クラス
WebAuthenticationDetailsのtoString