org.jasig.portal.security
Interface IParentAwareSecurityContext
public interface IParentAwareSecurityContext
This is a tag interface, indicating that the implementing SecurityContext
class must be parent aware.
|
Method Summary |
void |
authenticate(ISecurityContext parent)
Concrete SecurityContext classes that implement
IParentAwareSecurityContext will have this method called by
ChainingSecurityContext instead of the no-arg version. |
authenticate
void authenticate(ISecurityContext parent)
throws PortalSecurityException
- Concrete
SecurityContext classes that implement
IParentAwareSecurityContext will have this method called by
ChainingSecurityContext instead of the no-arg version.
- Throws:
PortalSecurityException
Copyright © 2010 Jasig. All Rights Reserved.