Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 635 for uker (0.01 sec)

  1. src/test/java/org/codelibs/fess/ldap/LdapUserTest.java

        }
    
        public void test_constructor() {
            // Test constructor initializes fields correctly
            LdapUser user = new LdapUser(testEnv, "username");
            assertEquals("username", user.getName());
            assertSame(testEnv, user.getEnvironment());
            assertNull(user.permissions);
        }
    
        public void test_getName() {
            // Test getName returns the correct name
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 16.6K bytes
    - Viewed (0)
  2. dbflute_fess/dfprop/replaceSchemaMap.dfprop

        #  You can set additional users.
        #  Elements of this map are as below:
        #   o key of map: User Definition Name (userDefName)
        #   o url: (NotRequired - Default same as one of main schema)
        #   o schema: (NotRequired - Default treated as no schema setting)
        #   o user: (Required)
        #   o password: password plainly or path to password file (with default password)
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 31 23:35:14 UTC 2015
    - 9.3K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/app/web/base/login/SamlCredential.java

             */
            protected String[] permissions;
    
            /**
             * The name ID of the user.
             */
            protected String nameId;
    
            /**
             * The session index of the user.
             */
            protected String sessionIndex;
    
            /**
             * The name ID format of the user.
             */
            protected String nameIdFormat;
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 8.4K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/app/web/logout/LogoutAction.java

        /**
         * Handles user logout and redirects to the login page.
         *
         * @return the HTML response after logout
         */
        @Execute
        public HtmlResponse index() {
            final OptionalThing<FessUserBean> userBean = getUserBean();
            activityHelper.logout(userBean);
            final String redirectUrl = userBean.map(user -> ComponentUtil.getSsoManager().logout(user)).orElse(null);
            fessLoginAssist.logout();
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 2.8K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/app/web/base/FessLoginAction.java

        }
    
        /**
         * Redirects an authenticated user to the appropriate admin interface based on their roles.
         * Users with admin roles are redirected to the dashboard, while other users are redirected
         * to their designated admin action class or to the root if no specific action is available.
         *
         * @param user the authenticated user bean containing role information
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 2.6K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/opensearch/user/bsbhv/BsRoleBhv.java

     */
    package org.codelibs.fess.opensearch.user.bsbhv;
    
    import java.util.List;
    import java.util.Map;
    
    import org.codelibs.fess.opensearch.user.allcommon.EsAbstractBehavior;
    import org.codelibs.fess.opensearch.user.allcommon.EsAbstractEntity.RequestOptionCall;
    import org.codelibs.fess.opensearch.user.bsentity.dbmeta.RoleDbm;
    import org.codelibs.fess.opensearch.user.cbean.RoleCB;
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 8.8K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/opensearch/user/cbean/bs/BsRoleCB.java

     */
    package org.codelibs.fess.opensearch.user.cbean.bs;
    
    import java.util.ArrayList;
    import java.util.List;
    import java.util.Map;
    
    import org.codelibs.fess.opensearch.user.allcommon.EsAbstractConditionBean;
    import org.codelibs.fess.opensearch.user.bsentity.dbmeta.RoleDbm;
    import org.codelibs.fess.opensearch.user.cbean.RoleCB;
    import org.codelibs.fess.opensearch.user.cbean.ca.RoleCA;
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 6.3K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/app/service/FavoriteLogService.java

         * This method filters the input URL list to return only those URLs that the specified user
         * has marked as favorites.
         *
         * @param userCode the unique code identifying the user
         * @param urlList the list of URLs to check against the user's favorites
         * @return a list of URLs from the input list that are in the user's favorites, or an empty list if the user is not found or has no matching favorites
         */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/sso/spnego/SpnegoAuthenticator.java

            }
    
        }
    
        /**
         * Resolves the SPNEGO credential to a user entity.
         *
         * This method handles the resolution of SPNEGO credentials by checking
         * if the user is an admin user or needs to be authenticated through LDAP.
         *
         * @param resolver The credential resolver to use for user lookup
         */
        @Override
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 17.2K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/opensearch/user/exbhv/GroupBhv.java

     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.opensearch.user.exbhv;
    
    import java.util.Map;
    import java.util.regex.Pattern;
    import java.util.stream.Collectors;
    
    import org.codelibs.core.misc.Pair;
    import org.codelibs.fess.opensearch.user.bsbhv.BsGroupBhv;
    import org.codelibs.fess.opensearch.user.exentity.Group;
    import org.codelibs.fess.util.ComponentUtil;
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 2.3K bytes
    - Viewed (0)
Back to top