Uses of Class
org.codelibs.fess.app.web.base.login.EntraIdCredential.EntraIdUser
Packages that use EntraIdCredential.EntraIdUser
-
Uses of EntraIdCredential.EntraIdUser in org.codelibs.fess.app.web.base.login
Methods in org.codelibs.fess.app.web.base.login that return EntraIdCredential.EntraIdUserModifier and TypeMethodDescriptionEntraIdCredential.getUser()Gets the Entra ID user associated with this credential. -
Uses of EntraIdCredential.EntraIdUser in org.codelibs.fess.sso.entraid
Methods in org.codelibs.fess.sso.entraid with parameters of type EntraIdCredential.EntraIdUserModifier and TypeMethodDescriptionEntraIdAuthenticator.getParentGroup(EntraIdCredential.EntraIdUser user, String id) Retrieves parent group information for the specified group ID.EntraIdAuthenticator.getParentGroup(EntraIdCredential.EntraIdUser user, String id, int depth) Retrieves parent group information for the specified group ID with depth tracking.protected voidEntraIdAuthenticator.processDirectMemberOf(EntraIdCredential.EntraIdUser user, List<String> groupList, List<String> roleList, List<String> groupIdsForParentLookup, String url) Processes direct member-of information from Microsoft Graph API without parent group lookup.protected voidEntraIdAuthenticator.processGroup(EntraIdCredential.EntraIdUser user, List<String> groupList, List<String> roleList, String id) Processes individual group information.protected voidEntraIdAuthenticator.processMemberOf(EntraIdCredential.EntraIdUser user, List<String> groupList, List<String> roleList, String url) Processes member-of information from Microsoft Graph API.protected voidEntraIdAuthenticator.processParentGroup(EntraIdCredential.EntraIdUser user, List<String> groupList, List<String> roleList, String id) Processes parent group information for nested groups.protected voidEntraIdAuthenticator.processParentGroup(EntraIdCredential.EntraIdUser user, List<String> groupList, List<String> roleList, String id, int depth) Processes parent group information for nested groups with depth tracking.com.microsoft.aad.msal4j.IAuthenticationResultEntraIdAuthenticator.refreshTokenSilently(EntraIdCredential.EntraIdUser user) Attempts to refresh tokens silently using the MSAL4J silent authentication flow.protected voidEntraIdAuthenticator.scheduleParentGroupLookup(EntraIdCredential.EntraIdUser user, List<String> initialGroups, List<String> initialRoles, List<String> groupIds) Schedules asynchronous parent group lookup using TimeoutManager.voidEntraIdAuthenticator.updateMemberOf(EntraIdCredential.EntraIdUser user) Updates the user's group and role membership information with lazy loading for parent groups.