META-INF.evasion.tld Maven / Gradle / Ivy
1.0
1.2
evasion
http://www.evasion-en-ligne.fr/components/evasion
Plugin Security Authorization Tag Library
authorize
com.evasion.common.security.component.AuthorizeTag
A simple tag to output or not the body of the tag if the principal
has or doesn't have certain authorities.
ifUserInRole
false
true
ifAuthenticated
false
true
True or False.
authentication
com.evasion.common.security.component.AuthenticationTag
Allows access to the current Authentication object.
property
true
true
Property of the Authentication object which should be output. Supports nested
properties. For example if the principal object is an instance of UserDetails,
the property "principal.username" will return the username. Alternatively, using
"name" will call getName method on the Authentication object directly.
fileUpload
com.evasion.common.inputfile.UploadTag
value
true
false
target
true
false