Class SimpleAuthorizingInterceptor
- java.lang.Object
- 
- org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
- 
- org.apache.cxf.interceptor.security.AbstractAuthorizingInInterceptor
- 
- org.apache.cxf.interceptor.security.SimpleAuthorizingInterceptor
 
 
 
- 
- All Implemented Interfaces:
- Interceptor<Message>,- PhaseInterceptor<Message>
 - Direct Known Subclasses:
- OperationInfoAuthorizingInterceptor,- SecureAnnotationsInterceptor
 
 public class SimpleAuthorizingInterceptor extends AbstractAuthorizingInInterceptor 
- 
- 
Field SummaryFields Modifier and Type Field Description protected List<String>globalRolesprotected Map<String,List<String>>methodRolesMapprotected Map<String,List<String>>userRolesMap
 - 
Constructor SummaryConstructors Constructor Description SimpleAuthorizingInterceptor()SimpleAuthorizingInterceptor(boolean uniqueId)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringcreateMethodSig(Method method)protected List<String>getExpectedRoles(Method method)Returns a list of expected roles for a given method.protected booleanisUserInRole(SecurityContext sc, List<String> roles, boolean deny)voidsetCheckConfiguredRolesOnly(boolean checkConfiguredRolesOnly)voidsetGlobalRoles(String roles)voidsetMethodRolesMap(Map<String,String> rolesMap)voidsetUserRolesMap(Map<String,String> rolesMap)- 
Methods inherited from class org.apache.cxf.interceptor.security.AbstractAuthorizingInInterceptorauthorize, getDenyRoles, handleMessage, isAllowAnonymousUsers, isMethodProtected, setAllowAnonymousUsers
 - 
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptoraddAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
 
- 
 
- 
- 
- 
Method Detail- 
isUserInRoleprotected boolean isUserInRole(SecurityContext sc, List<String> roles, boolean deny) - Overrides:
- isUserInRolein class- AbstractAuthorizingInInterceptor
 
 - 
getExpectedRolesprotected List<String> getExpectedRoles(Method method) Description copied from class:AbstractAuthorizingInInterceptorReturns a list of expected roles for a given method.- Specified by:
- getExpectedRolesin class- AbstractAuthorizingInInterceptor
- Parameters:
- method- Method
- Returns:
- list, empty if no roles are available
 
 - 
setGlobalRolespublic void setGlobalRoles(String roles) 
 - 
setCheckConfiguredRolesOnlypublic void setCheckConfiguredRolesOnly(boolean checkConfiguredRolesOnly) 
 
- 
 
-