Uses of Class
org.omg.CORBA.Principal
Packages that use Principal
Package
Description
Provides the mapping of the OMG CORBA APIs to the JavaTM
programming language, including the class ORB, which is implemented
so that a programmer can use it as a fully-functional Object Request Broker
(ORB).
Provides a portability layer, that is, a set of ORB APIs
that makes it possible for code generated
by one vendor to run on another vendor's ORB.
-
Uses of Principal in com.sun.corba.ee.impl.corba
Subclasses of Principal in com.sun.corba.ee.impl.corbaMethods in com.sun.corba.ee.impl.corba that return PrincipalMethods in com.sun.corba.ee.impl.corba with parameters of type Principal -
Uses of Principal in com.sun.corba.ee.impl.encoding
Methods in com.sun.corba.ee.impl.encoding that return PrincipalModifier and TypeMethodDescriptionfinal Principal
CDRInputObject.read_Principal()
CDRInputStream_1_0.read_Principal()
abstract Principal
CDRInputStreamBase.read_Principal()
MarshalInputStream.read_Principal()
WrapperInputStream.read_Principal()
Methods in com.sun.corba.ee.impl.encoding with parameters of type PrincipalModifier and TypeMethodDescriptionfinal void
CDROutputObject.write_Principal
(Principal value) void
CDROutputStream_1_0.write_Principal
(Principal p) abstract void
CDROutputStreamBase.write_Principal
(Principal value) void
MarshalOutputStream.write_Principal
(Principal value) -
Uses of Principal in com.sun.corba.ee.impl.protocol.giopmsgheaders
Fields in com.sun.corba.ee.impl.protocol.giopmsgheaders declared as PrincipalModifier and TypeFieldDescriptionprivate Principal
RequestMessage_1_0.requesting_principal
private Principal
RequestMessage_1_1.requesting_principal
Methods in com.sun.corba.ee.impl.protocol.giopmsgheaders that return PrincipalModifier and TypeMethodDescriptionRequestMessage_1_0.getPrincipal()
RequestMessage_1_1.getPrincipal()
RequestMessage_1_2.getPrincipal()
RequestMessage.getPrincipal()
Methods in com.sun.corba.ee.impl.protocol.giopmsgheaders with parameters of type PrincipalModifier and TypeMethodDescriptionprivate static RequestMessage
MessageBase.createRequest
(ORB orb, GIOPVersion gv, byte encodingVersion, int request_id, boolean response_expected, byte[] object_key, String operation, ServiceContexts service_contexts, Principal requesting_principal) static RequestMessage
MessageBase.createRequest
(ORB orb, GIOPVersion gv, byte encodingVersion, int request_id, boolean response_expected, IOR ior, short addrDisp, String operation, ServiceContexts service_contexts, Principal requesting_principal) Constructors in com.sun.corba.ee.impl.protocol.giopmsgheaders with parameters of type PrincipalModifierConstructorDescription(package private)
RequestMessage_1_0
(ORB orb, ServiceContexts _service_contexts, int _request_id, boolean _response_expected, byte[] _object_key, String _operation, Principal _requesting_principal) (package private)
RequestMessage_1_1
(ORB orb, ServiceContexts _service_contexts, int _request_id, boolean _response_expected, byte[] _reserved, byte[] _object_key, String _operation, Principal _requesting_principal) -
Uses of Principal in org.omg.CORBA
Fields in org.omg.CORBA declared as PrincipalModifier and TypeFieldDescriptionPrincipalHolder.value
Deprecated.ThePrincipal
value held by thisPrincipalHolder
object.Methods in org.omg.CORBA that return PrincipalMethods in org.omg.CORBA with parameters of type PrincipalModifier and TypeMethodDescriptionvoid
Any.insert_Principal
(Principal p) Deprecated.Deprecated by CORBA 2.2.Constructors in org.omg.CORBA with parameters of type PrincipalModifierConstructorDescriptionPrincipalHolder
(Principal initial) Deprecated.Constructs a newPrincipalHolder
object with itsvalue
field initialized to the givenPrincipal
object. -
Uses of Principal in org.omg.CORBA.portable
Methods in org.omg.CORBA.portable that return PrincipalModifier and TypeMethodDescriptionInputStream.read_Principal()
Deprecated.Deprecated by CORBA 2.2.Methods in org.omg.CORBA.portable with parameters of type PrincipalModifier and TypeMethodDescriptionvoid
OutputStream.write_Principal
(Principal value) Deprecated.Deprecated by CORBA 2.2.