Package org.minijax.security
Class LoginResult
java.lang.Object
org.minijax.security.LoginResult
public class LoginResult
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLoginResult.Status -
Field Summary
Fields Modifier and Type Field Description static LoginResultINCORRECTstatic LoginResultINVALIDstatic LoginResultNOT_FOUND -
Constructor Summary
Constructors Constructor Description LoginResult(jakarta.ws.rs.core.NewCookie cookie) -
Method Summary
Modifier and Type Method Description jakarta.ws.rs.core.NewCookiegetCookie()LoginResult.StatusgetStatus()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
NOT_FOUND
-
INVALID
-
INCORRECT
-
-
Constructor Details
-
LoginResult
public LoginResult(jakarta.ws.rs.core.NewCookie cookie)
-
-
Method Details
-
getStatus
-
getCookie
public jakarta.ws.rs.core.NewCookie getCookie()
-