public class PreAuthenticatedProfileProvider extends Object implements org.springframework.security.authentication.AuthenticationProvider
AuthenticationProvider
that handles pre-authenticated profilesModifier and Type | Field and Description |
---|---|
protected org.craftercms.security.authentication.AuthenticationManager |
authenticationManager |
Constructor and Description |
---|
PreAuthenticatedProfileProvider(org.craftercms.security.authentication.AuthenticationManager authenticationManager) |
Modifier and Type | Method and Description |
---|---|
org.springframework.security.core.Authentication |
authenticate(org.springframework.security.core.Authentication authentication) |
boolean |
supports(Class<?> authentication) |
protected org.craftercms.security.authentication.AuthenticationManager authenticationManager
public PreAuthenticatedProfileProvider(org.craftercms.security.authentication.AuthenticationManager authenticationManager)
public org.springframework.security.core.Authentication authenticate(org.springframework.security.core.Authentication authentication) throws org.springframework.security.core.AuthenticationException
authenticate
in interface org.springframework.security.authentication.AuthenticationProvider
org.springframework.security.core.AuthenticationException
public boolean supports(Class<?> authentication)
supports
in interface org.springframework.security.authentication.AuthenticationProvider
Copyright © 2022 CrafterCMS. All rights reserved.