Class AuthorizationConfig


  • public class AuthorizationConfig
    extends Object
    Configuration object for the Authorization policy.
    • Constructor Detail

      • AuthorizationConfig

        public AuthorizationConfig()
        Constructor.
    • Method Detail

      • setRules

        public void setRules​(List<AuthorizationRule> rules)
        Parameters:
        rules - the rules to set
      • getRequestUnmatched

        public UnmatchedRequestType getRequestUnmatched()
        Returns:
        the requestUnmatched
      • setRequestUnmatched

        public void setRequestUnmatched​(UnmatchedRequestType requestUnmatched)
        Parameters:
        requestUnmatched - the requestUnmatched to set
      • setMultiMatch

        public void setMultiMatch​(MultipleMatchType multiMatch)
        Parameters:
        multiMatch - the multiMatch to set