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

Packages that use SecurityContext
org.ow2.jonas.lib.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
 



Copyright © 2012 OW2 Consortium. All Rights Reserved.