Package org.minijax.security
Class ResetPasswordResult
java.lang.Object
org.minijax.security.ResetPasswordResult
public class ResetPasswordResult
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classResetPasswordResult.Status -
Field Summary
Fields Modifier and Type Field Description static ResetPasswordResultEXPIREDstatic ResetPasswordResultMISMATCHstatic ResetPasswordResultNOT_FOUNDstatic ResetPasswordResultTOO_SHORT -
Constructor Summary
Constructors Constructor Description ResetPasswordResult(jakarta.ws.rs.core.NewCookie cookie) -
Method Summary
Modifier and Type Method Description jakarta.ws.rs.core.NewCookiegetCookie()ResetPasswordResult.StatusgetStatus()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
NOT_FOUND
-
EXPIRED
-
MISMATCH
-
TOO_SHORT
-
-
Constructor Details
-
ResetPasswordResult
public ResetPasswordResult(jakarta.ws.rs.core.NewCookie cookie)
-
-
Method Details
-
getStatus
-
getCookie
public jakarta.ws.rs.core.NewCookie getCookie()
-