mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 17:26:22 +01:00
AuthenticationResult should be serializable
This commit is contained in:
@@ -39,13 +39,15 @@ import sonia.scm.user.User;
|
||||
|
||||
//~--- JDK imports ------------------------------------------------------------
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
import java.util.Collection;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author Sebastian Sdorra
|
||||
*/
|
||||
public class AuthenticationResult
|
||||
public class AuthenticationResult implements Serializable
|
||||
{
|
||||
|
||||
/** Field description */
|
||||
@@ -56,6 +58,9 @@ public class AuthenticationResult
|
||||
public static final AuthenticationResult FAILED =
|
||||
new AuthenticationResult(AuthenticationState.FAILED);
|
||||
|
||||
/** Field description */
|
||||
private static final long serialVersionUID = -1318200822398893598L;
|
||||
|
||||
//~--- constructors ---------------------------------------------------------
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user