Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for WebAuthenticationCB (0.29 sec)

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

     */
    package org.codelibs.fess.es.config.cbean;
    
    import org.codelibs.fess.es.config.cbean.bs.BsWebAuthenticationCB;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class WebAuthenticationCB extends BsWebAuthenticationCB {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 843 bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/config/cbean/bs/BsWebAuthenticationCB.java

        //                                                                         ===========
        public WebAuthenticationCB acceptPK(String id) {
            assertObjectNotNull("id", id);
            BsWebAuthenticationCB cb = this;
            cb.query().docMeta().setId_Equal(id);
            return (WebAuthenticationCB) this;
        }
    
        @Override
        public void acceptPrimaryKeyMap(Map<String, ? extends Object> primaryKeyMap) {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/app/service/WebAuthenticationService.java

    import javax.annotation.Resource;
    
    import org.codelibs.core.beans.util.BeanUtil;
    import org.codelibs.fess.Constants;
    import org.codelibs.fess.app.pager.WebAuthPager;
    import org.codelibs.fess.es.config.cbean.WebAuthenticationCB;
    import org.codelibs.fess.es.config.exbhv.WebAuthenticationBhv;
    import org.codelibs.fess.es.config.exentity.WebAuthentication;
    import org.codelibs.fess.mylasta.direction.FessConfig;
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 3.5K bytes
    - Viewed (0)
Back to top