Class EmbeddedLdapProperties.Validation
- java.lang.Object
- org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Validation
- Enclosing class:
- EmbeddedLdapProperties
public static class EmbeddedLdapProperties.Validation extends Object
Constructor Summary
Constructors Constructor Description Validation()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.core.io.ResourcegetSchema()booleanisEnabled()voidsetEnabled(boolean enabled)voidsetSchema(org.springframework.core.io.Resource schema)
Constructor Detail
Validation
public Validation()
Method Detail
isEnabled
public boolean isEnabled()
setEnabled
public void setEnabled(boolean enabled)
getSchema
public org.springframework.core.io.Resource getSchema()
setSchema
public void setSchema(org.springframework.core.io.Resource schema)