Package org.springframework.ldap.test
Class AttributeCheckContextMapper
java.lang.Object
org.springframework.ldap.test.AttributeCheckContextMapper
- All Implemented Interfaces:
ContextMapper<DirContextAdapter>
Dummy ContextMapper for testing purposes to check that the received Attributes are the
expected ones.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionmapFromContext
(Object ctx) Map a single LDAP Context to an object.void
setAbsentAttributes
(String[] absentAttributes) void
setExpectedAttributes
(String[] expectedAttributes) void
setExpectedValues
(String[] expectedValues)
-
Constructor Details
-
AttributeCheckContextMapper
public AttributeCheckContextMapper()
-
-
Method Details
-
mapFromContext
Description copied from interface:ContextMapper
Map a single LDAP Context to an object. The supplied Objectctx
is the object from a singleSearchResult
,Binding
, or a lookup operation.- Specified by:
mapFromContext
in interfaceContextMapper<DirContextAdapter>
- Parameters:
ctx
- the context to map to an object. Typically this will be aDirContextAdapter
instance, unless a project specificDirObjectFactory
has been specified on theContextSource
.- Returns:
- an object built from the data in the context.
-
setAbsentAttributes
-
setExpectedAttributes
-
setExpectedValues
-