Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AzureAdUser (0.04 sec)

  1. src/main/java/org/codelibs/fess/app/web/base/login/AzureAdCredential.java

         * @return The Azure AD user instance.
         */
        public AzureAdUser getUser() {
            return new AzureAdUser(authResult);
        }
    
        /**
         * Azure AD user implementation providing user information and permissions.
         */
        public static class AzureAdUser implements FessUser {
            private static final long serialVersionUID = 1L;
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 28 09:13:08 UTC 2025
    - 7.5K bytes
    - Viewed (0)
Back to top