@Extension public class ActiveDirectoryStatus extends ManagementLink
| Modifier and Type | Class and Description |
|---|---|
static class |
ActiveDirectoryStatus.ServerHealth
ServerHealth of a SocketInfo
|
ManagementLink.CategoryExtensionPoint.LegacyInstancesAreScopedToHudsonLIST| Constructor and Description |
|---|
ActiveDirectoryStatus() |
| Modifier and Type | Method and Description |
|---|---|
ListBoxModel |
doFillDomainsItems() |
String |
getDisplayName() |
static List<ActiveDirectoryDomain> |
getDomains()
Get the list of domains configured on the Security Realm
|
String |
getIconFileName() |
String |
getUrlName() |
ProgressiveRendering |
startDomainHealthChecks(String domain)
Start the Domain Controller Health checks against a specific domain
|
all, getCategory, getCategoryName, getDescription, getRequiredPermission, getRequiresConfirmation, getRequiresPOSTpublic String getIconFileName()
getIconFileName in interface ActiongetIconFileName in class ManagementLinkpublic String getDisplayName()
public String getUrlName()
getUrlName in interface ActiongetUrlName in class ManagementLink@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public static List<ActiveDirectoryDomain> getDomains()
ActiveDirectoryDomain.@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public ProgressiveRendering startDomainHealthChecks(String domain)
domain - to check the healthProgressiveRendering@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public ListBoxModel doFillDomainsItems()
Copyright © 2016–2020. All rights reserved.