Package org.keycloak.representations.idm
Class TestLdapConnectionRepresentation
java.lang.Object
org.keycloak.representations.idm.TestLdapConnectionRepresentation
-
Constructor Summary
ConstructorsConstructorDescriptionTestLdapConnectionRepresentation(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) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetAuthType(String authType) voidsetBindCredential(String bindCredential) voidvoidsetComponentId(String componentId) voidsetConnectionTimeout(String connectionTimeout) voidsetConnectionUrl(String connectionUrl) voidsetStartTls(String startTls) voidsetUseTruststoreSpi(String useTruststoreSpi)
-
Constructor Details
-
TestLdapConnectionRepresentation
public TestLdapConnectionRepresentation() -
TestLdapConnectionRepresentation
-
TestLdapConnectionRepresentation
-
-
Method Details
-
getAction
-
setAction
-
getConnectionUrl
-
setConnectionUrl
-
getAuthType
-
setAuthType
-
getBindDn
-
setBindDn
-
getBindCredential
-
setBindCredential
-
getUseTruststoreSpi
-
setUseTruststoreSpi
-
getConnectionTimeout
-
setConnectionTimeout
-
getComponentId
-
setComponentId
-
getStartTls
-
setStartTls
-