Uses of Class
org.apache.syncope.core.spring.security.UsernamePasswordAuthenticationProvider
-
Packages that use UsernamePasswordAuthenticationProvider Package Description org.apache.syncope.core.keymaster.rest.security org.apache.syncope.core.spring.security org.apache.syncope.core.starter -
-
Uses of UsernamePasswordAuthenticationProvider in org.apache.syncope.core.keymaster.rest.security
Subclasses of UsernamePasswordAuthenticationProvider in org.apache.syncope.core.keymaster.rest.security Modifier and Type Class Description classSelfKeymasterUsernamePasswordAuthenticationProvider -
Uses of UsernamePasswordAuthenticationProvider in org.apache.syncope.core.spring.security
Methods in org.apache.syncope.core.spring.security that return UsernamePasswordAuthenticationProvider Modifier and Type Method Description UsernamePasswordAuthenticationProviderWebSecurityContext. usernamePasswordAuthenticationProvider(SecurityProperties securityProperties, DomainOps domainOps, AuthDataAccessor dataAccessor, UserProvisioningManager provisioningManager, DefaultCredentialChecker credentialChecker)Methods in org.apache.syncope.core.spring.security with parameters of type UsernamePasswordAuthenticationProvider Modifier and Type Method Description SecurityFilterChainWebSecurityContext. filterChain(HttpSecurity http, UsernamePasswordAuthenticationProvider usernamePasswordAuthenticationProvider, AccessDeniedHandler accessDeniedHandler, AuthDataAccessor dataAccessor, DefaultCredentialChecker defaultCredentialChecker) -
Uses of UsernamePasswordAuthenticationProvider in org.apache.syncope.core.starter
Methods in org.apache.syncope.core.starter that return UsernamePasswordAuthenticationProvider Modifier and Type Method Description UsernamePasswordAuthenticationProviderSelfKeymasterContext. usernamePasswordAuthenticationProvider(DomainOps domainOps, AuthDataAccessor dataAccessor, UserProvisioningManager provisioningManager, DefaultCredentialChecker credentialChecker, SecurityProperties securityProperties, KeymasterProperties keymasterProperties)
-