Module SL3KRB5

Module SL3KRB5

Local Interface Index

JAASArgumentFactory
The SL3KRB5::JAASArgumentFactory creates the KRB5JAASArgBuilder for acquiring Kerberos Credentials.
JCSIArgumentFactory
The SL3KRB5::JCSIArgumentFactory creates the KRB5JCSIArgBuilder for acquiring Kerberos Credentials.
KRB5JAASArgBuilder
The KRB5JAASArgBuilder builds an argument for the KerberosJAASArgs credentials acquisition method.
KRB5JCSIArgBuilder
The KRB5JCSIArgBuilder builds an argument for the KerberosJCSIArgs credentials acquisition method.

Constant Index

AQM_KerberosJAASArgs
This acquisition mechanism for acquiring Kerberos Transport Credentials using the JAAS.
AQM_KerberosJCSIArgs
This is the acquisition mechanism for acquiring Kerberos Transport Credentials.
ExT_MITCredCache
This identifier signifies the "externalization" format for the "externalization" of credentials.
MID_Kerberos

Constants

AQM_KerberosJAASArgs
const TransportSecurity::AcquisitionMethod AQM_KerberosJAASArgs = "AQM_KRB5JAASArgs";

This acquisition mechanism for acquiring Kerberos Transport Credentials using the JAAS.

AQM_KerberosJCSIArgs
const TransportSecurity::AcquisitionMethod AQM_KerberosJCSIArgs = "AQM_KRB5JCSIArgs";

This is the acquisition mechanism for acquiring Kerberos Transport Credentials. Currently, it uses DSTC's Kerberos for a Kerberos supplier.

ExT_MITCredCache
const TransportSecurity::ExternalizationType ExT_MITCredCache = "MITCredCache";

This identifier signifies the "externalization" format for the "externalization" of credentials. For Kerberos the only one we support is for MIT Credentials Cache files.

MID_Kerberos
const TransportSecurity::MechanismId MID_Kerberos = "Kerberos";


Generated by the ORBacus IDL-to-HTML translator