Uses of Class
org.ow2.jonas.lib.security.context.SecurityContext

Packages that use SecurityContext
org.ow2.jonas.ejb.easybeans   
org.ow2.jonas.lib.security.context   
org.ow2.jonas.security.interceptors.iiop   
org.ow2.jonas.security.interceptors.jrmp   
 

Uses of SecurityContext in org.ow2.jonas.ejb.easybeans
 

Constructors in org.ow2.jonas.ejb.easybeans with parameters of type SecurityContext
JOnASSecurityContextWrapper(SecurityContext jonasSecurityContext)
          Builds a security context around JOnAS security context.
 

Uses of SecurityContext in org.ow2.jonas.lib.security.context
 

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

Methods in org.ow2.jonas.lib.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.ow2.jonas.security.interceptors.iiop
 

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

Methods in org.ow2.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.ow2.jonas.security.interceptors.jrmp
 

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

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



Copyright © 2010 OW2 Consortium. All Rights Reserved.