org.apache.cxf.interceptor.security
Class SecureAnnotationsInterceptor
java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
org.apache.cxf.interceptor.security.AbstractAuthorizingInInterceptor
org.apache.cxf.interceptor.security.SimpleAuthorizingInterceptor
org.apache.cxf.interceptor.security.SecureAnnotationsInterceptor
- All Implemented Interfaces:
- Interceptor<Message>, PhaseInterceptor<Message>
public class SecureAnnotationsInterceptor
- extends SimpleAuthorizingInterceptor
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor |
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecureAnnotationsInterceptor
public SecureAnnotationsInterceptor()
setAnnotationClassName
public void setAnnotationClassName(String name)
setSecuredObject
public void setSecuredObject(Object object)
findRoles
protected void findRoles(Class<?> cls,
Map<String,String> rolesMap)
Apache CXF