Class LDAPManagedConnectionFactory

  • All Implemented Interfaces:
    Serializable, javax.resource.spi.ManagedConnectionFactory, javax.resource.spi.ResourceAdapterAssociation, javax.resource.spi.ValidatingManagedConnectionFactory

    public class LDAPManagedConnectionFactory
    extends BasicManagedConnectionFactory
    See Also:
    Serialized Form
    • Constructor Detail

      • LDAPManagedConnectionFactory

        public LDAPManagedConnectionFactory()
    • Method Detail

      • getLdapAdminUserDN

        public String getLdapAdminUserDN()
      • setLdapAdminUserDN

        public void setLdapAdminUserDN​(String ldapAdminUserDN)
      • getLdapAdminUserPassword

        public String getLdapAdminUserPassword()
      • setLdapAdminUserPassword

        public void setLdapAdminUserPassword​(String ldapAdminUserPassword)
      • getLdapTxnTimeoutInMillis

        public Long getLdapTxnTimeoutInMillis()
      • setLdapTxnTimeoutInMillis

        public void setLdapTxnTimeoutInMillis​(Long ldapTxnTimeoutInMillis)
      • getLdapUrl

        public String getLdapUrl()
      • setLdapUrl

        public void setLdapUrl​(String ldapUrl)
      • getLdapContextFactory

        public String getLdapContextFactory()
      • setLdapContextFactory

        public void setLdapContextFactory​(String ldapContextFactory)
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface javax.resource.spi.ManagedConnectionFactory
        Overrides:
        hashCode in class Object
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface javax.resource.spi.ManagedConnectionFactory
        Overrides:
        equals in class Object
      • getLdapAuthType

        public String getLdapAuthType()
      • setLdapAuthType

        public void setLdapAuthType​(String ldapAuthType)