Uses of Class
org.apache.archiva.redback.common.ldap.user.LdapUser
-
Packages that use LdapUser Package Description org.apache.archiva.redback.common.ldap.user org.apache.archiva.redback.users.ldap.ctl org.apache.archiva.redback.users.ldap.service -
-
Uses of LdapUser in org.apache.archiva.redback.common.ldap.user
Methods in org.apache.archiva.redback.common.ldap.user that return LdapUser Modifier and Type Method Description LdapUserLdapUserMapper. getUser(String dn, Attributes attributes)LdapUserUserMapper. getUser(String dn, Attributes attributes)LdapUserLdapUserMapper. newTemplateUserInstance()LdapUserUserMapper. newTemplateUserInstance()LdapUserLdapUserMapper. newUserInstance(String username, String fullName, String email)LdapUserUserMapper. newUserInstance(String username, String fullName, String email)Methods in org.apache.archiva.redback.common.ldap.user with parameters of type LdapUser Modifier and Type Method Description UserUpdateLdapUserMapper. getUpdate(LdapUser user)UserUpdateUserMapper. getUpdate(LdapUser user) -
Uses of LdapUser in org.apache.archiva.redback.users.ldap.ctl
Methods in org.apache.archiva.redback.users.ldap.ctl that return LdapUser Modifier and Type Method Description LdapUserDefaultLdapController. getUser(String username, DirContext context)LdapUserLdapController. getUser(String key, DirContext context) -
Uses of LdapUser in org.apache.archiva.redback.users.ldap.service
Methods in org.apache.archiva.redback.users.ldap.service that return LdapUser Modifier and Type Method Description LdapUserDefaultLdapCacheService. getUser(String username)LdapUserLdapCacheService. getUser(String username)Retrieve LDAP user with the given username from the cache.Methods in org.apache.archiva.redback.users.ldap.service with parameters of type LdapUser Modifier and Type Method Description voidDefaultLdapCacheService. addUser(LdapUser user)voidLdapCacheService. addUser(LdapUser user)Adds the user to the LDAP users cache.
-