- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for updateMemberOf (0.62 sec)
-
src/main/java/org/codelibs/fess/app/web/base/login/AzureAdCredential.java
this.authResult = authResult; final AzureAdAuthenticator authenticator = ComponentUtil.getComponent(AzureAdAuthenticator.class); authenticator.updateMemberOf(this); } @Override public String getName() { return authResult.account().username(); } @Override public String[] getRoleNames() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 28 09:13:08 UTC 2025 - 7.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/aad/AzureAdAuthenticator.java
} /** * Updates the user's group and role membership information. * @param user The Azure AD user to update. */ public void updateMemberOf(final AzureAdUser user) { final List<String> groupList = new ArrayList<>(); final List<String> roleList = new ArrayList<>(); groupList.addAll(getDefaultGroupList());
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 28 09:13:08 UTC 2025 - 37.3K bytes - Viewed (0)