Interface IdentityStoreLdapParametersProvider
public interface IdentityStoreLdapParametersProvider
Provider for accessing identity store LDAP connection parameters.
-
Method Summary
Modifier and TypeMethodDescriptiongetLdapParams
(Realm realm, String storeName) Gets theLdapConnectionParameters
for the chosen identity store.
-
Method Details
-
getLdapParams
Gets theLdapConnectionParameters
for the chosen identity store.- Parameters:
realm
- theRealm
in which the identity store is configuredstoreName
- the name of the identity store- Returns:
- the
LdapConnectionParameters
for the given identity store - Throws:
SMSException
- if the LDAP connection parameters for the store cannot be fetched
-