public class SecureAnnotationsInterceptor extends SimpleAuthorizingInterceptor
globalRoles, methodRolesMap, userRolesMap
Constructor and Description |
---|
SecureAnnotationsInterceptor() |
SecureAnnotationsInterceptor(boolean uniqueId) |
Modifier and Type | Method and Description |
---|---|
protected void |
findRoles(Class<?> cls,
Map<String,String> rolesMap) |
void |
setAnnotationClassName(String name) |
void |
setSecuredObject(Object object) |
createMethodSig, getExpectedRoles, isUserInRole, setCheckConfiguredRolesOnly, setGlobalRoles, setMethodRolesMap, setUserRolesMap
authorize, getDenyRoles, handleMessage, isAllowAnonymousUsers, isMethodProtected, setAllowAnonymousUsers
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
Apache CXF