| Package | Description |
|---|---|
| com.microsoft.azure.spring.autoconfigure.aad |
| Modifier and Type | Field and Description |
|---|---|
private List<UserGroup> |
UserPrincipal.userGroups |
| Modifier and Type | Method and Description |
|---|---|
List<UserGroup> |
AzureADGraphClient.getGroups(String graphApiToken) |
List<UserGroup> |
UserPrincipal.getUserGroups() |
private List<UserGroup> |
AzureADGraphClient.loadUserGroups(String graphApiToken) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
UserPrincipal.isMemberOf(UserGroup group) |
| Modifier and Type | Method and Description |
|---|---|
Set<org.springframework.security.core.GrantedAuthority> |
AzureADGraphClient.convertGroupsToGrantedAuthorities(List<UserGroup> groups)
Converts UserGroup list to Set of GrantedAutorities
|
void |
UserPrincipal.setUserGroups(List<UserGroup> groups) |
Copyright © 2019 Microsoft. All rights reserved.