|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.ejb.plugins.AbstractInterceptor
org.jboss.ejb.plugins.SecurityRolesInterceptor
public class SecurityRolesInterceptor
The declarative roles based authorization interceptor which uses the RealmMapping interface of the associated security domain.
| Field Summary | |
|---|---|
protected RealmMapping |
realmMapping
The security domain authorization service |
protected Map |
securityRoles
A static map of SecurityRolesMetaData from jboss.xml |
| Fields inherited from class org.jboss.ejb.plugins.AbstractInterceptor |
|---|
container, log, nextInterceptor |
| Constructor Summary | |
|---|---|
SecurityRolesInterceptor()
|
|
| Method Summary | |
|---|---|
Object |
invoke(Invocation mi)
??? |
Object |
invokeHome(Invocation mi)
??? |
void |
setContainer(Container container)
Called by the super class to set the container to which this interceptor belongs. |
void |
start()
|
| Methods inherited from class org.jboss.ejb.plugins.AbstractInterceptor |
|---|
create, destroy, getContainer, getNext, setNext, stop |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected RealmMapping realmMapping
protected Map securityRoles
| Constructor Detail |
|---|
public SecurityRolesInterceptor()
| Method Detail |
|---|
public void setContainer(Container container)
setContainer in interface ContainerPluginsetContainer in class AbstractInterceptorcontainer - The container using this plugin. This may be null if the
plugin is being disassociated from a container.
public void start()
throws Exception
start in interface org.jboss.system.Servicestart in class AbstractInterceptorException
public Object invokeHome(Invocation mi)
throws Exception
Interceptor
invokeHome in interface InterceptorinvokeHome in class AbstractInterceptormi - ???
Exception - ???
public Object invoke(Invocation mi)
throws Exception
Interceptor
invoke in interface Interceptorinvoke in class AbstractInterceptormi - ???
Exception - ???
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||