Class JNDIRealm.JNDIConnection

  • Enclosing class:
    JNDIRealm

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

      Fields 
      Modifier and Type Field Description
      javax.naming.directory.DirContext context
      The directory context linking us to our directory server.
      java.text.MessageFormat roleBaseFormat
      The MessageFormat object associated with the current roleBase.
      java.text.MessageFormat roleFormat
      The MessageFormat object associated with the current roleSearch.
      java.text.MessageFormat[] userPatternFormatArray
      An array of MessageFormat objects associated with the current userPatternArray.
      java.text.MessageFormat userSearchFormat
      The MessageFormat object associated with the current userSearch.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected JNDIConnection()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • userSearchFormat

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

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

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

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

        public javax.naming.directory.DirContext context
        The directory context linking us to our directory server.
    • Constructor Detail

      • JNDIConnection

        protected JNDIConnection()