Package | Description |
---|---|
org.jacorb.orb.portableInterceptor | |
org.jacorb.security.sas | |
org.jacorb.util.tracing | |
org.omg.IOP |
Modifier and Type | Class and Description |
---|---|
class |
Codec_CDR_1_0_Impl
This class represents a codec for encoding ENCODING_CDR_ENCAPS 1.0.
|
class |
CodecImpl
This class represents a codec for encoding CDR encapsulations for the supported
GIOP versions 1.0-1.2
See PI SPec p.10-77ff
|
Modifier and Type | Method and Description |
---|---|
Codec |
CodecFactoryImpl.create_codec(Encoding enc)
implementation of org.omg.IOP.CodecFactoryOperations interface
|
Modifier and Type | Field and Description |
---|---|
protected Codec |
SASTargetInterceptor.codec |
protected Codec |
SASClientInterceptor.codec |
Modifier and Type | Method and Description |
---|---|
byte[] |
KerberosContext.createClientContext(ORB orb,
Codec codec,
CompoundSecMechList csmList) |
byte[] |
JsseContext.createClientContext(ORB orb,
Codec codec,
CompoundSecMechList csmList) |
byte[] |
GssUpContext.createClientContext(ORB orb,
Codec codec,
CompoundSecMechList csmList) |
byte[] |
NullContext.createClientContext(ORB orb,
Codec codec,
CompoundSecMechList csmList) |
byte[] |
ISASContext.createClientContext(ORB orb,
Codec codec,
CompoundSecMechList csmList) |
IdentityToken |
JsseContext.createIdentityToken(ORB orb,
Codec codec,
CompoundSecMechList csmList) |
static InitialContextToken |
GSSUPNameSpi.decode(ORB orb,
Codec codec,
byte[] gssToken) |
static byte[] |
GSSUPNameSpi.encode(ORB orb,
Codec codec,
java.lang.String username,
char[] password,
java.lang.String target_name) |
static byte[] |
GSSUPNameSpi.encode(ORB orb,
Codec codec,
java.lang.String username,
java.lang.String password,
byte[] target_name) |
boolean |
KerberosContext.validateContext(ORB orb,
Codec codec,
byte[] contextToken) |
boolean |
JsseContext.validateContext(ORB orb,
Codec codec,
byte[] contextToken) |
boolean |
GssUpContext.validateContext(ORB orb,
Codec codec,
byte[] contextToken) |
boolean |
NullContext.validateContext(ORB orb,
Codec codec,
byte[] contextToken) |
boolean |
ISASContext.validateContext(ORB orb,
Codec codec,
byte[] contextToken) |
Constructor and Description |
---|
ClientTraceInterceptor(Codec codec,
int slot_id,
TracingService tracer) |
ServerTraceInterceptor(int slot_id,
Codec codec) |
Modifier and Type | Class and Description |
---|---|
class |
_CodecLocalBase
Abstract base class for implementations of local interface Codec
|
class |
CodecLocalTie
Generated from IDL interface "Codec".
|
Modifier and Type | Field and Description |
---|---|
Codec |
CodecHolder.value |
Modifier and Type | Method and Description |
---|---|
Codec |
CodecFactoryLocalTie.create_codec(Encoding enc) |
Codec |
CodecFactoryOperations.create_codec(Encoding enc) |
static Codec |
CodecHelper.extract(Any any) |
static Codec |
CodecHelper.narrow(Object obj) |
static Codec |
CodecHelper.read(InputStream in) |
static Codec |
CodecHelper.unchecked_narrow(Object obj) |
Modifier and Type | Method and Description |
---|---|
static void |
CodecHelper.insert(Any any,
Codec s) |
static void |
CodecHelper.write(OutputStream _out,
Codec s) |
Constructor and Description |
---|
CodecHolder(Codec initial) |