public class OperationInfoAuthorizingInterceptor extends SimpleAuthorizingInterceptor
globalRoles, methodRolesMap, userRolesMap
Constructor and Description |
---|
OperationInfoAuthorizingInterceptor() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
authorize(SecurityContext sc,
String key) |
protected List<String> |
getDenyRoles(String key) |
protected List<String> |
getExpectedRoles(String key) |
protected OperationInfo |
getTargetOperationInfo(Message message) |
void |
handleMessage(Message message)
Intercepts a message.
|
createMethodSig, getExpectedRoles, isUserInRole, setCheckConfiguredRolesOnly, setGlobalRoles, setMethodRolesMap, setUserRolesMap
authorize, getDenyRoles, getTargetMethod
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
public void handleMessage(Message message) throws Fault
Interceptor
handleMessage
in interface Interceptor<Message>
handleMessage
in class AbstractAuthorizingInInterceptor
Fault
protected boolean authorize(SecurityContext sc, String key)
protected OperationInfo getTargetOperationInfo(Message message)
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.