C# Class Org.IdentityConnectors.Framework.Common.Exceptions.PasswordExpiredException

PasswordExpiredException signals that a user password has expired.

This exception is thrown by Connector when they determine that a password has expired. For example, a Connector, after successfully authenticating a user, may determine that the user's password has expired. In this case the Connector throws this exception to notify the application. The application can then take the appropriate steps to notify the user.

Inheritance: InvalidPasswordException
Exibir arquivo Open project: Tirasa/ConnId Class Usage Examples

Public Methods

Method Description
PasswordExpiredException ( ) : System
PasswordExpiredException ( Exception ex ) : System
PasswordExpiredException ( string message ) : System
PasswordExpiredException ( string message, Exception ex ) : System

Method Details

PasswordExpiredException() public method

public PasswordExpiredException ( ) : System
return System

PasswordExpiredException() public method

public PasswordExpiredException ( Exception ex ) : System
ex System.Exception
return System

PasswordExpiredException() public method

public PasswordExpiredException ( string message ) : System
message string
return System

PasswordExpiredException() public method

public PasswordExpiredException ( string message, Exception ex ) : System
message string
ex System.Exception
return System