Package com.aquima.web.boot.security
Class CustomBeanAuthenticationProviderFactory
java.lang.Object
com.aquima.web.boot.security.CustomBeanAuthenticationProviderFactory
- All Implemented Interfaces:
AuthenticationProviderFactory
@Component
public class CustomBeanAuthenticationProviderFactory
extends Object
implements AuthenticationProviderFactory
-
Constructor Summary
ConstructorsConstructorDescriptionCustomBeanAuthenticationProviderFactory
(org.springframework.context.ApplicationContext applicationContext) -
Method Summary
Modifier and TypeMethodDescriptionboolean
org.springframework.security.authentication.AuthenticationProvider
boolean
matchesForType
(String type)
-
Constructor Details
-
Method Details
-
create
public org.springframework.security.authentication.AuthenticationProvider create(String authProviderName) - Specified by:
create
in interfaceAuthenticationProviderFactory
-
canCreate
public boolean canCreate()- Specified by:
canCreate
in interfaceAuthenticationProviderFactory
-
matchesForType
- Specified by:
matchesForType
in interfaceAuthenticationProviderFactory
-