Class OperationInfoAuthorizingInterceptor
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.OperationInfoAuthorizingInterceptor
- 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 boolean
authorize
(SecurityContext sc, String key) getDenyRoles
(String key) getExpectedRoles
(String key) protected OperationInfo
getTargetOperationInfo
(Message message) void
handleMessage
(Message message) Intercepts a message.protected boolean
isMethodProtected
(String key) 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, 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
-
OperationInfoAuthorizingInterceptor
public OperationInfoAuthorizingInterceptor()
-
-
Method Details
-
handleMessage
Description copied from interface:Interceptor
Intercepts a message. Interceptors should NOT invoke handleMessage or handleFault on the next interceptor - the interceptor chain will take care of this.- Specified by:
handleMessage
in interfaceInterceptor<Message>
- Overrides:
handleMessage
in classAbstractAuthorizingInInterceptor
-
authorize
-
getTargetOperationInfo
-
getExpectedRoles
-
getDenyRoles
-
isMethodProtected
-