Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for GroupIds (0.04 sec)

  1. impl/maven-core/src/main/java/org/apache/maven/plugin/prefix/internal/DefaultPluginPrefixResolver.java

            // if value is non-null: we allow only plugins that have enlisted artifactId only
            // ---
            // end game is: settings enlisted groupIds are obeying order and are "free for all" (artifactId)
            // while POM enlisted plugins coming from non-enlisted settings groupIds (ie conflict of prefixes)
            // will prevail/win.
            LinkedHashMap<String, Set<String>> candidates = Stream.of(build, management)
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Oct 17 13:14:10 UTC 2025
    - 11.9K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticator.java

         * @param initialRoles The initial role list to be updated.
         * @param groupIds The list of group IDs to lookup parent groups for.
         */
        protected void scheduleParentGroupLookup(final EntraIdUser user, final List<String> initialGroups, final List<String> initialRoles,
                final List<String> groupIds) {
            if (logger.isDebugEnabled()) {
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 56.7K bytes
    - Viewed (0)
Back to top