Uses of Class
org.codelibs.fess.app.web.base.login.AzureAdCredential.AzureAdUser
Packages that use AzureAdCredential.AzureAdUser
-
Uses of AzureAdCredential.AzureAdUser in org.codelibs.fess.app.web.base.login
Methods in org.codelibs.fess.app.web.base.login that return AzureAdCredential.AzureAdUserModifier and TypeMethodDescriptionAzureAdCredential.getUser()Gets the Azure AD user associated with this credential. -
Uses of AzureAdCredential.AzureAdUser in org.codelibs.fess.sso.aad
Methods in org.codelibs.fess.sso.aad with parameters of type AzureAdCredential.AzureAdUserModifier and TypeMethodDescriptionAzureAdAuthenticator.getParentGroup(AzureAdCredential.AzureAdUser user, String id) Retrieves parent group information for the specified group ID.protected voidAzureAdAuthenticator.processGroup(AzureAdCredential.AzureAdUser user, List<String> groupList, List<String> roleList, String id) Processes individual group information.protected voidAzureAdAuthenticator.processMemberOf(AzureAdCredential.AzureAdUser user, List<String> groupList, List<String> roleList, String url) Processes member-of information from Microsoft Graph API.protected voidAzureAdAuthenticator.processParentGroup(AzureAdCredential.AzureAdUser user, List<String> groupList, List<String> roleList, String id) Processes parent group information for nested groups.com.microsoft.aad.msal4j.IAuthenticationResultAzureAdAuthenticator.refreshTokenSilently(AzureAdCredential.AzureAdUser user) Attempts to refresh tokens silently using the MSAL4J silent authentication flow.voidAzureAdAuthenticator.updateMemberOf(AzureAdCredential.AzureAdUser user) Updates the user's group and role membership information.