org.jboss.aspects.security
Class RunAsSecurityInterceptor

java.lang.Object
  extended by org.jboss.aspects.security.RunAsSecurityInterceptor
All Implemented Interfaces:
org.jboss.aop.advice.Interceptor

public class RunAsSecurityInterceptor
extends Object
implements org.jboss.aop.advice.Interceptor

An interceptor that enforces the run-as identity declared by a bean.

Version:
$Revision: 1.4.2.8 $
Author:
Scott Stark., Dain Sundstrom.

Field Summary
protected  org.jboss.security.RealmMapping realmMapping
           
protected  org.jboss.security.AuthenticationManager securityManager
           
 
Constructor Summary
RunAsSecurityInterceptor(org.jboss.security.AuthenticationManager manager, org.jboss.security.RealmMapping realmMapping)
           
 
Method Summary
protected  org.jboss.security.RunAsIdentity getAnnotationRunAsIdentity(org.jboss.aop.joinpoint.Invocation invocation)
           
 String getName()
           
protected  org.jboss.security.RunAsIdentity getRunAsIdentity(org.jboss.aop.joinpoint.Invocation invocation)
           
 Object invoke(org.jboss.aop.joinpoint.Invocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

securityManager

protected org.jboss.security.AuthenticationManager securityManager

realmMapping

protected org.jboss.security.RealmMapping realmMapping
Constructor Detail

RunAsSecurityInterceptor

public RunAsSecurityInterceptor(org.jboss.security.AuthenticationManager manager,
                                org.jboss.security.RealmMapping realmMapping)
Method Detail

getName

public String getName()
Specified by:
getName in interface org.jboss.aop.advice.Interceptor

getRunAsIdentity

protected org.jboss.security.RunAsIdentity getRunAsIdentity(org.jboss.aop.joinpoint.Invocation invocation)

getAnnotationRunAsIdentity

protected org.jboss.security.RunAsIdentity getAnnotationRunAsIdentity(org.jboss.aop.joinpoint.Invocation invocation)

invoke

public Object invoke(org.jboss.aop.joinpoint.Invocation invocation)
              throws Throwable
Specified by:
invoke in interface org.jboss.aop.advice.Interceptor
Throws:
Throwable


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.