Serialized Form
-
Package hudson.plugins.active_directory
-
Class hudson.plugins.active_directory.ActiveDirectoryDomain
class ActiveDirectoryDomain extends AbstractDescribableImpl<ActiveDirectoryDomain> implements Serializable-
Serialization Methods
-
readResolve
-
-
Serialized Fields
-
bindName
String bindName
If non-null, use this name and password to bind to LDAP to obtain the DN of the user trying to login. This is unnecessary in a single-domain mode, where we can just bind with the user name and password provided during the login, but in a forest mode, without some known credential, we cannot figure out which domain in the forest the user belongs to. -
bindPassword
Secret bindPassword
-
name
String name
Domain nameWhen this plugin is used on Windows, this field is null, and we use ADSI and ADO through com4j to perform authentication.
OTOH, when this plugin runs on non-Windows, this field must be non-null, and we'll use LDAP for authentication.
-
servers
String servers
If non-null, Jenkins will try to connect at this server at the first priority, before falling back to discovered DNS servers. -
site
String site
Active directory site (which specifies the physical concentration of the servers), if any. If the value is non-null, we'll only contact servers in this site.On Windows, I'm assuming ADSI takes care of everything automatically.
-
tlsConfiguration
TlsConfiguration tlsConfiguration
Selects the SSL strategy to follow on the TLS connectionsEven if we are not using any of the TLS ports (3269/636) the plugin will try to establish a TLS channel using startTLS. Because of this, we need to be able to specify the SSL strategy on the plugin
For the moment there are two possible values: trustAllCertificates and trustStore.
-
-
-
Class hudson.plugins.active_directory.ActiveDirectorySecurityRealm.EnvironmentProperty
class EnvironmentProperty extends AbstractDescribableImpl<ActiveDirectorySecurityRealm.EnvironmentProperty> implements Serializable -
Class hudson.plugins.active_directory.ActiveDirectoryUserDetail
class ActiveDirectoryUserDetail extends org.springframework.security.core.userdetails.User implements Serializable- serialVersionUID:
- 1L
-
Exception hudson.plugins.active_directory.CacheAuthenticationException
class CacheAuthenticationException extends org.springframework.security.core.AuthenticationException implements Serializable -
Exception hudson.plugins.active_directory.MultiCauseBadCredentialsException
class MultiCauseBadCredentialsException extends org.springframework.security.core.AuthenticationException implements Serializable -
Exception hudson.plugins.active_directory.MultiCauseUserMayOrMayNotExistException
class MultiCauseUserMayOrMayNotExistException extends UserMayOrMayNotExistException2 implements Serializable -
Exception hudson.plugins.active_directory.MultiCauseUserNotFoundException
class MultiCauseUserNotFoundException extends org.springframework.security.core.userdetails.UsernameNotFoundException implements Serializable
-