|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.security.propagation.rmi.jrmp.interceptors.SecurityServiceContext
public class SecurityServiceContext
Context exchanged between client/server.
Field Summary | |
---|---|
static int |
SEC_CTX_ID
Security context id. |
private EZBSecurityContext |
securityContext
Security context. |
private static long |
serialVersionUID
UID for serialization. |
Constructor Summary | |
---|---|
SecurityServiceContext(EZBSecurityContext securityContext)
Constructor. |
Method Summary | |
---|---|
int |
getContextId()
|
EZBSecurityContext |
getSecurityContext()
Gets the security context. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
public static final int SEC_CTX_ID
private EZBSecurityContext securityContext
Constructor Detail |
---|
public SecurityServiceContext(EZBSecurityContext securityContext)
securityContext
- the RMI (Serializable) Security ContextMethod Detail |
---|
public EZBSecurityContext getSecurityContext()
public int getContextId()
getContextId
in interface org.objectweb.carol.rmi.jrmp.interceptor.JServiceContext
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |