当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 aspects API Documentation 英文版文档
AuthenticationInterceptorFactory (JBoss Aspects API) - JBoss 4.0.1 sp1 aspects API Documentation 英文版文档
org.jboss.aspects.security
Class AuthenticationInterceptorFactory
java.lang.Object
org.jboss.aspects.security.AuthenticationInterceptorFactory
- All Implemented Interfaces:
- org.jboss.aop.advice.AspectFactory
- public class AuthenticationInterceptorFactory
- extends Object
- implements org.jboss.aop.advice.AspectFactory
Comment
- Version:
- $Revision: 1.4.2.1 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthenticationInterceptorFactory
public AuthenticationInterceptorFactory()
createPerVM
public Object createPerVM()
- Specified by:
createPerVM
in interface org.jboss.aop.advice.AspectFactory
createPerClass
public Object createPerClass(org.jboss.aop.Advisor advisor)
- Specified by:
createPerClass
in interface org.jboss.aop.advice.AspectFactory
createPerInstance
public Object createPerInstance(org.jboss.aop.Advisor advisor,
org.jboss.aop.InstanceAdvisor instanceAdvisor)
- Specified by:
createPerInstance
in interface org.jboss.aop.advice.AspectFactory
createPerJoinpoint
public Object createPerJoinpoint(org.jboss.aop.Advisor advisor,
org.jboss.aop.joinpoint.Joinpoint jp)
- Specified by:
createPerJoinpoint
in interface org.jboss.aop.advice.AspectFactory
createPerJoinpoint
public Object createPerJoinpoint(org.jboss.aop.Advisor advisor,
org.jboss.aop.InstanceAdvisor instanceAdvisor,
org.jboss.aop.joinpoint.Joinpoint jp)
- Specified by:
createPerJoinpoint
in interface org.jboss.aop.advice.AspectFactory
getName
public String getName()
- Specified by:
getName
in interface org.jboss.aop.advice.AspectFactory
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.