mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-14 14:23:30 +00:00
Made Serializable as per acegisecurity-developer list discussion on 20 May 2005.
This commit is contained in:
parent
4e55780e7c
commit
3401072368
@ -17,6 +17,8 @@ package net.sf.acegisecurity.context;
|
|||||||
|
|
||||||
import net.sf.acegisecurity.Authentication;
|
import net.sf.acegisecurity.Authentication;
|
||||||
|
|
||||||
|
import java.io.Serializable;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Interface defining the minimum security information associated with the
|
* Interface defining the minimum security information associated with the
|
||||||
@ -29,7 +31,7 @@ import net.sf.acegisecurity.Authentication;
|
|||||||
* @author Ben Alex
|
* @author Ben Alex
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
public interface SecurityContext {
|
public interface SecurityContext extends Serializable {
|
||||||
//~ Methods ================================================================
|
//~ Methods ================================================================
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user