Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- AnnotationAuthorizationFilter - Class in org.apache.shiro.web.jaxrs
-
A filter that grants or denies access to a JAX-RS resource based on the Shiro annotations on it.
- AnnotationAuthorizationFilter(Collection<Annotation>) - Constructor for class org.apache.shiro.web.jaxrs.AnnotationAuthorizationFilter
C
- configure(ResourceInfo, FeatureContext) - Method in class org.apache.shiro.web.jaxrs.ShiroAnnotationFilterFeature
- configure(FeatureContext) - Method in class org.apache.shiro.web.jaxrs.ShiroFeature
F
- filter(ContainerRequestContext) - Method in class org.apache.shiro.web.jaxrs.AnnotationAuthorizationFilter
- filter(ContainerRequestContext) - Method in class org.apache.shiro.web.jaxrs.SubjectPrincipalRequestFilter
G
- getAuthenticationScheme() - Method in class org.apache.shiro.web.jaxrs.ShiroSecurityContext
- getUserPrincipal() - Method in class org.apache.shiro.web.jaxrs.ShiroSecurityContext
I
- isSecure() - Method in class org.apache.shiro.web.jaxrs.ShiroSecurityContext
- isUserInRole(String) - Method in class org.apache.shiro.web.jaxrs.ShiroSecurityContext
O
- org.apache.shiro.web.jaxrs - package org.apache.shiro.web.jaxrs
S
- SHIRO_WEB_JAXRS_DISABLE_PRINCIPAL_PARAM - Static variable in class org.apache.shiro.web.jaxrs.SubjectPrincipalRequestFilter
- ShiroAnnotationFilterFeature - Class in org.apache.shiro.web.jaxrs
-
Wraps
filtersaround JAX-RS resources that are annotated with Shiro annotations. - ShiroAnnotationFilterFeature() - Constructor for class org.apache.shiro.web.jaxrs.ShiroAnnotationFilterFeature
- ShiroFeature - Class in org.apache.shiro.web.jaxrs
-
Shiro JAX-RS feature which includes
UnauthorizedExceptionExceptionMapper,SubjectPrincipalRequestFilter, andShiroAnnotationFilterFeature. - ShiroFeature() - Constructor for class org.apache.shiro.web.jaxrs.ShiroFeature
- ShiroSecurityContext - Class in org.apache.shiro.web.jaxrs
- ShiroSecurityContext(ContainerRequestContext) - Constructor for class org.apache.shiro.web.jaxrs.ShiroSecurityContext
- SubjectPrincipalRequestFilter - Class in org.apache.shiro.web.jaxrs
- SubjectPrincipalRequestFilter() - Constructor for class org.apache.shiro.web.jaxrs.SubjectPrincipalRequestFilter
T
- toResponse(UnauthenticatedException) - Method in class org.apache.shiro.web.jaxrs.UnauthenticatedExceptionExceptionMapper
- toResponse(UnauthorizedException) - Method in class org.apache.shiro.web.jaxrs.UnauthorizedExceptionExceptionMapper
U
- UnauthenticatedExceptionExceptionMapper - Class in org.apache.shiro.web.jaxrs
-
JAX-RS exception mapper used to map Shiro
UnauthenticatedExceptionto HTTP status codes. - UnauthenticatedExceptionExceptionMapper() - Constructor for class org.apache.shiro.web.jaxrs.UnauthenticatedExceptionExceptionMapper
- UnauthorizedExceptionExceptionMapper - Class in org.apache.shiro.web.jaxrs
-
JAX-RS exception mapper used to map Shiro
UnauthorizedExceptionto HTTP status codes. - UnauthorizedExceptionExceptionMapper() - Constructor for class org.apache.shiro.web.jaxrs.UnauthorizedExceptionExceptionMapper
All Classes and Interfaces|All Packages|Constant Field Values