- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for response_type (0.05 sec)
-
src/main/java/org/codelibs/fess/sso/aad/AzureAdAuthenticator.java
final String authUrl; if (useV2Endpoint) { // v2.0 endpoint with MSAL4J (recommended) authUrl = getAuthority() + getTenant() + "/oauth2/v2.0/authorize?response_type=code&scope=https://graph.microsoft.com/.default&response_mode=form_post&redirect_uri=" + URLEncoder.encode(getReplyUrl(request), Constants.UTF_8_CHARSET) + "&client_id=" + getClientId() + "&state=" + state
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 28 09:13:08 UTC 2025 - 37.3K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/ioctl/Smb2IoctlResponse.java
* * @param <T> the type of the decoded response data * @param responseType the class of the expected response type * @return decoded data * @throws SmbException if decoding fails or the response type is incompatible */ @SuppressWarnings("unchecked") public <T extends Decodable> T getOutputData(final Class<T> responseType) throws SmbException { final Decodable out = getOutputData();
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 8.9K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/sso/SsoAuthenticatorTest.java
this.lastResolver = resolver; this.resolverCalled = true; } @Override public ActionResponse getResponse(SsoResponseType responseType) { return responseMap.get(responseType); } @Override public String logout(FessUserBean userBean) { this.lastLogoutUser = userBean; return logoutUrl; } }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 11K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/sso/SsoManagerTest.java
public void resolveCredential(LoginCredentialResolver resolver) { // Not used in these tests } @Override public ActionResponse getResponse(SsoResponseType responseType) { return actionResponse; } @Override public String logout(FessUserBean user) { return logoutUrl; } }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 13.9K bytes - Viewed (0)