Class LdapChallengePipe

  • All Implemented Interfaces:
    HasTransactionAttribute, IConfigurable, IConfigurationAware, IExtendedPipe, IForwardTarget, INamedObject, IPipe, IScopeProvider, EventThrowing, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

    @Deprecated
    @ConfigurationWarning("please use LdapSender with operation challenge and check for returned message <LdapResult>Success</LdapResult>")
    public class LdapChallengePipe
    extends FixedForwardPipe
    Deprecated.
    Pipe to check if a username and password are valid in LDAP.

    Parameters:

    nametyperemarks
    ldapProviderURLURL to the LDAP server.
    Example: ldap://su05b9.itc.intranet
    Required only if attribute ldapProviderURL is not set
    principalThe LDAP DN for the username.
    Example: UID=SRP,OU=DI-IUF-EP,OU=SERVICES,O=ING
    Required and must be filled
    credentialsThe LDAP password.
    Example: welkom01
    Required and must be filled

    Exits:

    stateconditionremarks
    successSuccessful login to LDAPshould be defined in configuration
    invalidUnsuccessful login to LDAPshould be defined in configuration

    Author:
    Milan Tomc
    • Constructor Detail

      • LdapChallengePipe

        public LdapChallengePipe()
        Deprecated.