public class OperationInfoAuthorizingInterceptor extends SimpleAuthorizingInterceptor
globalRoles, methodRolesMap, userRolesMap| Constructor and Description |
|---|
OperationInfoAuthorizingInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
authorize(org.apache.cxf.security.SecurityContext sc,
String key) |
protected List<String> |
getDenyRoles(String key) |
protected List<String> |
getExpectedRoles(String key) |
protected org.apache.cxf.service.model.OperationInfo |
getTargetOperationInfo(org.apache.cxf.message.Message message) |
void |
handleMessage(org.apache.cxf.message.Message message) |
protected boolean |
isMethodProtected(String key) |
createMethodSig, getExpectedRoles, isUserInRole, setCheckConfiguredRolesOnly, setGlobalRoles, setMethodRolesMap, setUserRolesMapauthorize, getDenyRoles, getTargetMethod, isAllowAnonymousUsers, isMethodProtected, setAllowAnonymousUserspublic void handleMessage(org.apache.cxf.message.Message message)
throws org.apache.cxf.interceptor.Fault
handleMessage in interface org.apache.cxf.interceptor.Interceptor<org.apache.cxf.message.Message>handleMessage in class AbstractAuthorizingInInterceptororg.apache.cxf.interceptor.Faultprotected boolean authorize(org.apache.cxf.security.SecurityContext sc,
String key)
protected org.apache.cxf.service.model.OperationInfo getTargetOperationInfo(org.apache.cxf.message.Message message)
protected boolean isMethodProtected(String key)
Apache CXF