Uses of Class
com.netscape.cmscore.ldapconn.PKISocketConfig
-
Packages that use PKISocketConfig Package Description com.netscape.cmscore.apps com.netscape.cmscore.dbs com.netscape.cmscore.ldapconn com.netscape.cmscore.usrgrp -
-
Uses of PKISocketConfig in com.netscape.cmscore.apps
Methods in com.netscape.cmscore.apps that return PKISocketConfig Modifier and Type Method Description PKISocketConfig
EngineConfig. getSocketConfig()
-
Uses of PKISocketConfig in com.netscape.cmscore.dbs
Methods in com.netscape.cmscore.dbs with parameters of type PKISocketConfig Modifier and Type Method Description void
DBSubsystem. init(DatabaseConfig config, PKISocketConfig socketConfig, IPasswordStore passwordStore)
Initializes the internal registry. -
Uses of PKISocketConfig in com.netscape.cmscore.ldapconn
Methods in com.netscape.cmscore.ldapconn with parameters of type PKISocketConfig Modifier and Type Method Description void
LdapAnonConnFactory. init(PKISocketConfig config)
void
LdapAnonConnFactory. init(PKISocketConfig config, LDAPConfig dbConfig)
void
LdapBoundConnFactory. init(PKISocketConfig config, LDAPConfig dbConfig)
void
LdapBoundConnFactory. init(PKISocketConfig config, LDAPConfig dbConfig, IPasswordStore passwordStore)
void
LdapBoundConnFactory. init(PKISocketConfig config, IPasswordStore passwordStore)
void
PKISocketFactory. init(PKISocketConfig config)
-
Uses of PKISocketConfig in com.netscape.cmscore.usrgrp
Methods in com.netscape.cmscore.usrgrp with parameters of type PKISocketConfig Modifier and Type Method Description void
UGSubsystem. init(PKISocketConfig socketConfig, UGSubsystemConfig config, IPasswordStore passwordStore)
-