クラス MessageSecurityExpressionRoot

    • フィールドの詳細

      • message

        public final org.springframework.messaging.Message<?> message
    • コンストラクターの詳細

      • MessageSecurityExpressionRoot

        public MessageSecurityExpressionRoot​(Authentication authentication,
                                             org.springframework.messaging.Message<?> message)
      • MessageSecurityExpressionRoot

        public MessageSecurityExpressionRoot​(java.util.function.Supplier<Authentication> authentication,
                                             org.springframework.messaging.Message<?> message)
        Authentication および Message の指定された Supplier のインスタンスを作成します。
        パラメーター:
        authentication - 使用する Authentication の Supplier 
        message - 使用する Message 
        導入:
        5.8