hudson.plugins.active_directory
Class ActiveDirectoryMailAddressResolverImpl

java.lang.Object
  extended by hudson.tasks.MailAddressResolver
      extended by hudson.plugins.active_directory.ActiveDirectoryMailAddressResolverImpl
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension
public class ActiveDirectoryMailAddressResolverImpl
extends hudson.tasks.MailAddressResolver

If the security realm is Active Directory, try to pick up e-mail address from it.

Author:
Animesh Banerjee

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.tasks.MailAddressResolver
LIST
 
Constructor Summary
ActiveDirectoryMailAddressResolverImpl()
           
 
Method Summary
 String findMailAddressFor(hudson.model.User u)
           
 
Methods inherited from class hudson.tasks.MailAddressResolver
all, resolve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActiveDirectoryMailAddressResolverImpl

public ActiveDirectoryMailAddressResolverImpl()
Method Detail

findMailAddressFor

public String findMailAddressFor(hudson.model.User u)
Specified by:
findMailAddressFor in class hudson.tasks.MailAddressResolver


Copyright © 2004-2011. All Rights Reserved.