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