Class HttpServletRequestXMLMessageDecodersMap

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Map<org.springframework.http.HttpMethod,​org.opensaml.messaging.decoder.servlet.BaseHttpServletRequestXMLMessageDecoder>

    public class HttpServletRequestXMLMessageDecodersMap
    extends java.util.EnumMap<org.springframework.http.HttpMethod,​org.opensaml.messaging.decoder.servlet.BaseHttpServletRequestXMLMessageDecoder>
    Since:
    6.1.0
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.util.AbstractMap

        java.util.AbstractMap.SimpleEntry<K extends java.lang.Object,​V extends java.lang.Object>, java.util.AbstractMap.SimpleImmutableEntry<K extends java.lang.Object,​V extends java.lang.Object>
      • Nested classes/interfaces inherited from interface java.util.Map

        java.util.Map.Entry<K extends java.lang.Object,​V extends java.lang.Object>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.opensaml.messaging.decoder.servlet.BaseHttpServletRequestXMLMessageDecoder getInstance​(org.springframework.http.HttpMethod method)
      Gets a cloned instance of the decoder.
      • Methods inherited from class java.util.EnumMap

        clear, clone, containsKey, containsValue, entrySet, equals, get, hashCode, keySet, put, putAll, remove, size, values
      • Methods inherited from class java.util.AbstractMap

        isEmpty, toString
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Map

        compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
    • Constructor Detail

      • HttpServletRequestXMLMessageDecodersMap

        public HttpServletRequestXMLMessageDecodersMap​(java.lang.Class<org.springframework.http.HttpMethod> keyType)
    • Method Detail

      • getInstance

        public org.opensaml.messaging.decoder.servlet.BaseHttpServletRequestXMLMessageDecoder getInstance​(org.springframework.http.HttpMethod method)
        Gets a cloned instance of the decoder. Decoders are initialized once at configuration and then re-created on demand so they can initialized via OpenSAML again for new incoming requests.
        Parameters:
        method - the method
        Returns:
        the instance