public class AttributeCheckAttributesMapper extends Object implements org.springframework.ldap.core.AttributesMapper<Object>
| Constructor and Description |
|---|
AttributeCheckAttributesMapper() |
| Modifier and Type | Method and Description |
|---|---|
Object |
mapFromAttributes(Attributes attributes) |
void |
setAbsentAttributes(String[] absentAttributes) |
void |
setExpectedAttributes(String[] expectedAttributes) |
void |
setExpectedValues(String[] expectedValues) |
public Object mapFromAttributes(Attributes attributes) throws NamingException
mapFromAttributes in interface org.springframework.ldap.core.AttributesMapper<Object>NamingExceptionpublic void setAbsentAttributes(String[] absentAttributes)
public void setExpectedAttributes(String[] expectedAttributes)
public void setExpectedValues(String[] expectedValues)