Package org.keycloak.representations.idm
Class TestLdapConnectionRepresentation
java.lang.Object
org.keycloak.representations.idm.TestLdapConnectionRepresentation
-
Constructor Summary
ConstructorDescriptionTestLdapConnectionRepresentation
(String action, String connectionUrl, String bindDn, String bindCredential, String useTruststoreSpi, String connectionTimeout) TestLdapConnectionRepresentation
(String action, String connectionUrl, String bindDn, String bindCredential, String useTruststoreSpi, String connectionTimeout, String startTls, String authType) TestLdapConnectionRepresentation
(String action, String connectionUrl, String bindDn, String bindCredential, String useTruststoreSpi, String connectionTimeout, String startTls, String authType, String componentId) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
setAuthType
(String authType) void
setBindCredential
(String bindCredential) void
void
setComponentId
(String componentId) void
setConnectionTimeout
(String connectionTimeout) void
setConnectionUrl
(String connectionUrl) void
setStartTls
(String startTls) void
setUseTruststoreSpi
(String useTruststoreSpi)
-
Constructor Details
-
TestLdapConnectionRepresentation
public TestLdapConnectionRepresentation() -
TestLdapConnectionRepresentation
-
TestLdapConnectionRepresentation
-
TestLdapConnectionRepresentation
-
-
Method Details
-
getAction
-
setAction
-
getConnectionUrl
-
setConnectionUrl
-
getAuthType
-
setAuthType
-
getBindDn
-
setBindDn
-
getBindCredential
-
setBindCredential
-
getUseTruststoreSpi
-
setUseTruststoreSpi
-
getConnectionTimeout
-
setConnectionTimeout
-
getComponentId
-
setComponentId
-
getStartTls
-
setStartTls
-