Uses of Class
com.azure.spring.cloud.autoconfigure.aad.filter.UserPrincipal
Packages that use UserPrincipal
Package
Description
Filter class for Active Directory.
-
Uses of UserPrincipal in com.azure.spring.cloud.autoconfigure.aad.filter
Methods in com.azure.spring.cloud.autoconfigure.aad.filter that return UserPrincipalModifier and TypeMethodDescriptionUserPrincipalManager.buildUserPrincipal(String aadIssuedBearerToken) Parse the id token toUserPrincipal.Methods in com.azure.spring.cloud.autoconfigure.aad.filter with parameters of type UserPrincipalModifier and TypeMethodDescriptionprotected Set<org.springframework.security.core.authority.SimpleGrantedAuthority>AadAppRoleStatelessAuthenticationFilter.toSimpleGrantedAuthoritySet(UserPrincipal userPrincipal) Converts to user principal to a set of simple granted authorities.