Record Class StandaloneLoginFlow.LoginResult.Rejected<U>
java.lang.Object
java.lang.Record
com.svenruppert.jsentinel.standalone.StandaloneLoginFlow.LoginResult.Rejected<U>
- All Implemented Interfaces:
StandaloneLoginFlow.LoginResult<U>
- Enclosing interface:
StandaloneLoginFlow.LoginResult<U>
public static record StandaloneLoginFlow.LoginResult.Rejected<U>()
extends Record
implements StandaloneLoginFlow.LoginResult<U>
Credentials were invalid (wrong password, unknown user, etc.).
-
Nested Class Summary
Nested classes/interfaces inherited from interface StandaloneLoginFlow.LoginResult
StandaloneLoginFlow.LoginResult.LockedOut<U>, StandaloneLoginFlow.LoginResult.Rejected<U>, StandaloneLoginFlow.LoginResult.Success<U>Modifier and TypeInterfaceDescriptionstatic final recordThe username is currently locked out.static final recordCredentials were invalid (wrong password, unknown user, etc.).static final recordCredentials were valid and a subject was bound into the store. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Rejected
public Rejected()Creates an instance of aRejectedrecord class.
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal.
-