A B C D G I J K P S
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- authenticate(HttpServletRequest, HttpServletResponse) - Method in interface com.sonymobile.jenkins.plugins.kerberossso.ioc.KerberosAuthenticator
-
Authenticates a user given his request and response.
B
- BYPASS_HEADER - Static variable in class com.sonymobile.jenkins.plugins.kerberossso.KerberosSSOFilter
-
Header name that can be passed in a request in order to make this filter ignore the request and just pass it on in the filter chain.
C
- com.sonymobile.jenkins.plugins.kerberossso - package com.sonymobile.jenkins.plugins.kerberossso
- com.sonymobile.jenkins.plugins.kerberossso.ioc - package com.sonymobile.jenkins.plugins.kerberossso.ioc
- configure(Mapping, PluginImpl, boolean, ConfigurationContext) - Method in class com.sonymobile.jenkins.plugins.kerberossso.JcascConfigurator
- configure(StaplerRequest, JSONObject) - Method in class com.sonymobile.jenkins.plugins.kerberossso.PluginImpl
-
When submit is pressed on the global config page and any settings for this plugin are changed, this method is called.
D
- describe() - Method in class com.sonymobile.jenkins.plugins.kerberossso.JcascConfigurator
- describe(PluginImpl, ConfigurationContext) - Method in class com.sonymobile.jenkins.plugins.kerberossso.JcascConfigurator
- destroy() - Method in class com.sonymobile.jenkins.plugins.kerberossso.KerberosSSOFilter
-
Called if the filter needs to be destroyed.
- dispose() - Method in interface com.sonymobile.jenkins.plugins.kerberossso.ioc.KerberosAuthenticator
-
Disposal of this Authenticator.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.sonymobile.jenkins.plugins.kerberossso.KerberosSSOFilter
-
Filters every request made to the server to determine and set authentication of the user.
G
- getAccountName() - Method in class com.sonymobile.jenkins.plugins.kerberossso.PluginImpl
-
Used by groovy for data-binding.
- getAnonymousAccess() - Method in class com.sonymobile.jenkins.plugins.kerberossso.PluginImpl
-
Used by groovy for data-binding.
- getCategory() - Method in class com.sonymobile.jenkins.plugins.kerberossso.PluginImpl
- getConfigFile() - Method in class com.sonymobile.jenkins.plugins.kerberossso.PluginImpl
- getEnabled() - Method in class com.sonymobile.jenkins.plugins.kerberossso.PluginImpl
-
Used by groovy for data-binding.
- getInstance() - Static method in class com.sonymobile.jenkins.plugins.kerberossso.PluginImpl
-
Fetches the singleton instance of this plugin.
- getInstance(Map<String, String>) - Method in interface com.sonymobile.jenkins.plugins.kerberossso.ioc.KerberosAuthenticatorFactory
-
Returns an instance of a KerberosAuthenticator object.
- getInstance(Map<String, String>) - Method in class com.sonymobile.jenkins.plugins.kerberossso.ioc.SpnegoKerberosAuthenticationFactory
- getKrb5Location() - Method in class com.sonymobile.jenkins.plugins.kerberossso.PluginImpl
-
Used by groovy for data-binding.
- getLoginClientModule() - Method in class com.sonymobile.jenkins.plugins.kerberossso.PluginImpl
-
Used by groovy for data-binding.
- getLoginLocation() - Method in class com.sonymobile.jenkins.plugins.kerberossso.PluginImpl
-
Used by groovy for data-binding.
- getLoginServerModule() - Method in class com.sonymobile.jenkins.plugins.kerberossso.PluginImpl
-
Used by groovy for data-binding.
- getName() - Method in class com.sonymobile.jenkins.plugins.kerberossso.JcascConfigurator
- getPassword() - Method in class com.sonymobile.jenkins.plugins.kerberossso.PluginImpl
-
Used by groovy for data-binding.
- getRedirect() - Method in class com.sonymobile.jenkins.plugins.kerberossso.PluginImpl
-
Used by groovy for data-binding.
- getTarget() - Method in class com.sonymobile.jenkins.plugins.kerberossso.JcascConfigurator
I
- init(FilterConfig) - Method in class com.sonymobile.jenkins.plugins.kerberossso.KerberosSSOFilter
-
Creates the spnego authenticator to be used in doFilter.
- instance(Mapping, ConfigurationContext) - Method in class com.sonymobile.jenkins.plugins.kerberossso.JcascConfigurator
- isAllowBasic() - Method in class com.sonymobile.jenkins.plugins.kerberossso.PluginImpl
-
Used by groovy for data-binding.
- isAllowDelegation() - Method in class com.sonymobile.jenkins.plugins.kerberossso.PluginImpl
-
Used by groovy for data-binding.
- isAllowLocalhost() - Method in class com.sonymobile.jenkins.plugins.kerberossso.PluginImpl
-
Used by groovy for data-binding.
- isAllowUnsecureBasic() - Method in class com.sonymobile.jenkins.plugins.kerberossso.PluginImpl
-
Used by groovy for data-binding.
- isPromptNtlm() - Method in class com.sonymobile.jenkins.plugins.kerberossso.PluginImpl
-
Used by groovy for data-binding.
- isRedirectEnabled() - Method in class com.sonymobile.jenkins.plugins.kerberossso.PluginImpl
-
Used by groovy for data-binding.
- isRestartNeeded() - Method in class com.sonymobile.jenkins.plugins.kerberossso.PluginImpl
-
Deprecated.Unused
J
- JCASC_NAME - Static variable in class com.sonymobile.jenkins.plugins.kerberossso.PluginImpl
- JcascConfigurator - Class in com.sonymobile.jenkins.plugins.kerberossso
- JcascConfigurator() - Constructor for class com.sonymobile.jenkins.plugins.kerberossso.JcascConfigurator
K
- KerberosAuthenticator - Interface in com.sonymobile.jenkins.plugins.kerberossso.ioc
-
Describes an authenticator that uses Kerberos.
- KerberosAuthenticatorFactory - Interface in com.sonymobile.jenkins.plugins.kerberossso.ioc
-
Factory method pattern used to create KerberosAuthenticators.
- KerberosSSOFilter - Class in com.sonymobile.jenkins.plugins.kerberossso
-
Filter that authenticates users using Kerberos SSO.
P
- PluginImpl - Class in com.sonymobile.jenkins.plugins.kerberossso
-
The core of this Plugin.
- PluginImpl() - Constructor for class com.sonymobile.jenkins.plugins.kerberossso.PluginImpl
S
- setAccountName(String) - Method in class com.sonymobile.jenkins.plugins.kerberossso.PluginImpl
-
Set accountName config parameter.
- setAllowBasic(boolean) - Method in class com.sonymobile.jenkins.plugins.kerberossso.PluginImpl
-
Set allowBasic config parameter.
- setAllowDelegation(boolean) - Method in class com.sonymobile.jenkins.plugins.kerberossso.PluginImpl
-
Set allowDelegation config parameter.
- setAllowLocalhost(boolean) - Method in class com.sonymobile.jenkins.plugins.kerberossso.PluginImpl
-
Set allowLocalhost config parameter.
- setAllowUnsecureBasic(boolean) - Method in class com.sonymobile.jenkins.plugins.kerberossso.PluginImpl
-
Set allowUnsecureBasic config parameter.
- setAnonymousAccess(boolean) - Method in class com.sonymobile.jenkins.plugins.kerberossso.PluginImpl
-
Set login all URLs.
- setEnabled(boolean) - Method in class com.sonymobile.jenkins.plugins.kerberossso.PluginImpl
-
Set enabled config parameter.
- setKrb5Location(String) - Method in class com.sonymobile.jenkins.plugins.kerberossso.PluginImpl
-
Set krb5Location config parameter.
- setLoginClientModule(String) - Method in class com.sonymobile.jenkins.plugins.kerberossso.PluginImpl
-
Set loginClientModule config parameter.
- setLoginLocation(String) - Method in class com.sonymobile.jenkins.plugins.kerberossso.PluginImpl
-
Set loginLocation config parameter.
- setLoginServerModule(String) - Method in class com.sonymobile.jenkins.plugins.kerberossso.PluginImpl
-
Set loginServerModule config parameter.
- setPassword(Secret) - Method in class com.sonymobile.jenkins.plugins.kerberossso.PluginImpl
- setPromptNtlm(boolean) - Method in class com.sonymobile.jenkins.plugins.kerberossso.PluginImpl
-
Set promptNtlm config parameter.
- setRedirect(String) - Method in class com.sonymobile.jenkins.plugins.kerberossso.PluginImpl
-
Set redirect config parameter.
- setRedirectEnabled(boolean) - Method in class com.sonymobile.jenkins.plugins.kerberossso.PluginImpl
-
Set redirectEnabled config parameter.
- SpnegoKerberosAuthenticationFactory - Class in com.sonymobile.jenkins.plugins.kerberossso.ioc
-
Used to create SpnegoKerberosAuthenticators.
- SpnegoKerberosAuthenticationFactory() - Constructor for class com.sonymobile.jenkins.plugins.kerberossso.ioc.SpnegoKerberosAuthenticationFactory
- start() - Static method in class com.sonymobile.jenkins.plugins.kerberossso.PluginImpl
-
Starts the plugin.
- stop() - Static method in class com.sonymobile.jenkins.plugins.kerberossso.PluginImpl
-
Stops this plugin and removes the filter from Jenkins.
All Classes All Packages