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