Uses of Class
org.objectweb.security.context.SecurityContext

Packages that use SecurityContext
org.objectweb.jonas.security.interceptors.iiop   
org.objectweb.jonas.security.interceptors.jrmp   
org.objectweb.security.context   
org.objectweb.security.propagation   
 

Uses of SecurityContext in org.objectweb.jonas.security.interceptors.iiop
 

Methods in org.objectweb.jonas.security.interceptors.iiop that return SecurityContext
 SecurityContext SecurityInterceptor.unmarshallSecurityContext(byte[] byteCtx)
          Custom UTF8 marshalling SecurityContext
 

Methods in org.objectweb.jonas.security.interceptors.iiop with parameters of type SecurityContext
 String SecurityInterceptor.contextString(SecurityContext scx)
          Return string representation of a security context
 byte[] SecurityInterceptor.marshallSecurityContext(SecurityContext ctx)
          Custom UTF8 marshalling SecurityContext The resulting bute array is composed of the following elements: principal-name, roles-number, role1, ...., runas-number, runas1, ....
 

Uses of SecurityContext in org.objectweb.jonas.security.interceptors.jrmp
 

Methods in org.objectweb.jonas.security.interceptors.jrmp that return SecurityContext
 SecurityContext SecurityServiceContext.getSecurityContext()
          get the security context
 

Constructors in org.objectweb.jonas.security.interceptors.jrmp with parameters of type SecurityContext
SecurityServiceContext(int context_id, SecurityContext sctx)
          constructor
 

Uses of SecurityContext in org.objectweb.security.context
 

Methods in org.objectweb.security.context that return SecurityContext
 SecurityContext SecurityCurrent.getSecurityContext()
          Method getSecurityContext
static SecurityContext Marshalling.unmarshallSecurityContext(byte[] byteCtx)
          Custom UTF8 marshalling SecurityContext
 

Methods in org.objectweb.security.context with parameters of type SecurityContext
static byte[] Marshalling.marshallSecurityContext(SecurityContext ctx)
          Custom UTF8 marshalling SecurityContext The resulting bute array is composed of the following elements: principal-name, roles-number, role1, ...., runas-number, runas1, ....
 void SecurityCurrent.setGlobalSecurityContext(SecurityContext ctx)
          Method setSecurityContext used for client container
 void SecurityCurrent.setSecurityContext(SecurityContext ctx)
          Method setSecurityContext
 

Uses of SecurityContext in org.objectweb.security.propagation
 

Methods in org.objectweb.security.propagation that return SecurityContext
 SecurityContext SecurityReceiver.sending_reply(int request_id)
           
 SecurityContext SecuritySender.sending_request(int request_id)
           
 

Methods in org.objectweb.security.propagation with parameters of type SecurityContext
 void SecuritySender.received_reply(int request_id, SecurityContext ctx)
           
 void SecurityReceiver.received_request(int request_id, SecurityContext ctx)
           
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.