Skip navigation links
org.ikasan.security.service.authentication

Class LdapAuthenticationProvider

    • Constructor Summary

      Constructors 
      Constructor and Description
      LdapAuthenticationProvider(org.springframework.security.ldap.authentication.BindAuthenticator authenticator, SecurityService securityService, UserService userService)
      Constructor - Takes a UserService
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      org.springframework.security.core.Authentication authenticate(org.springframework.security.core.Authentication auth) 
      org.springframework.security.ldap.authentication.LdapAuthenticator getAuthenticator()
      Get the authenticator
      void setAuthenticator(org.springframework.security.ldap.authentication.LdapAuthenticator authenticator)
      Set the authenticator to be used
      boolean supports(java.lang.Class<?> clazz) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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(java.lang.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-2019 Ikasan. All Rights Reserved.