Class AbstractPropertiesFactory

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CACHE_ID
      Cache ID option used on the JAAS config.
      protected org.slf4j.Logger logger
      Logger for this class.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      protected static java.util.Properties createProperties​(java.util.Map<java.lang.String,​?> options)
      Returns context specific properties based on the supplied JAAS options.
      • Methods inherited from class java.lang.Object

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

      • CACHE_ID

        public static final java.lang.String CACHE_ID
        Cache ID option used on the JAAS config.
        See Also:
        Constant Field Values
      • logger

        protected final org.slf4j.Logger logger
        Logger for this class.
    • Constructor Detail

      • AbstractPropertiesFactory

        public AbstractPropertiesFactory()
    • Method Detail

      • createProperties

        protected static java.util.Properties createProperties​(java.util.Map<java.lang.String,​?> options)
        Returns context specific properties based on the supplied JAAS options.
        Parameters:
        options - to read properties from
        Returns:
        properties