Local Interface SL3KRB5::JAASArgumentFactory

Local Interface SL3KRB5::JAASArgumentFactory

local interface JAASArgumentFactory
    inherits from SL3TCPIP::ArgumentFactory
The SL3KRB5::JAASArgumentFactory creates the KRB5JAASArgBuilder for acquiring Kerberos Credentials.

Operation Index

createArgJAASApplicationName
createArgJAASConfiguration
createArgJAASKerberosPassword
createArgJAASKerberosPrincipal
createArgJAASLoginCallbackHandler
createArgJAASLoginContext
createKRB5JAASArgBuilder
This operation creates a KRB5 JAAS Arg Builder object.

Operations

createArgJAASApplicationName
SL3AQArgs::Argument createArgJAASApplicationName(in string application_name);

createArgJAASConfiguration
SL3AQArgs::Argument createArgJAASConfiguration(in string configuration_classname);

createArgJAASKerberosPassword
SL3AQArgs::Argument createArgJAASKerberosPassword(in string kerberos_password);

createArgJAASKerberosPrincipal
SL3AQArgs::Argument createArgJAASKerberosPrincipal(in string kerberos_principal);

createArgJAASLoginCallbackHandler
SL3AQArgs::Argument createArgJAASLoginCallbackHandler(in string callback_handler_classname);

createArgJAASLoginContext
SL3AQArgs::Argument createArgJAASLoginContext(in string login_context_classname);

createKRB5JAASArgBuilder
KRB5JAASArgBuilder createKRB5JAASArgBuilder(in TransportSecurity::CredentialsUsage usage);

This operation creates a KRB5 JAAS Arg Builder object.


Generated by the ORBacus IDL-to-HTML translator