|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ow2.jonas.ejb.easybeans.JOnASSecurityCurrent
public class JOnASSecurityCurrent
Wrapper for the Security of JOnAS.
| Constructor Summary | |
|---|---|
JOnASSecurityCurrent()
|
|
| Method Summary | |
|---|---|
org.ow2.easybeans.security.api.EZBSecurityContext |
getSecurityContext()
Gets the current context. |
void |
setGlobalSecurityContext(org.ow2.easybeans.security.api.EZBSecurityContext securityContext)
Associates the given security context to all threads (JVM). |
void |
setSecurityContext(org.ow2.easybeans.security.api.EZBSecurityContext securityContext)
Associates the given security context to the current thread. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JOnASSecurityCurrent()
| Method Detail |
|---|
public org.ow2.easybeans.security.api.EZBSecurityContext getSecurityContext()
getSecurityContext in interface org.ow2.easybeans.security.api.EZBSecurityCurrentpublic void setSecurityContext(org.ow2.easybeans.security.api.EZBSecurityContext securityContext)
setSecurityContext in interface org.ow2.easybeans.security.api.EZBSecurityCurrentsecurityContext - Security context to associate to the current thread.public void setGlobalSecurityContext(org.ow2.easybeans.security.api.EZBSecurityContext securityContext)
securityContext - Security context to associate to the JVM
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||