Class ValidatePasswordEventArgs

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Web.ApplicationServices
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Web.Security.ValidatePasswordEventArgs
        See Also:
        Constant Field Values
      • classType

        public static org.mases.jcobridge.JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • ValidatePasswordEventArgs

        public ValidatePasswordEventArgs​(java.lang.Object instance)
                                  throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • ValidatePasswordEventArgs

        public ValidatePasswordEventArgs()
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • ValidatePasswordEventArgs

        public ValidatePasswordEventArgs​(java.lang.String userName,
                                         java.lang.String password,
                                         boolean isNewUser)
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • setJCOInstance

        public void setJCOInstance​(org.mases.jcobridge.JCObject instance)
        Overrides:
        setJCOInstance in class EventArgs
      • getCancel

        public boolean getCancel()
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setCancel

        public void setCancel​(boolean Cancel)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getIsNewUser

        public boolean getIsNewUser()
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getFailureInformation

        public NetException getFailureInformation()
                                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setFailureInformation

        public void setFailureInformation​(NetException FailureInformation)
                                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getPassword

        public java.lang.String getPassword()
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getUserName

        public java.lang.String getUserName()
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable