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>
-
Field Summary
Fields inherited from class org.apache.cxf.interceptor.security.SimpleAuthorizingInterceptor
globalRoles, methodRolesMap, userRolesMap
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
void
setAnnotationClassName
(String name) void
setSecuredObject
(Object object) Methods inherited from class org.apache.cxf.interceptor.security.SimpleAuthorizingInterceptor
createMethodSig, getExpectedRoles, isUserInRole, setCheckConfiguredRolesOnly, setGlobalRoles, setMethodRolesMap, setUserRolesMap
Methods inherited from class org.apache.cxf.interceptor.security.AbstractAuthorizingInInterceptor
authorize, getDenyRoles, handleMessage, isAllowAnonymousUsers, isMethodProtected, setAllowAnonymousUsers
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
-
Constructor Details
-
SecureAnnotationsInterceptor
public SecureAnnotationsInterceptor() -
SecureAnnotationsInterceptor
public SecureAnnotationsInterceptor(boolean uniqueId)
-
-
Method Details
-
setAnnotationClassName
-
setSecuredObject
-
findRoles
-