Changed interface to extend Context. This provides interface-level compatibility with objects requiring a Context, rather than requiring implementations to also implement Context.
This commit is contained in:
@@ -30,7 +30,7 @@ import net.sf.acegisecurity.Authentication;
|
||||
* @author Ben Alex
|
||||
* @version $Id$
|
||||
*/
|
||||
public interface SecureContext {
|
||||
public interface SecureContext extends Context {
|
||||
//~ Methods ================================================================
|
||||
|
||||
public void setAuthentication(Authentication newAuthentication);
|
||||
|
||||
Reference in New Issue
Block a user