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 SummaryFields inherited from class org.apache.cxf.interceptor.security.SimpleAuthorizingInterceptorglobalRoles, methodRolesMap, userRolesMap
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanauthorize(SecurityContext sc, String key) getDenyRoles(String key) getExpectedRoles(String key) protected OperationInfogetTargetOperationInfo(Message message) voidhandleMessage(Message message) Intercepts a message.protected booleanisMethodProtected(String key) Methods inherited from class org.apache.cxf.interceptor.security.SimpleAuthorizingInterceptorcreateMethodSig, getExpectedRoles, isUserInRole, setCheckConfiguredRolesOnly, setGlobalRoles, setMethodRolesMap, setUserRolesMapMethods inherited from class org.apache.cxf.interceptor.security.AbstractAuthorizingInInterceptorauthorize, getDenyRoles, isAllowAnonymousUsers, isMethodProtected, setAllowAnonymousUsersMethods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptoraddAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
- 
Constructor Details- 
OperationInfoAuthorizingInterceptorpublic OperationInfoAuthorizingInterceptor()
 
- 
- 
Method Details- 
handleMessageDescription copied from interface:InterceptorIntercepts a message. Interceptors should NOT invoke handleMessage or handleFault on the next interceptor - the interceptor chain will take care of this.- Specified by:
- handleMessagein interface- Interceptor<Message>
- Overrides:
- handleMessagein class- AbstractAuthorizingInInterceptor
 
- 
authorize
- 
getTargetOperationInfo
- 
getExpectedRoles
- 
getDenyRoles
- 
isMethodProtected
 
-