public class AuthorizingInterceptor
extends org.apache.cxf.interceptor.security.SimpleAuthorizingInterceptor
Constructor and Description |
---|
AuthorizingInterceptor(RestAuthenticationConfig restAuthenticationConfig) |
Modifier and Type | Method and Description |
---|---|
protected List<String> |
getExpectedRoles(Method method)
Returns a list of expected roles for a given method.
|
createMethodSig, isUserInRole, setCheckConfiguredRolesOnly, setGlobalRoles, setMethodRolesMap, setUserRolesMap
authorize, getDenyRoles, getTargetMethod, handleMessage, isAllowAnonymousUsers, isMethodProtected, setAllowAnonymousUsers
public AuthorizingInterceptor(RestAuthenticationConfig restAuthenticationConfig)
protected List<String> getExpectedRoles(Method method)
getExpectedRoles
in class org.apache.cxf.interceptor.security.SimpleAuthorizingInterceptor
method
- MethodCopyright © 2014–2022 Apache Software Foundation. All rights reserved.