- AbstractAuthorizeTag - Class in org.springframework.security.taglibs.authz
-
A base class for an <authorize> tag that is independent of the tag rendering technology (JSP, Facelets).
- AbstractAuthorizeTag() - Constructor for class org.springframework.security.taglibs.authz.AbstractAuthorizeTag
-
- AccessControlListTag - Class in org.springframework.security.taglibs.authz
-
An implementation of Tag
that allows its body through if some authorizations are granted to the request's
principal.
- AccessControlListTag() - Constructor for class org.springframework.security.taglibs.authz.AccessControlListTag
-
- allGranted(String) - Method in interface org.springframework.security.taglibs.velocity.Authz
-
all the listed roles must be granted to return true, otherwise false;
- allGranted(String) - Method in class org.springframework.security.taglibs.velocity.AuthzImpl
-
- anyGranted(String) - Method in interface org.springframework.security.taglibs.velocity.Authz
-
any the listed roles must be granted to return true, otherwise false;
- anyGranted(String) - Method in class org.springframework.security.taglibs.velocity.AuthzImpl
-
- AuthenticationTag - Class in org.springframework.security.taglibs.authz
-
An Tag
implementation that allows convenient access to the current
Authentication
object.
- AuthenticationTag() - Constructor for class org.springframework.security.taglibs.authz.AuthenticationTag
-
- authorize() - Method in class org.springframework.security.taglibs.authz.AbstractAuthorizeTag
-
Make an authorization decision by considering all <authorize> tag attributes.
- authorizeUsingAccessExpression() - Method in class org.springframework.security.taglibs.authz.AbstractAuthorizeTag
-
Make an authorization decision based on a Spring EL expression.
- authorizeUsingGrantedAuthorities() - Method in class org.springframework.security.taglibs.authz.AbstractAuthorizeTag
-
Make an authorization decision by considering ifAllGranted, ifAnyGranted, and ifNotGranted.
- authorizeUsingUrlCheck() - Method in class org.springframework.security.taglibs.authz.AbstractAuthorizeTag
-
Make an authorization decision based on the URL and HTTP method attributes.
- Authz - Interface in org.springframework.security.taglibs.velocity
-
- AuthzImpl - Class in org.springframework.security.taglibs.velocity
-
I decided to wrap several JSP tag in one class, so I have to using inner class to wrap these JSP tag.
- AuthzImpl() - Constructor for class org.springframework.security.taglibs.velocity.AuthzImpl
-