Index

A C F G I O S T U 
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 filters around 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
ShiroFeature() - Constructor for class org.apache.shiro.web.jaxrs.ShiroFeature
 
ShiroSecurityContext - Class in org.apache.shiro.web.jaxrs
A Shiro based SecurityContext that exposes the current Shiro Subject as a Principal.
ShiroSecurityContext(ContainerRequestContext) - Constructor for class org.apache.shiro.web.jaxrs.ShiroSecurityContext
 
SubjectPrincipalRequestFilter - Class in org.apache.shiro.web.jaxrs
A ContainerRequestFilter that replaces the SecurityContext with a ShiroSecurityContext.
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 UnauthenticatedException to 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 UnauthorizedException to HTTP status codes.
UnauthorizedExceptionExceptionMapper() - Constructor for class org.apache.shiro.web.jaxrs.UnauthorizedExceptionExceptionMapper
 
A C F G I O S T U 
All Classes and Interfaces|All Packages|Constant Field Values