client_interceptor = new CSIClientRequestInterceptor(codec);
server_interceptor = new CSIServerRequestInterceptor(codec);
ior_interceptor = new GSSUPIORInterceptor(codec);
// Install factory for security policies...
PolicyFactory factory = new CSIPolicyFactory();
info.register_policy_factory(SecMechanismsPolicy.value, factory);
info.register_policy_factory(SecInvocationCredentialsPolicy.value,
factory);
info.register_policy_factory(SecQOPPolicy.value, factory);
info.register_policy_factory(SecEstablishTrustPolicy.value, factory);