java.lang.Object
org.jellyfish.MappingManagerMock
- All Implemented Interfaces:
- MappingManager
- public class MappingManagerMock
- extends java.lang.Object
- implements MappingManager
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mapToAttributesCalled
public boolean mapToAttributesCalled
mapToAttributesObject
public java.lang.Object mapToAttributesObject
mapToAttributesReturn
public javax.naming.directory.Attributes mapToAttributesReturn
getObjectDnCalled
public boolean getObjectDnCalled
getObjectDnObject
public java.lang.Object getObjectDnObject
getObjectDnReturn
public java.lang.String getObjectDnReturn
getObjectMappingCalled
public boolean getObjectMappingCalled
getObjectMappingObject
public java.lang.Object getObjectMappingObject
getObjectMappingReturn
public org.jellyfish.config.ObjectMapping getObjectMappingReturn
mapFromAttributesCalled
public boolean mapFromAttributesCalled
mapFromAttributesAttributes
public javax.naming.directory.Attributes mapFromAttributesAttributes
mapFromAttributesReturn
public java.lang.Object mapFromAttributesReturn
getUserDnCalled
public boolean getUserDnCalled
getUserDnUsername
public java.lang.String getUserDnUsername
getUserDnReturn
public java.lang.String getUserDnReturn
MappingManagerMock
public MappingManagerMock()
mapToAttributes
public javax.naming.directory.Attributes mapToAttributes(java.lang.Object object)
- Specified by:
mapToAttributes in interface MappingManager
getObjectDn
public java.lang.String getObjectDn(java.lang.Object object)
- Specified by:
getObjectDn in interface MappingManager
getObjectMapping
public org.jellyfish.config.ObjectMapping getObjectMapping(java.lang.Object object)
throws ObjectMapNotFoundException
- Specified by:
getObjectMapping in interface MappingManager
mapFromAttributes
public java.lang.Object mapFromAttributes(javax.naming.directory.Attributes attributes)
- Specified by:
mapFromAttributes in interface MappingManager
getObjectMapping
public org.jellyfish.config.ObjectMapping getObjectMapping(javax.naming.directory.Attributes attributes)
throws ObjectMapNotFoundException
- Specified by:
getObjectMapping in interface MappingManager
getUserDn
public java.lang.String getUserDn(java.lang.String username)
- Specified by:
getUserDn in interface MappingManager