Package org.minijax.security
Class LoginResult
- java.lang.Object
-
- org.minijax.security.LoginResult
-
public class LoginResult extends 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.ws.rs.core.NewCookiegetCookie()LoginResult.StatusgetStatus()
-
-
-
Field Detail
-
NOT_FOUND
public static final LoginResult NOT_FOUND
-
INVALID
public static final LoginResult INVALID
-
INCORRECT
public static final LoginResult INCORRECT
-
-
Method Detail
-
getStatus
public LoginResult.Status getStatus()
-
getCookie
public jakarta.ws.rs.core.NewCookie getCookie()
-
-