Class AuthorizationContext


  • public class AuthorizationContext
    extends java.lang.Object
    Since:
    5.0
    • Constructor Summary

      Constructors 
      Constructor Description
      AuthorizationContext​(org.springframework.web.server.ServerWebExchange exchange)  
      AuthorizationContext​(org.springframework.web.server.ServerWebExchange exchange, java.util.Map<java.lang.String,​java.lang.Object> variables)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.web.server.ServerWebExchange getExchange()  
      java.util.Map<java.lang.String,​java.lang.Object> getVariables()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • 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)
    • Method Detail

      • getExchange

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

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