Uses of Class
org.omg.CORBA.Principal

Packages that use Principal
org.apache.yoko.orb.CORBA   
org.omg.CORBA   
org.omg.CORBA.portable   
org.omg.GIOP   
 

Uses of Principal in org.apache.yoko.orb.CORBA
 

Methods in org.apache.yoko.orb.CORBA that return Principal
 Principal Any.extract_Principal()
           
 Principal InputStream.read_Principal()
           
 

Methods in org.apache.yoko.orb.CORBA with parameters of type Principal
 void Any.insert_Principal(Principal val)
           
 void OutputStream.write_Principal(Principal value)
           
 

Uses of Principal in org.omg.CORBA
 

Fields in org.omg.CORBA declared as Principal
 Principal PrincipalHolder.value
           
 

Methods in org.omg.CORBA that return Principal
 Principal Any.extract_Principal()
          Deprecated by CORBA 2.2.
 

Methods in org.omg.CORBA with parameters of type Principal
 void Any.insert_Principal(Principal p)
          Deprecated by CORBA 2.2.
 

Constructors in org.omg.CORBA with parameters of type Principal
PrincipalHolder(Principal initial)
           
 

Uses of Principal in org.omg.CORBA.portable
 

Methods in org.omg.CORBA.portable that return Principal
 Principal InputStream.read_Principal()
          Deprecated by CORBA 2.2.
 

Methods in org.omg.CORBA.portable with parameters of type Principal
 void OutputStream.write_Principal(Principal value)
          Deprecated by CORBA 2.2.
 

Uses of Principal in org.omg.GIOP
 

Fields in org.omg.GIOP declared as Principal
 Principal RequestHeader_1_1.requesting_principal
           
 Principal RequestHeader_1_0.requesting_principal
           
 

Constructors in org.omg.GIOP with parameters of type Principal
RequestHeader_1_0(ServiceContext[] service_context, int request_id, boolean response_expected, byte[] object_key, String operation, Principal requesting_principal)
           
RequestHeader_1_1(ServiceContext[] service_context, int request_id, boolean response_expected, byte[] reserved, byte[] object_key, String operation, Principal requesting_principal)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.