org.ikasan.security.service.authentication

Class LdapAuthenticationProvider

    • Constructor Detail

      • LdapAuthenticationProvider

        public LdapAuthenticationProvider(org.springframework.security.ldap.authentication.BindAuthenticator authenticator,
                                  SecurityService securityService,
                                  UserService userService)
        Constructor - Takes a UserService
        Parameters:
        userService -
    • Method Detail

      • getAuthenticator

        public org.springframework.security.ldap.authentication.LdapAuthenticator getAuthenticator()
        Get the authenticator
        Returns:
        The authenticator
      • setAuthenticator

        public void setAuthenticator(org.springframework.security.ldap.authentication.LdapAuthenticator authenticator)
        Set the authenticator to be used
        Parameters:
        authenticator -
      • supports

        public boolean supports(Class<?> clazz)
        Specified by:
        supports in interface org.springframework.security.authentication.AuthenticationProvider
      • authenticate

        public org.springframework.security.core.Authentication authenticate(org.springframework.security.core.Authentication auth)
        Specified by:
        authenticate in interface org.springframework.security.authentication.AuthenticationProvider

Copyright © 2007-2016 Ikasan. All Rights Reserved.