Class AuthorizationContext

java.lang.Object
org.springframework.security.web.server.authorization.AuthorizationContext

public class AuthorizationContext extends Object
Since:
5.0
  • Constructor Details

    • AuthorizationContext

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

      public AuthorizationContext(org.springframework.web.server.ServerWebExchange exchange, Map<String,Object> variables)
  • Method Details

    • getExchange

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

      public Map<String,Object> getVariables()