local interface JCSIArgumentFactory
inherits from SL3TCPIP::ArgumentFactory
The SL3KRB5::JCSIArgumentFactory creates the KRB5JCSIArgBuilder
for acquiring Kerberos Credentials.
KRB5JCSIArgBuilder createKRB5JCSIArgBuilder(in TransportSecurity::CredentialsUsage usage);This operation creates a KRB5 JCSI Arg Builder object.
SL3AQArgs::Argument createKerberosConfig(in string realm,
in CORBA::StringSeq kdcs);
SL3AQArgs::Argument createKerberosPassword(in string principal,
in string password,
in string lifetime,
in boolean proxiable,
in boolean forwardable,
in string renewablelife);
SL3AQArgs::Argument createKerberosService(in string principal,
in string keytab);
SL3AQArgs::Argument createKerberosServiceClient(in string principal,
in string keytab,
in string lifetime,
in boolean proxiable,
in boolean forwardable,
in string renewablelife);
SL3AQArgs::Argument createKerberosSession(in string ccache);
SL3AQArgs::Argument createKrb5ConfFile(in string url);
SL3AQArgs::Argument createUseEmbodiedClientCredentials(in TransportSecurity::ClientCredentials creds);