Class NotAuthenticatedTag

All Implemented Interfaces:
javax.faces.view.facelets.FaceletHandler

public class NotAuthenticatedTag extends AuthenticatedTag
Tag that renders the tag body only if the current user has not executed a successful authentication attempt during their current session.

The logically opposite tag of this one is the AuthenticatedTag.

  • Constructor Details

    • NotAuthenticatedTag

      public NotAuthenticatedTag(javax.faces.view.facelets.TagConfig config)
  • Method Details