security Taglib documentation

Version 1.0
Description Mashup Security Helpers

Tag isPageSecured security:isPageSecured(...)

Test whether the current page is secured or not.
Body Content: empty
Attribute nameRequiredRuntime Expression EvaluationType
varfalsefalsejava.lang.String
Name of the exported variable for the security check result.

Tag isUserConnected security:isUserConnected(...)

Test whether the current user is authenticated or not.
Body Content: empty
Attribute nameRequiredRuntime Expression EvaluationType
varfalsefalsejava.lang.String
Name of the exported variable for the connection check result.

Tag getUser security:getUser(...)

Returns the current user SecurityModel.
Body Content: empty
Attribute nameRequiredRuntime Expression EvaluationType
vartruefalsejava.lang.String
Name of the exported variable for the current User. Object exported is of type SecurityModel or NULL is not connected.