Class Passwords.ResetBySessionParameters
-
- All Implemented Interfaces:
public final class Passwords.ResetBySessionParametersData class used for wrapping parameters used with Passwords StrengthCheck endpoint
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringpasswordprivate final IntegersessionDurationMinutesprivate final Localelocale
-
Constructor Summary
Constructors Constructor Description Passwords.ResetBySessionParameters(String password, Integer sessionDurationMinutes, Locale locale)Passwords.ResetBySessionParameters(String password, Integer sessionDurationMinutes)Passwords.ResetBySessionParameters(String password)
-
Method Summary
Modifier and Type Method Description final StringgetPassword()is the new password to set final IntegergetSessionDurationMinutes()indicates how long the session should last before it expires final LocalegetLocale()-
-
Constructor Detail
-
Passwords.ResetBySessionParameters
Passwords.ResetBySessionParameters(String password, Integer sessionDurationMinutes, Locale locale)
-
Passwords.ResetBySessionParameters
Passwords.ResetBySessionParameters(String password, Integer sessionDurationMinutes)
-
Passwords.ResetBySessionParameters
Passwords.ResetBySessionParameters(String password)
-
-
Method Detail
-
getPassword
final String getPassword()
is the new password to set
-
getSessionDurationMinutes
final Integer getSessionDurationMinutes()
indicates how long the session should last before it expires
-
getLocale
final Locale getLocale()
-
-
-
-