|
|||||||||
| Home >> All >> net >> sf >> acegisecurity >> context >> [ security overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
net.sf.acegisecurity.context.security
Interface SecureContext

- 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()
|
|||||||||
| Home >> All >> net >> sf >> acegisecurity >> context >> [ security overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC