Uses of Class
com.azure.spring.cloud.autoconfigure.aad.filter.UserPrincipalManager
-
Packages that use UserPrincipalManager Package Description com.azure.spring.cloud.autoconfigure.aad.filter Filter class for Active Directory. -
-
Uses of UserPrincipalManager in com.azure.spring.cloud.autoconfigure.aad.filter
Constructors in com.azure.spring.cloud.autoconfigure.aad.filter with parameters of type UserPrincipalManager Constructor Description AadAppRoleStatelessAuthenticationFilter(UserPrincipalManager principalManager)Creates a new instance ofAadAppRoleStatelessAuthenticationFilter.AadAuthenticationFilter(AadAuthenticationProperties aadAuthenticationProperties, AadAuthorizationServerEndpoints endpoints, UserPrincipalManager userPrincipalManager)Creates a new instance ofAadAuthenticationFilter.
-