Class RemoteLDAPLoginCaseTest

    • Constructor Detail

      • RemoteLDAPLoginCaseTest

        public RemoteLDAPLoginCaseTest()
    • Method Detail

      • testSimpleLogin

        public void testSimpleLogin()
                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testSimpleIncorrectLogin

        public void testSimpleIncorrectLogin()
                                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testSimpleFetchLogin

        public void testSimpleFetchLogin()
                                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • setContexts

        protected void setContexts​(java.lang.String user,
                                   java.lang.String passwd)
                            throws java.lang.Exception
        Description copied from class: AbstractLDAPTest
        Sets the contexts for this base class. Values of user and password used to set the respective JNDI properties. These values can be overriden by the overrides properties.
        Overrides:
        setContexts in class AbstractLDAPTest
        Parameters:
        user - the username for authenticating as this user
        passwd - the password of the user
        Throws:
        javax.naming.NamingException - if there is a failure of any kind
        java.lang.Exception