Class JNDIRealm.JNDIConnection

java.lang.Object
org.apache.catalina.realm.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 Details

    • userSearchFormat

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

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

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

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

      public DirContext context
      The directory context linking us to our directory server.
  • Constructor Details

    • JNDIConnection

      protected JNDIConnection()