http://wiki.apache.org/myfaces/SecurityContext

Reading the above, their should be definitions for 

#{securityContext.ifAllGranted['rolename1,rolename2']} : Returns true if
user is in all of the roles given in the roles list, vice versa 

  * #{securityContext.ifAnyGranted['rolename1,rolename2']} : Returns
    true if user is in any one of the roles given in the roles list,
    vice versa 

  * #{securityContext.ifNotGranted['rolename1,rolename2']} : Returns
    true if user is not in any of the roles given in the roles list,
    vice versa 


But the interface does not define them?

Any thought, hints?

Torsten

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to