- JettyAuthPropertyFileLoginModule - Class in org.rundeck.jaas.jetty
-
Augments Jetty property file login module PropertyFileLoginModule, to only perform authentication
via property file login, handles shared credentials logic, and does not use property file roles.
- JettyAuthPropertyFileLoginModule() - Constructor for class org.rundeck.jaas.jetty.JettyAuthPropertyFileLoginModule
-
- JettyCachingLdapLoginModule - Class in com.dtolabs.rundeck.jetty.jaas
-
A LdapLoginModule for use with JAAS setups
The jvm should be started with the following parameter:
-Djava.security.auth.login.config=etc/ldap-loginModule.conf
and an example of the ldap-loginModule.conf would be:
- JettyCachingLdapLoginModule() - Constructor for class com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule
-
- JettyCombinedLdapLoginModule - Class in com.dtolabs.rundeck.jetty.jaas
-
Adds shared login credentials behavior, can be combined with other modules.
- JettyCombinedLdapLoginModule() - Constructor for class com.dtolabs.rundeck.jetty.jaas.JettyCombinedLdapLoginModule
-
- JettyPamLoginModule - Class in org.rundeck.jaas.jetty
-
Jetty 6 login module using PAM, uses Jetty6 principal classes and authentication callback.
- JettyPamLoginModule() - Constructor for class org.rundeck.jaas.jetty.JettyPamLoginModule
-
- JettyRolePropertyFileLoginModule - Class in org.rundeck.jaas.jetty
-
Extends Jetty property file login module PropertyFileLoginModule, to ignore authentication via property file
login, but match the username with supplied Role lists from the property file.
Adds a "caseInsensitive" option, default true.
- JettyRolePropertyFileLoginModule() - Constructor for class org.rundeck.jaas.jetty.JettyRolePropertyFileLoginModule
-
- JettySupport - Class in org.rundeck.jaas.jetty
-
$INTERFACE is ...
- JettySupport() - Constructor for class org.rundeck.jaas.jetty.JettySupport
-
- JNDILoginModule - Class in com.dtolabs.rundeck.jetty.jaas
-
JNDILoginModule provides jndi based login
- JNDILoginModule() - Constructor for class com.dtolabs.rundeck.jetty.jaas.JNDILoginModule
-
- JobExecutionItem - Interface in com.dtolabs.rundeck.execution
-
This interface represents an execution of a particular stored Job definition, identified by a string, and including
node filters (NodeSet), CLI arguments (args), loglevel.
- JobLifecyclePluginProviderService - Class in com.dtolabs.rundeck.server.plugins.services
-
- JobLifecyclePluginProviderService() - Constructor for class com.dtolabs.rundeck.server.plugins.services.JobLifecyclePluginProviderService
-
- JobRefCommand - Class in com.dtolabs.rundeck.execution
-
JobRefCommand is ...
- JobRefCommand() - Constructor for class com.dtolabs.rundeck.execution.JobRefCommand
-
- JobRefCommandBase - Class in com.dtolabs.rundeck.execution
-
JobRefCommandBase implementation returns a null value for jobIdentifier, can be subclassed.
- JobRefCommandBase() - Constructor for class com.dtolabs.rundeck.execution.JobRefCommandBase
-
- JobReferenceFailureReason - Enum in com.dtolabs.rundeck.execution
-
- jobToBeExecuted(JobExecutionContext) - Method in class com.dtolabs.rundeck.core.utils.GrailsServiceInjectorJobListener
-
- jobWasExecuted(JobExecutionContext, JobExecutionException) - Method in class com.dtolabs.rundeck.core.utils.GrailsServiceInjectorJobListener
-
- _authenticationMethod - Variable in class com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule
-
Context.SECURITY_AUTHENTICATION
- _bindDn - Variable in class com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule
-
root DN used to connect to
- _bindPassword - Variable in class com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule
-
password used to connect to the root ldap context
- _cacheDuration - Variable in class com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule
-
Duration of storing the user in memory.
- _contextFactory - Variable in class com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule
-
Context.INITIAL_CONTEXT_FACTORY
- _debug - Variable in class com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule
-
- _forceBindingLogin - Variable in class com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule
-
if the getUserInfo can pull a password off of the user then password
comparison is an option for authn, to force binding login checks, set
this to true
- _forceBindingLoginUseRootContextForRoles - Variable in class com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule
-
if _forceFindingLogin is true, and _forceBindingLoginUseRootContextForRoles
is true, then role memberships are obtained using _rootContext
- _hostname - Variable in class com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule
-
hostname of the ldap server
- _ignoreRoles - Variable in class com.dtolabs.rundeck.jetty.jaas.JettyCombinedLdapLoginModule
-
if true, ignore ldap role membership
- _ldapsVerifyHostname - Variable in class com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule
-
- _nestedGroups - Variable in class com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule
-
- _port - Variable in class com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule
-
port of the ldap server
- _providerUrl - Variable in class com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule
-
Provider URL
- _reportStatistics - Variable in class com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule
-
- _roleBaseDn - Variable in class com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule
-
base DN where role membership is to be searched from
- _roleMemberAttribute - Variable in class com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule
-
name of the attribute that a user DN would be under a role class
- _roleMemberFilter - Variable in class com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule
-
- _roleNameAttribute - Variable in class com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule
-
the name of the attribute that a role would be stored under
- _roleObjectClass - Variable in class com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule
-
object class of roles
- _rolePrefix - Variable in class com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule
-
Role prefix to remove from ldap group name.
- _roleUsernameMemberAttribute - Variable in class com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule
-
name of the attribute that a username would be under a role class
- _rootContext - Variable in class com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule
-
- _supplementalRoles - Variable in class com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule
-
List of supplemental roles provided in config file that get added to
all users.
- _timeoutConnect - Variable in class com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule
-
timeout for LDAP connection
- _timeoutRead - Variable in class com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule
-
timeout for LDAP read
- _userBaseDn - Variable in class com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule
-
base DN where users are to be searched from
- _userEmailAttribute - Variable in class com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule
-
attribute of user email
- _userFirstNameAttribute - Variable in class com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule
-
attribute of user first name
- _userIdAttribute - Variable in class com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule
-
attribute that the principal is located
- _userLastNameAttribute - Variable in class com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule
-
attribute of user last name
- _userObjectClass - Variable in class com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule
-
object class of a user
- _userPasswordAttribute - Variable in class com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule
-
name of the attribute that a users password is stored under
NOTE: not always accessible, see force binding login
- _userRdnAttribute - Variable in class com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule
-
attribute that the principal is located