public class SimpleAuthorizingInterceptor extends AbstractAuthorizingInInterceptor
Constructor and Description |
---|
SimpleAuthorizingInterceptor() |
Modifier and Type | Method and Description |
---|---|
protected String |
createMethodSig(Method method) |
protected List<String> |
getExpectedRoles(Method method)
Returns a list of expected roles for a given method.
|
void |
setGlobalRoles(String roles) |
void |
setMethodRolesMap(Map<String,String> rolesMap) |
authorize, getDenyRoles, getTargetMethod, handleMessage
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
protected List<String> getExpectedRoles(Method method)
AbstractAuthorizingInInterceptor
getExpectedRoles
in class AbstractAuthorizingInInterceptor
method
- Methodpublic void setGlobalRoles(String roles)
Apache CXF