Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for roleHint (0.04 seconds)

  1. compat/maven-compat/src/test/java/org/apache/maven/repository/legacy/resolver/conflict/AbstractConflictResolverTest.java

        protected Artifact b1;
    
        private final String roleHint;
    
        @Inject
        private ArtifactFactory artifactFactory;
    
        private ConflictResolver conflictResolver;
    
        @Inject
        protected PlexusContainer container;
    
        // constructors -----------------------------------------------------------
    
        public AbstractConflictResolverTest(String roleHint) throws Exception {
            this.roleHint = roleHint;
        }
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Mon Mar 09 14:29:03 GMT 2026
    - 4.2K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticator.java

         * @param groupList The list to add group names to.
         * @param roleList The list to add role names to.
         * @param id The group ID to process.
         */
        protected void processParentGroup(final EntraIdUser user, final List<String> groupList, final List<String> roleList, final String id) {
            processParentGroup(user, groupList, roleList, id, 0);
        }
    
        /**
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 08:03:27 GMT 2026
    - 56.8K bytes
    - Click Count (0)
Back to Top