Class PasswordExpiredException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- com.inductiveautomation.ignition.gateway.user.PasswordExpiredException
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class PasswordExpiredException extends java.lang.ExceptionThrow this fromUserSourceProfile.authenticate(AuthChallenge)if the password was correct but expired.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description PasswordExpiredException()PasswordExpiredException(java.lang.String userSource)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.String>getUserSource()
 
- 
- 
- 
Method Detail- 
getUserSourcepublic java.util.Optional<java.lang.String> getUserSource() - Returns:
- an Optionalcontaining the name of the user source profile containing the user whose password has expired, in case the user's password has expired in a failover user source. if the Optional is empty, the same user source used for authentication which threw this exception.
 
 
- 
 
-