Uses of Class
org.codehaus.plexus.redback.common.ldap.MappingException

Packages that use MappingException
org.codehaus.plexus.redback.common.ldap   
 

Uses of MappingException in org.codehaus.plexus.redback.common.ldap
 

Methods in org.codehaus.plexus.redback.common.ldap that throw MappingException
static java.lang.String LdapUtils.getAttributeValue(javax.naming.directory.Attributes attributes, java.lang.String attrName, java.lang.String attributeDescription)
           
static java.lang.String LdapUtils.getAttributeValueFromByteArray(javax.naming.directory.Attributes attributes, java.lang.String attrName, java.lang.String attributeDescription)
           
 javax.naming.directory.Attributes LdapUserMapper.getCreationAttributes(User user, boolean encodePasswordIfChanged)
           
 javax.naming.directory.Attributes UserMapper.getCreationAttributes(User user, boolean encodePasswordIfChanged)
           
static java.lang.String LdapUtils.getLabeledUriValue(javax.naming.directory.Attributes attributes, java.lang.String attrName, java.lang.String label, java.lang.String attributeDescription)
           
 UserUpdate LdapUserMapper.getUpdate(LdapUser user)
           
 UserUpdate UserMapper.getUpdate(LdapUser user)
           
 LdapUser LdapUserMapper.getUser(javax.naming.directory.Attributes attributes)
           
 LdapUser UserMapper.getUser(javax.naming.directory.Attributes attributes)
           
 



Copyright © 2006-2008 Codehaus. All Rights Reserved.