Uses of Class
org.omg.CORBA.Principal
-
Packages that use Principal Package Description com.sun.corba.ee.impl.corba com.sun.corba.ee.impl.encoding com.sun.corba.ee.impl.protocol.giopmsgheaders org.omg.CORBA 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).org.omg.CORBA.portable 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.corba Modifier and Type Class Description class
PrincipalImpl
Methods in com.sun.corba.ee.impl.corba that return Principal Modifier and Type Method Description Principal
AnyImpl. extract_Principal()
Methods in com.sun.corba.ee.impl.corba with parameters of type Principal Modifier and Type Method Description void
AnyImpl. insert_Principal(Principal p)
-
Uses of Principal in com.sun.corba.ee.impl.encoding
Methods in com.sun.corba.ee.impl.encoding that return Principal Modifier and Type Method Description Principal
CDRInputObject. read_Principal()
Principal
CDRInputStream_1_0. read_Principal()
abstract Principal
CDRInputStreamBase. read_Principal()
Principal
MarshalInputStream. read_Principal()
Principal
WrapperInputStream. read_Principal()
Methods in com.sun.corba.ee.impl.encoding with parameters of type Principal Modifier and Type Method Description 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 Principal Modifier and Type Field Description private Principal
RequestMessage_1_0. requesting_principal
private Principal
RequestMessage_1_1. requesting_principal
Methods in com.sun.corba.ee.impl.protocol.giopmsgheaders that return Principal Modifier and Type Method Description Principal
RequestMessage_1_0. getPrincipal()
Principal
RequestMessage_1_1. getPrincipal()
Principal
RequestMessage_1_2. getPrincipal()
Principal
RequestMessage. getPrincipal()
Methods in com.sun.corba.ee.impl.protocol.giopmsgheaders with parameters of type Principal Modifier and Type Method Description private static RequestMessage
MessageBase. createRequest(ORB orb, GIOPVersion gv, byte encodingVersion, int request_id, boolean response_expected, byte[] object_key, java.lang.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, java.lang.String operation, ServiceContexts service_contexts, Principal requesting_principal)
Constructors in com.sun.corba.ee.impl.protocol.giopmsgheaders with parameters of type Principal Constructor Description RequestMessage_1_0(ORB orb, ServiceContexts _service_contexts, int _request_id, boolean _response_expected, byte[] _object_key, java.lang.String _operation, Principal _requesting_principal)
RequestMessage_1_1(ORB orb, ServiceContexts _service_contexts, int _request_id, boolean _response_expected, byte[] _reserved, byte[] _object_key, java.lang.String _operation, Principal _requesting_principal)
-
Uses of Principal in org.omg.CORBA
Fields in org.omg.CORBA declared as Principal Modifier and Type Field Description Principal
PrincipalHolder. value
Deprecated.ThePrincipal
value held by thisPrincipalHolder
object.Methods in org.omg.CORBA that return Principal Modifier and Type Method Description Principal
Any. extract_Principal()
Deprecated.Deprecated by CORBA 2.2.Methods in org.omg.CORBA with parameters of type Principal Modifier and Type Method Description void
Any. insert_Principal(Principal p)
Deprecated.Deprecated by CORBA 2.2.Constructors in org.omg.CORBA with parameters of type Principal Constructor Description PrincipalHolder(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 Principal Modifier and Type Method Description Principal
InputStream. read_Principal()
Deprecated.Deprecated by CORBA 2.2.Methods in org.omg.CORBA.portable with parameters of type Principal Modifier and Type Method Description void
OutputStream. write_Principal(Principal value)
Deprecated.Deprecated by CORBA 2.2.
-