Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for BsFileAuthenticationCA (0.11 sec)

  1. src/main/java/org/codelibs/fess/es/config/cbean/bs/BsFileAuthenticationCB.java

        //                                                                         ===========
        public BsFileAuthenticationCA aggregation() {
            assertAggregationPurpose();
            return doGetConditionAggregation();
        }
    
        protected BsFileAuthenticationCA doGetConditionAggregation() {
            if (_conditionAggregation == null) {
                _conditionAggregation = createLocalCA();
            }
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/config/cbean/ca/FileAuthenticationCA.java

     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.es.config.cbean.ca;
    
    import org.codelibs.fess.es.config.cbean.ca.bs.BsFileAuthenticationCA;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class FileAuthenticationCA extends BsFileAuthenticationCA {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 852 bytes
    - Viewed (0)
Back to top