Class LDAPServerFilter

  • All Implemented Interfaces:
    org.glassfish.grizzly.filterchain.Filter

    public final class LDAPServerFilter
    extends org.glassfish.grizzly.filterchain.BaseFilter
    Grizzly filter implementation for decoding LDAP requests and handling server side logic for SSL and SASL operations over LDAP.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.glassfish.grizzly.filterchain.NextAction handleAccept​(org.glassfish.grizzly.filterchain.FilterChainContext ctx)  
      • Methods inherited from class org.glassfish.grizzly.filterchain.BaseFilter

        createContext, exceptionOccurred, handleClose, handleConnect, handleEvent, handleRead, handleWrite, onAdded, onFilterChainChanged, onRemoved, toString
    • Method Detail

      • handleAccept

        public org.glassfish.grizzly.filterchain.NextAction handleAccept​(org.glassfish.grizzly.filterchain.FilterChainContext ctx)
                                                                  throws IOException
        Specified by:
        handleAccept in interface org.glassfish.grizzly.filterchain.Filter
        Overrides:
        handleAccept in class org.glassfish.grizzly.filterchain.BaseFilter
        Throws:
        IOException