A I O S

A

apply(FaceletContext, UIComponent) - Method in class org.springframework.security.taglibs.facelets.IfAllGrantedTag
 
apply(FaceletContext, UIComponent) - Method in class org.springframework.security.taglibs.facelets.IfAnyGrantedTag
 
apply(FaceletContext, UIComponent) - Method in class org.springframework.security.taglibs.facelets.IfNotGrantedTag
 

I

ifAllGranted(String) - Static method in class org.springframework.security.taglibs.facelets.SpringSecurityELLibrary
Method that checks if the user holds all of the given roles.
IfAllGrantedTag - Class in org.springframework.security.taglibs.facelets
Taglib to combine the Spring-Security Project with Facelets
This is the Class responsible for making the

<sec:ifAllGranted roles="ROLE_USER,ROLE_EXAMPLE">
The components you want to show only when the condition holds
lt;/sec:ifAllGranted>
work.
IfAllGrantedTag(ComponentConfig) - Constructor for class org.springframework.security.taglibs.facelets.IfAllGrantedTag
 
ifAnyGranted(String) - Static method in class org.springframework.security.taglibs.facelets.SpringSecurityELLibrary
Method that checks if the user holds any of the given roles.
IfAnyGrantedTag - Class in org.springframework.security.taglibs.facelets
Taglib to combine the Spring-Security Project with Facelets
This is the Class responsible for making the

<sec:ifAnyGranted roles="ROLE_USER,ROLE_EXAMPLE">
The components you want to show only when the condition holds
lt;/sec:ifAnyGranted>
work.
IfAnyGrantedTag(ComponentConfig) - Constructor for class org.springframework.security.taglibs.facelets.IfAnyGrantedTag
 
ifNotGranted(String) - Static method in class org.springframework.security.taglibs.facelets.SpringSecurityELLibrary
Method that checks if none of the given roles is hold by the user.
IfNotGrantedTag - Class in org.springframework.security.taglibs.facelets
Taglib to combine the Spring-Security Project with Facelets
This is the Class responsible for making the

<sec:ifNotGranted roles="ROLE_USER,ROLE_EXAMPLE">
The components you want to show only when the condition holds
lt;/sec:ifNotGranted>
work.
IfNotGrantedTag(ComponentConfig) - Constructor for class org.springframework.security.taglibs.facelets.IfNotGrantedTag
 

O

org.springframework.security.taglibs.facelets - package org.springframework.security.taglibs.facelets
 

S

SpringSecurityELLibrary - Class in org.springframework.security.taglibs.facelets
Taglib to combine the Spring-Security Project with Facelets
This is the class responsible holding the logic for making the tags work.
SpringSecurityELLibrary() - Constructor for class org.springframework.security.taglibs.facelets.SpringSecurityELLibrary
 

A I O S

Copyright © 2009. All Rights Reserved.