Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 333 for __attribute (0.11 sec)

  1. src/main/java/org/codelibs/fess/app/web/admin/dict/AdminDictAction.java

        public static final String ROLE = "admin-dict";
    
        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        /** The dictionary manager. */
        @Resource
        protected DictionaryManager dictionaryManager;
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 3K bytes
    - Viewed (0)
  2. src/main/java/jcifs/pac/PACDecodingException.java

     * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     */
    package jcifs.pac;
    
    import jcifs.CIFSException;
    
    /**
     * Exception thrown when PAC (Privilege Attribute Certificate) data cannot be decoded.
     * Indicates malformed or invalid PAC structures in Kerberos tickets.
     */
    public class PACDecodingException extends CIFSException {
    
        private static final long serialVersionUID = 1L;
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 2K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsKeyMatch.java

        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        /** boost */
        protected Float boost;
    
        /** createdBy */
        protected String createdBy;
    
        /** createdTime */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 7.4K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsWebConfigCB.java

    public class BsWebConfigCB extends EsAbstractConditionBean {
    
        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        protected BsWebConfigCQ _conditionQuery;
        protected BsWebConfigCA _conditionAggregation;
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 8.4K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/app/web/api/admin/searchlist/ApiAdminSearchlistAction.java

        //                                                                           Attribute
        //                                                                           =========
    
        // ===================================================================================
        // Attribute
        // =========
        /** The search helper for performing search operations. */
        @Resource
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 12.2K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/app/web/RootAction.java

        //
    
        // ===================================================================================
        //                                                                           Attribute
        //
    
        // ===================================================================================
        //                                                                      Search Execute
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 2.3K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/app/web/api/admin/joblog/ApiAdminJoblogAction.java

            super();
        }
    
        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        /** Service for managing job log data */
        @Resource
        private JobLogService jobLogService;
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 5.6K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/app/web/login/LoginAction.java

        private static final String INVALID_OLD_PASSWORD = "LoginAction.invalidOldPassword";
    
        // ===================================================================================
        // Attribute
        //
        @Resource
        private UserService userService;
    
        // ===================================================================================
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 6.8K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/helper/UserInfoHelper.java

     *
     */
    public class UserInfoHelper {
    
        /**
         * Default constructor for UserInfoHelper.
         */
        public UserInfoHelper() {
            // Default constructor
        }
    
        /** The session attribute key for storing user bean information */
        protected static final String USER_BEAN = "lastaflute.action.USER_BEAN.FessUserBean";
    
        /** The maximum size of the result document IDs cache */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 14.9K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/app/web/admin/user/AdminUserAction.java

        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        @Resource
        private UserService userService;
        @Resource
        private RoleService roleService;
        @Resource
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 19.5K bytes
    - Viewed (0)
Back to top