Class AzureAdCredential.AzureAdUser
- java.lang.Object
-
- org.codelibs.fess.app.web.base.login.AzureAdCredential.AzureAdUser
-
- All Implemented Interfaces:
Serializable,FessUser
- Enclosing class:
- AzureAdCredential
public static class AzureAdCredential.AzureAdUser extends Object implements FessUser
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected com.microsoft.aad.adal4j.AuthenticationResultauthResultprotected String[]groupsprotected String[]permissionsprotected String[]roles
-
Constructor Summary
Constructors Constructor Description AzureAdUser(com.microsoft.aad.adal4j.AuthenticationResult authResult)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.microsoft.aad.adal4j.AuthenticationResultgetAuthenticationResult()String[]getGroupNames()StringgetName()String[]getPermissions()String[]getRoleNames()booleanrefresh()voidsetGroups(String[] groups)voidsetRoles(String[] roles)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.codelibs.fess.entity.FessUser
isEditable
-
-
-
-
Method Detail
-
getRoleNames
public String[] getRoleNames()
- Specified by:
getRoleNamesin interfaceFessUser
-
getGroupNames
public String[] getGroupNames()
- Specified by:
getGroupNamesin interfaceFessUser
-
getPermissions
public String[] getPermissions()
- Specified by:
getPermissionsin interfaceFessUser
-
getAuthenticationResult
public com.microsoft.aad.adal4j.AuthenticationResult getAuthenticationResult()
-
setGroups
public void setGroups(String[] groups)
-
setRoles
public void setRoles(String[] roles)
-
-