implements Serializable for that: noted an issue with tomcat
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1429446 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
201e8c291d
commit
f090555931
|
@ -18,12 +18,16 @@ package org.apache.archiva.redback.authentication;
|
||||||
* under the License.
|
* under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
import java.io.Serializable;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* detail on possible authentication failure.
|
* detail on possible authentication failure.
|
||||||
|
*
|
||||||
* @author Olivier Lamy
|
* @author Olivier Lamy
|
||||||
* @since 1.4-M4
|
* @since 1.4-M4
|
||||||
*/
|
*/
|
||||||
public class AuthenticationFailureCause
|
public class AuthenticationFailureCause
|
||||||
|
implements Serializable
|
||||||
{
|
{
|
||||||
private int cause;
|
private int cause;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue