Class SecureAnnotationsInterceptor
- java.lang.Object
- 
- org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
- 
- org.apache.cxf.interceptor.security.AbstractAuthorizingInInterceptor
- 
- org.apache.cxf.interceptor.security.SimpleAuthorizingInterceptor
- 
- org.apache.cxf.interceptor.security.SecureAnnotationsInterceptor
 
 
 
 
- 
- All Implemented Interfaces:
- Interceptor<Message>,- PhaseInterceptor<Message>
 
 public class SecureAnnotationsInterceptor extends SimpleAuthorizingInterceptor 
- 
- 
Field Summary- 
Fields inherited from class org.apache.cxf.interceptor.security.SimpleAuthorizingInterceptorglobalRoles, methodRolesMap, userRolesMap
 
- 
 - 
Constructor SummaryConstructors Constructor Description SecureAnnotationsInterceptor()SecureAnnotationsInterceptor(boolean uniqueId)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfindRoles(Class<?> cls, Map<String,String> rolesMap)voidsetAnnotationClassName(String name)voidsetSecuredObject(Object object)- 
Methods inherited from class org.apache.cxf.interceptor.security.SimpleAuthorizingInterceptorcreateMethodSig, getExpectedRoles, isUserInRole, setCheckConfiguredRolesOnly, setGlobalRoles, setMethodRolesMap, setUserRolesMap
 - 
Methods inherited from class org.apache.cxf.interceptor.security.AbstractAuthorizingInInterceptorauthorize, getDenyRoles, handleMessage, isAllowAnonymousUsers, isMethodProtected, setAllowAnonymousUsers
 - 
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptoraddAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
 
- 
 
-