Package org.joinfaces.security.taglib
Classes to Spring Security JSF Facelet Tag support.
-
Class Summary Class Description AbstractFaceletsAuthorizeTag Implement some abstract methods using jsf technology.AnonymousFaceletsTag A concrete implementation ofAbstractAuthorizeTag
for use with standard Facelets rendering technology.AnonymousFaceletsTagHandler TagHandler of anonymous user.AuthenticatedFaceletsTag A concrete implementation ofAbstractAuthorizeTag
for use with standard Facelets rendering technology.AuthenticatedFaceletsTagHandler TagHandler of authenticated user.FaceletsAuthorizeTag A concrete implementation ofAbstractAuthorizeTag
for use with standard Facelets rendering technology.FaceletsAuthorizeTagHandler A standard FaceletsTagHandler
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.FullyAuthenticatedFaceletsTag A concrete implementation ofAbstractFaceletsAuthorizeTag
for use with standard Facelets rendering technology.FullyAuthenticatedFaceletsTagHandler TagHandler of fully authenticated user.