Class URIFederationResponse

  • All Implemented Interfaces:
    Serializable

    public class URIFederationResponse
    extends Response
    Author:
    Lev Bornovalov Class used by the Apache Reverse Proxy to digest the result of URI Federation. Be careful when changing this class, as it may have unexpected consequences on the Proxy (which is written in C)
    See Also:
    Serialized Form
    • Constructor Detail

      • URIFederationResponse

        public URIFederationResponse()
    • Method Detail

      • addErrorMapping

        public void addErrorMapping​(int code,
                                    String redirectURL)
      • addAuthLevelForRule

        public void addAuthLevelForRule​(String ruleId,
                                        String authLevelId)