Class AuthenticationConfigurer
- java.lang.Object
-
- cronapp.framework.authentication.normal.AuthenticationConfigurer
-
- All Implemented Interfaces:
org.springframework.security.authentication.AuthenticationProvider
@Component public class AuthenticationConfigurer extends Object implements org.springframework.security.authentication.AuthenticationProvider
-
-
Constructor Summary
Constructors Constructor Description AuthenticationConfigurer(javax.servlet.http.HttpServletRequest request, TenantComponent tenantComponent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.security.core.Authenticationauthenticate(org.springframework.security.core.Authentication authentication)booleansupports(Class<?> authentication)
-
-
-
Constructor Detail
-
AuthenticationConfigurer
public AuthenticationConfigurer(javax.servlet.http.HttpServletRequest request, @Nullable TenantComponent tenantComponent)
-
-
Method Detail
-
authenticate
public org.springframework.security.core.Authentication authenticate(org.springframework.security.core.Authentication authentication) throws org.springframework.security.core.AuthenticationException- Specified by:
authenticatein interfaceorg.springframework.security.authentication.AuthenticationProvider- Throws:
org.springframework.security.core.AuthenticationException
-
supports
public boolean supports(Class<?> authentication)
- Specified by:
supportsin interfaceorg.springframework.security.authentication.AuthenticationProvider
-
-