Class ConfigDomainParser

  • All Implemented Interfaces:
    ConfigParser

    public class ConfigDomainParser
    extends Object
    implements ConfigParser
    Parser for message-security-config in domain.xml
    • Method Detail

      • getConfigMap

        public Map<String,​GFServerConfigProvider.InterceptEntry> getConfigMap()
        Description copied from interface: ConfigParser
        Get the module configuration information. The information is returned as a HashMap.

        The key is an intercept:

        • SOAP
        • HttpServlet

        The value is a AuthConfigImpl.InterceptEntry, which contains:

        • default provider ID
        • default type (client or server)
        • HashMap, where key = provider ID value = BaseAuthConfigImpl.IDEntry

        An IDEntry contains:

        • type (client or server)
        • moduleClassName
        • default requestPolicy
        • default responsePolicy
        • options
        Specified by:
        getConfigMap in interface ConfigParser