org.kuali.rice.kim.ldap
Class EntityNamePrincipalNameMapper

java.lang.Object
  extended by org.springframework.ldap.core.support.AbstractContextMapper
      extended by org.kuali.rice.kim.ldap.EntityNamePrincipalNameMapper
All Implemented Interfaces:
org.springframework.ldap.core.ContextMapper

public class EntityNamePrincipalNameMapper
extends org.springframework.ldap.core.support.AbstractContextMapper

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
EntityNamePrincipalNameMapper()
           
 
Method Summary
 Object doMapFromContext(org.springframework.ldap.core.DirContextOperations context)
           
 Constants getConstants()
          Gets the value of constants
 org.springframework.ldap.core.ContextMapper getDefaultNameMapper()
          Gets the value of defaultNameMapper
 EntityNamePrincipalName mapFromContext(org.springframework.ldap.core.DirContextOperations context)
           
 void setConstants(Constants argConstants)
          Sets the value of constants
 void setDefaultNameMapper(org.springframework.ldap.core.ContextMapper argDefaultNameMapper)
          Sets the value of defaultNameMapper
 
Methods inherited from class org.springframework.ldap.core.support.AbstractContextMapper
mapFromContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityNamePrincipalNameMapper

public EntityNamePrincipalNameMapper()
Method Detail

mapFromContext

public EntityNamePrincipalName mapFromContext(org.springframework.ldap.core.DirContextOperations context)

doMapFromContext

public Object doMapFromContext(org.springframework.ldap.core.DirContextOperations context)
Specified by:
doMapFromContext in class org.springframework.ldap.core.support.AbstractContextMapper

getConstants

public final Constants getConstants()
Gets the value of constants

Returns:
the value of constants

setConstants

public final void setConstants(Constants argConstants)
Sets the value of constants

Parameters:
argConstants - Value to assign to this.constants

getDefaultNameMapper

public final org.springframework.ldap.core.ContextMapper getDefaultNameMapper()
Gets the value of defaultNameMapper

Returns:
the value of defaultNameMapper

setDefaultNameMapper

public final void setDefaultNameMapper(org.springframework.ldap.core.ContextMapper argDefaultNameMapper)
Sets the value of defaultNameMapper

Parameters:
argDefaultNameMapper - Value to assign to this.defaultNameMapper


Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.