org.zeroexchange.web.security
Class ComponentSecurityInterceptorImpl

java.lang.Object
  extended by org.springframework.security.access.intercept.AbstractSecurityInterceptor
      extended by org.zeroexchange.web.security.ComponentSecurityInterceptorImpl
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationEventPublisherAware, org.springframework.context.MessageSourceAware, ComponentSecurityInterceptor

public class ComponentSecurityInterceptorImpl
extends org.springframework.security.access.intercept.AbstractSecurityInterceptor
implements ComponentSecurityInterceptor

Author:
black

Field Summary
 
Fields inherited from class org.springframework.security.access.intercept.AbstractSecurityInterceptor
logger, messages
 
Constructor Summary
ComponentSecurityInterceptorImpl()
           
 
Method Summary
 Class<? extends Object> getSecureObjectClass()
           
 void invoke(Class<? extends org.apache.wicket.Component> component)
           
 org.springframework.security.access.SecurityMetadataSource obtainSecurityMetadataSource()
           
 
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

ComponentSecurityInterceptorImpl

public ComponentSecurityInterceptorImpl()
Method Detail

getSecureObjectClass

public Class<? extends Object> getSecureObjectClass()
Specified by:
getSecureObjectClass in class org.springframework.security.access.intercept.AbstractSecurityInterceptor

obtainSecurityMetadataSource

public org.springframework.security.access.SecurityMetadataSource obtainSecurityMetadataSource()
Specified by:
obtainSecurityMetadataSource in class org.springframework.security.access.intercept.AbstractSecurityInterceptor

invoke

public void invoke(Class<? extends org.apache.wicket.Component> component)
Specified by:
invoke in interface ComponentSecurityInterceptor


Copyright © 2013. All Rights Reserved.