|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.security.access.intercept.AbstractSecurityInterceptor
org.zkoss.spring.security.intercept.zkevent.ZkEventProcessInterceptor
public class ZkEventProcessInterceptor
Interceptor to secure event processing per the Component
path pattern and event name.
| Field Summary |
|---|
| Fields inherited from class org.springframework.security.access.intercept.AbstractSecurityInterceptor |
|---|
logger, messages |
| Constructor Summary | |
|---|---|
ZkEventProcessInterceptor()
|
|
| Method Summary | |
|---|---|
void |
afterInvocation(org.zkoss.zk.ui.event.Event event)
|
org.zkoss.zk.ui.event.Event |
beforeInvocation(org.zkoss.zk.ui.event.Event event)
|
java.lang.Class |
getSecureObjectClass()
|
org.springframework.security.access.SecurityMetadataSource |
obtainSecurityMetadataSource()
|
void |
setObjectDefinitionSource(ZkEventProcessDefinitionSource newSource)
|
| Methods inherited from class org.springframework.security.access.intercept.AbstractSecurityInterceptor |
|---|
afterInvocation, afterPropertiesSet, beforeInvocation, getAccessDecisionManager, getAfterInvocationManager, getAuthenticationManager, getRunAsManager, isAlwaysReauthenticate, isRejectPublicInvocations, isValidateConfigAttributes, setAccessDecisionManager, setAfterInvocationManager, setAlwaysReauthenticate, setApplicationEventPublisher, setAuthenticationManager, setMessageSource, setRejectPublicInvocations, setRunAsManager, setValidateConfigAttributes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ZkEventProcessInterceptor()
| Method Detail |
|---|
public java.lang.Class getSecureObjectClass()
getSecureObjectClass in class org.springframework.security.access.intercept.AbstractSecurityInterceptorpublic void setObjectDefinitionSource(ZkEventProcessDefinitionSource newSource)
public org.zkoss.zk.ui.event.Event beforeInvocation(org.zkoss.zk.ui.event.Event event)
public void afterInvocation(org.zkoss.zk.ui.event.Event event)
public org.springframework.security.access.SecurityMetadataSource obtainSecurityMetadataSource()
obtainSecurityMetadataSource in class org.springframework.security.access.intercept.AbstractSecurityInterceptor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||