Class JNDIRealm.JNDIConnection

  • Enclosing class:
    JNDIRealm

    protected static class JNDIRealm.JNDIConnection
    extends Object
    Class holding the connection to the directory plus the associated non thread safe message formats.
    • Field Detail

      • userSearchFormat

        protected MessageFormat userSearchFormat
        The MessageFormat object associated with the current userSearch.
      • userPatternFormatArray

        protected MessageFormat[] userPatternFormatArray
        An array of MessageFormat objects associated with the current userPatternArray.
      • roleBaseFormat

        protected MessageFormat roleBaseFormat
        The MessageFormat object associated with the current roleBase.
      • roleFormat

        protected MessageFormat roleFormat
        The MessageFormat object associated with the current roleSearch.
      • context

        protected DirContext context
        The directory context linking us to our directory server.
    • Constructor Detail

      • JNDIConnection

        protected JNDIConnection()