This issue is to create 2 bridges macro named show-if, hide-if.
Theses 2 macro should implement theses parameters:
matchUsing: special enum which define if we must match one of the following parameter or all. Can be all or any.
users: list of user which will match
groups: list of group which will match
authenticationType: define if the user should be authenticated or not. Can have theses values:
NONE: don't need to match this parameter
AUTHENTICATED: need to be authenticated
ANONYMOUS: must be not authenticated
Depending of it the constraint match or not the macro will show or hide his content.
This issue is to create 2 bridges macro named show-if, hide-if.
Theses 2 macro should implement theses parameters:
matchUsing: special enum which define if we must match one of the following parameter or all. Can beallorany.users: list of user which will matchgroups: list of group which will matchauthenticationType: define if the user should be authenticated or not. Can have theses values:NONE: don't need to match this parameterAUTHENTICATED: need to be authenticatedANONYMOUS: must be not authenticatedDepending of it the constraint match or not the macro will show or hide his content.