Class DefaultAttributeValueEscaper

  • All Implemented Interfaces:
    AttributeValueEscaper

    public class DefaultAttributeValueEscaper
    extends java.lang.Object
    implements AttributeValueEscaper
    Escapes an attribute value per RFC 4514 section 2.4.
    Author:
    Middleware Services
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String escape​(java.lang.String value)
      Escapes the supplied attribute value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultAttributeValueEscaper

        public DefaultAttributeValueEscaper()
    • Method Detail

      • escape

        public java.lang.String escape​(java.lang.String value)
        Description copied from interface: AttributeValueEscaper
        Escapes the supplied attribute value.
        Specified by:
        escape in interface AttributeValueEscaper
        Parameters:
        value - to escape
        Returns:
        escaped value