クラス AuthorizationContext


  • public class AuthorizationContext
    extends java.lang.Object
    導入:
    5.0
    • コンストラクターのサマリー

      コンストラクター  
      コンストラクター 説明
      AuthorizationContext​(org.springframework.web.server.ServerWebExchange exchange)
      AuthorizationContext​(org.springframework.web.server.ServerWebExchange exchange, java.util.Map<java.lang.String,​java.lang.Object> variables)
    • メソッドのサマリー

      すべてのメソッド   インスタンスメソッド   具象メソッド  
      修飾子と型 メソッド 説明
      org.springframework.web.server.ServerWebExchangegetExchange()
      java.util.Map<java.lang.String,​java.lang.Object>getVariables()
      • クラス java.lang.Object から継承されたメソッド

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • コンストラクターの詳細

      • AuthorizationContext

        public AuthorizationContext​(org.springframework.web.server.ServerWebExchange exchange)
      • AuthorizationContext

        public AuthorizationContext​(org.springframework.web.server.ServerWebExchange exchange,
                                    java.util.Map<java.lang.String,​java.lang.Object> variables)
    • メソッドの詳細

      • getExchange

        public org.springframework.web.server.ServerWebExchange getExchange()
      • getVariables

        public java.util.Map<java.lang.String,​java.lang.Object> getVariables()