public class SecureAnnotationsInterceptor
extends org.apache.cxf.interceptor.security.SecureAnnotationsInterceptor
Constructor and Description |
---|
SecureAnnotationsInterceptor() |
Modifier and Type | Method and Description |
---|---|
protected void |
checkUser(org.apache.cxf.message.Message message) |
void |
handleMessage(org.apache.cxf.message.Message message) |
protected static Map<String,List<String>> |
parseRolesMap(Map<String,String> rolesMap) |
protected static void |
throwUnauthorized(List<String> expectedRoles) |
findRoles, setAnnotationClassName, setSecuredObject
createMethodSig, getExpectedRoles, isUserInRole, setCheckConfiguredRolesOnly, setGlobalRoles, setMethodRolesMap, setUserRolesMap
authorize, getDenyRoles, getTargetMethod, isAllowAnonymousUsers, isMethodProtected, setAllowAnonymousUsers
public 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 org.apache.cxf.interceptor.security.AbstractAuthorizingInInterceptor
org.apache.cxf.interceptor.Fault
protected void checkUser(org.apache.cxf.message.Message message) throws org.apache.cxf.interceptor.Fault
org.apache.cxf.interceptor.Fault
Copyright © 2019 SAP SE. All rights reserved.