Server.LoginEnumeration enum

Deprecated. These constants are only used by the deprecated login methods. New code should be fixed to use the new exception-based login methods. Return values for the login method.

Members

All members of LoginEnumeration, including inherited members.

Variables
Modifier and Type Variable Description
public Login_Invalid Indicates that the login and password are not valid for any user profile on the system or that the login attempt failed for some reason other than the user being blocked, or the user having an expired password.
public Login_InvalidBlocked Indicates that the user has been blocked from accessing the remote system.
public Login_Pass Indicates that the user was not validated by the system connection.
public Login_Valid Indicates that the user ID and password are valid and that the user should be allowed to proceed with their transmission to the Agentry Server.
public Login_ValidPasswordExpired Indicates that the user ID is valid but that the password has expired.
public Login_ValidPasswordExpiredNoChange Indicates that the user ID is valid, but that the password has expired.
public Login_ValidPasswordWarning Indicates that user ID and password values are valid, but that the password will be expiring in the near future.
public Login_ValidPasswordWarningNoChange Indicates that the user ID and password values are valid, but that the password will be expiring in the near future.
Methods
Modifier and Type Method Description
public void throwException() Throws an exception that corresponds to this enum value.