Uses of Class
com.azure.spring.autoconfigure.aad.UserPrincipal
-
Packages that use UserPrincipal Package Description com.azure.spring.autoconfigure.aad Package com.azure.spring.autoconfigure.aad -
-
Uses of UserPrincipal in com.azure.spring.autoconfigure.aad
Methods in com.azure.spring.autoconfigure.aad that return UserPrincipal Modifier and Type Method Description UserPrincipalUserPrincipalManager. buildUserPrincipal(String aadIssuedBearerToken)Parse the id token toUserPrincipal.Methods in com.azure.spring.autoconfigure.aad with parameters of type UserPrincipal Modifier and Type Method Description protected Set<org.springframework.security.core.authority.SimpleGrantedAuthority>AADAppRoleStatelessAuthenticationFilter. toSimpleGrantedAuthoritySet(UserPrincipal userPrincipal)Deprecated.Converts to user principal to a set of simple granted authorities.
-