Uses of Class
org.codelibs.fess.app.web.base.login.AzureAdCredential.AzureAdUser
-
Packages that use AzureAdCredential.AzureAdUser Package Description org.codelibs.fess.app.web.base.login org.codelibs.fess.sso.aad -
-
Uses of AzureAdCredential.AzureAdUser in org.codelibs.fess.app.web.base.login
Methods in org.codelibs.fess.app.web.base.login that return AzureAdCredential.AzureAdUser Modifier and Type Method Description AzureAdCredential.AzureAdUserAzureAdCredential. getUser() -
Uses of AzureAdCredential.AzureAdUser in org.codelibs.fess.sso.aad
Methods in org.codelibs.fess.sso.aad with parameters of type AzureAdCredential.AzureAdUser Modifier and Type Method Description protected org.codelibs.core.misc.Pair<String[],String[]>AzureAdAuthenticator. getParentGroup(AzureAdCredential.AzureAdUser user, String id)protected voidAzureAdAuthenticator. processGroup(AzureAdCredential.AzureAdUser user, List<String> groupList, List<String> roleList, String id)protected voidAzureAdAuthenticator. processMemberOf(AzureAdCredential.AzureAdUser user, List<String> groupList, List<String> roleList, String url)protected voidAzureAdAuthenticator. processParentGroup(AzureAdCredential.AzureAdUser user, List<String> groupList, List<String> roleList, String id)voidAzureAdAuthenticator. updateMemberOf(AzureAdCredential.AzureAdUser user)
-