Class EndpointLdapAuthenticationProvider
- java.lang.Object
-
- org.apereo.cas.web.security.authentication.EndpointLdapAuthenticationProvider
-
- All Implemented Interfaces:
org.springframework.security.authentication.AuthenticationProvider
public class EndpointLdapAuthenticationProvider extends java.lang.Object implements org.springframework.security.authentication.AuthenticationProviderThis isEndpointLdapAuthenticationProvider.- Since:
- 5.1.0
-
-
Constructor Summary
Constructors Constructor Description EndpointLdapAuthenticationProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.security.core.Authenticationauthenticate(org.springframework.security.core.Authentication authentication)voiddestroy()Destroy.booleansupports(java.lang.Class<?> aClass)
-
-
-
Method Detail
-
destroy
public void destroy()
Destroy.
-
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(java.lang.Class<?> aClass)
- Specified by:
supportsin interfaceorg.springframework.security.authentication.AuthenticationProvider
-
-