クラス PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails

java.lang.ObjectSE
org.springframework.security.web.authentication.WebAuthenticationDetails
org.springframework.security.web.authentication.preauth.PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails
実装されたすべてのインターフェース:
SerializableSEGrantedAuthoritiesContainer

public class PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails extends WebAuthenticationDetails implements GrantedAuthoritiesContainer
この WebAuthenticationDetails 実装では、事前認証された認可オーソリティのリストを保存できます。
導入:
2.0
関連事項: