クラス AllRequiredFactorsAuthorizationManager<T>

java.lang.ObjectSE
org.springframework.security.authorization.AllRequiredFactorsAuthorizationManager<T>
実装済みのインターフェース一覧:
AuthorizationManager<T>

public final class AllRequiredFactorsAuthorizationManager<T> extends ObjectSE implements AuthorizationManager<T>
Authentication に各 RequiredFactor の有効期限が切れていない FactorGrantedAuthority が含まれているかどうかを評価することによって、現在のユーザーが承認されているかどうかを判断する AuthorizationManager
導入:
7.0
関連事項: