public class UmaPendingRequestDataLayerConfiguration extends LdapDataLayerConfiguration
ConnectionType.UMA_PENDING_REQUESTS
Constructor and Description |
---|
UmaPendingRequestDataLayerConfiguration(String rootSuffix) |
Modifier and Type | Method and Description |
---|---|
protected String |
getCustomTokenRootSuffixProperty()
The system property that will contain a custom token store root, if one has been set.
|
StoreMode |
getStoreMode() |
protected org.forgerock.opendj.ldap.DN |
setDefaultTokenDNPrefix(org.forgerock.opendj.ldap.DN root)
This method should return a DN that is the default root for the token store, based on the provided OpenAM root.
|
void |
updateExternalLdapConfiguration(ModifiedProperty<String> hosts,
ModifiedProperty<String> username,
ModifiedProperty<String> password,
ModifiedProperty<String> maxConnections,
ModifiedProperty<Boolean> sslMode,
ModifiedProperty<Integer> heartbeat,
ModifiedProperty<Boolean> affinityEnabled)
Update the configuration of the LDAP connection details.
|
getDefaultRootSuffix, getTokenStoreRootSuffix, hasChanged, update
@Inject public UmaPendingRequestDataLayerConfiguration(@Named(value="root-dn-suffix") String rootSuffix)
public StoreMode getStoreMode()
getStoreMode
in class LdapDataLayerConfiguration
public void updateExternalLdapConfiguration(ModifiedProperty<String> hosts, ModifiedProperty<String> username, ModifiedProperty<String> password, ModifiedProperty<String> maxConnections, ModifiedProperty<Boolean> sslMode, ModifiedProperty<Integer> heartbeat, ModifiedProperty<Boolean> affinityEnabled)
LdapDataLayerConfiguration
updateExternalLdapConfiguration
in class LdapDataLayerConfiguration
hosts
- The LDAP hosts.username
- The LDAP username.password
- The LDAP password.maxConnections
- The maximum number of connections.sslMode
- The SSL mode.heartbeat
- The heartbeat interval.affinityEnabled
- Whether affinity based load balancing is enabled.protected org.forgerock.opendj.ldap.DN setDefaultTokenDNPrefix(org.forgerock.opendj.ldap.DN root)
LDAPConfig
setDefaultTokenDNPrefix
in class LDAPConfig
root
- The OpenAM root.protected String getCustomTokenRootSuffixProperty()
LDAPConfig
getCustomTokenRootSuffixProperty
in class LDAPConfig
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.