Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

net.sf.acegisecurity.context.security
Interface SecureContext  view SecureContext download SecureContext.java

All Superinterfaces:
net.sf.acegisecurity.context.Context, java.io.Serializable
All Known Implementing Classes:
SecureContextImpl

public interface SecureContext
extends net.sf.acegisecurity.context.Context

A net.sf.acegisecurity.context.Context that also stores net.sf.acegisecurity.Authentication information.

This interface must be implemented on contexts that will be presented to the Acegi Security System for Spring, as it is required by the net.sf.acegisecurity.intercept.AbstractSecurityInterceptor.

Version:
$Id: SecureContext.java,v 1.1 2005/02/21 06:48:28 benalex Exp $

Method Summary
 net.sf.acegisecurity.Authentication getAuthentication()
           
 void setAuthentication(net.sf.acegisecurity.Authentication newAuthentication)
           
 
Methods inherited from interface net.sf.acegisecurity.context.Context
validate
 

Method Detail

setAuthentication

public void setAuthentication(net.sf.acegisecurity.Authentication newAuthentication)

getAuthentication

public net.sf.acegisecurity.Authentication getAuthentication()