Class EmbeddedLdapProperties.Validation
java.lang.Object
org.springframework.boot.ldap.autoconfigure.embedded.EmbeddedLdapProperties.Validation
- Enclosing class:
EmbeddedLdapProperties
- Since:
- 4.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable org.springframework.core.io.ResourcebooleanvoidsetEnabled(boolean enabled) voidsetSchema(@Nullable org.springframework.core.io.Resource schema)
-
Constructor Details
-
Validation
public Validation()
-
-
Method Details
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getSchema
public @Nullable org.springframework.core.io.Resource getSchema() -
setSchema
public void setSchema(@Nullable org.springframework.core.io.Resource schema)
-