spring-faces

Package org.springframework.faces.security

Class Summary
AbstractAuthorizeTag A base class for an <authorize> tag used to make Spring Security based authorization decisions.
FaceletsAuthorizeTag A concrete implementation of AbstractAuthorizeTag for use with standard Facelets rendering technology (JSF 2 or higher).
FaceletsAuthorizeTagHandler A standard Facelets TagHandler for performing Spring Security authorization decisions.
FaceletsAuthorizeTagUtils This class provides static methods that are registered as EL functions and available for use in Unified EL expressions in standard Facelets views (JSF 2 or higher).
Jsf12FaceletsAuthorizeTag A concrete implementation of AbstractAuthorizeTag for use with Facelets rendering technology in JSF 1.2 environments.
Jsf12FaceletsAuthorizeTagHandler A JSF 1.2 Facelets TagHandler for performing Spring Security authorization decisions.
Jsf12FaceletsAuthorizeTagUtils This class provides static methods that are registered as EL functions and available for use in Unified EL expressions in JSF 1.2 Facelets views.
 


spring-faces