ViewHelper Documentation
be.security.ifAuthenticated
This view helper implements an ifAuthenticated/else condition for BE users/groups.
= Examples =
<f:be.security.ifAuthenticated>
This is being shown whenever a BE user is logged in
</f:be.security.ifAuthenticated>
<f:be.security.ifAuthenticated>
<f:then>
This is being shown in case you have access.
</f:then>
<f:else>
This is being displayed in case you do not have access.
</f:else>
</f:be.security.ifAuthenticated>
Arguments
then anySimpleType
Value to be returned if the condition if met.
else anySimpleType
Value to be returned if the condition if not met.