- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 44 for contra (0.05 sec)
-
src/main/java/org/codelibs/fess/sso/SsoManager.java
import org.lastaflute.web.response.ActionResponse; /** * Manager class for coordinating SSO (Single Sign-On) authentication operations. * * This class serves as the central coordinator for SSO authentication in Fess. * It manages registered SSO authenticators, determines when SSO is available, * and delegates authentication operations to the appropriate SSO provider based
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 5.3K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/general/admin_general.jsp
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 42.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/base/login/EntraIdCredential.java
return "{" + authResult.account().username() + "}"; } /** * Gets the Entra ID user associated with this credential. * @return The Entra ID user instance. */ public EntraIdUser getUser() { return new EntraIdUser(authResult); } /** * Entra ID user implementation providing user information and permissions. */
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 7.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/ViewHelper.java
} /** * Constructs a localized page path with language and country. * * @param page the page name * @param lang the language code * @param country the country code * @return the localized page path */ private String getLocalizedPagePath(final String page, final String lang, final String country) { final StringBuilder buf = new StringBuilder(100);Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 52.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticator.java
} // New configuration keys for Entra ID /** Configuration key for Entra ID state time-to-live. */ protected static final String ENTRAID_STATE_TTL = "entraid.state.ttl"; /** Configuration key for Entra ID authority URL. */ protected static final String ENTRAID_AUTHORITY = "entraid.authority"; /** Configuration key for Entra ID tenant ID. */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 56.7K bytes - Viewed (0) -
pom.xml
</goals> </execution> </executions> </plugin> <plugin> <groupId>org.sonatype.central</groupId> <artifactId>central-publishing-maven-plugin</artifactId> <version>0.7.0</version> <extensions>true</extensions> <configuration> <publishingServerId>central</publishingServerId> </configuration> </plugin> </plugins> </build> <dependencies> <dependency>
Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Sat Dec 20 04:15:34 UTC 2025 - 4.9K bytes - Viewed (0) -
pom.xml
</configuration> </execution> </executions> </plugin> </plugins> </pluginManagement> </build> <repositories> <repository> <id>snapshots.central.sonatype.com</id> <url>https://central.sonatype.com/repository/maven-snapshots</url> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> </repository>
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sat Dec 20 06:34:36 UTC 2025 - 2.8K bytes - Viewed (0) -
pom.xml
</goals> </execution> </executions> </plugin> <plugin> <groupId>org.sonatype.central</groupId> <artifactId>central-publishing-maven-plugin</artifactId> <version>0.7.0</version> <extensions>true</extensions> <configuration> <publishingServerId>central</publishingServerId> </configuration> </plugin> </plugins> </build> <dependencies> <dependency>
Registered: Sat Dec 20 09:13:53 UTC 2025 - Last Modified: Sat Dec 20 04:17:15 UTC 2025 - 4.7K bytes - Viewed (0) -
src/main/resources/fess_label_pt_BR.properties
labels.advance=Pesquisa avançada labels.advance_search_title=Pesquisa avançada labels.advance_search_must_queries=Contém todas as palavras labels.advance_search_phrase_query=Correspondência exata da frase labels.advance_search_should_queries=Contém qualquer uma das palavras labels.advance_search_not_queries=Não contém as palavras labels.advance_search_filetype=Formato do arquivo labels.advance_search_filetype_default=Todos os formatos
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 48.7K bytes - Viewed (0) -
CLAUDE.md
# Generate Javadoc mvn javadoc:javadoc # Generate test coverage report mvn jacoco:report ``` ### Release Process ```bash # Sign artifacts (for releases) mvn verify # Deploy to Maven Central via Sonatype Central Portal mvn deploy ``` ## Architecture ### Core Components
Registered: Sat Dec 20 09:13:53 UTC 2025 - Last Modified: Mon Nov 24 03:10:07 UTC 2025 - 3.2K bytes - Viewed (0)