A B C D E F G H I J L M N O P R S T U V 

A

AbstractCommandLineArguments - Class in net.shibboleth.idp.cli
Base class for JCommander command line argument handling for an HTTP-based remote service call, with an abstract method that adds to a URL based on a derived class' arguments.
AbstractCommandLineArguments() - Constructor for class net.shibboleth.idp.cli.AbstractCommandLineArguments
Constructor.
appendPropertySource(ConfigurableApplicationContext, String, Properties) - Method in class net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer
Add property source to the application context environment with lowest precedence.
applicationContext - Variable in class net.shibboleth.idp.log.LogbackLoggingService
Spring application context.
applicationContext - Variable in class net.shibboleth.idp.spring.DeprecatedPropertyBean
Spring context.
ARGS_PROPERTY - Static variable in class net.shibboleth.idp.cli.CLI
Name of system property for command line argument class.

B

BASEURL_PROPERTY - Static variable in class net.shibboleth.idp.cli.AbstractCommandLineArguments
Name of system property for overriding default URL.
buildHttpContext(HttpUriRequest) - Method in class net.shibboleth.idp.metrics.impl.HTTPReporter
Build the HttpClientContext instance to be used by the HttpClient.
buildURL() - Method in class net.shibboleth.idp.cli.AbstractCommandLineArguments
Compute the full URL to connect to.
buildURL() - Method in interface net.shibboleth.idp.cli.CommandLineArguments
Compute the full URL to connect to.

C

CLI - Class in net.shibboleth.idp.cli
Entry point for command line attribute utility.
CLI() - Constructor for class net.shibboleth.idp.cli.CLI
Constructor.
CLIENT_ADDRESS_MDC_ATTRIBUTE - Static variable in class net.shibboleth.idp.log.SLF4JMDCServletFilter
MDC attribute name for client address.
collectorURL - Variable in class net.shibboleth.idp.metrics.impl.HTTPReporter
URL to the collection point.
CommandLineArguments - Interface in net.shibboleth.idp.cli
Interface for JCommander command line argument handling for an HTTP-based remote service call.
configurationResource - Variable in class net.shibboleth.idp.log.LogbackLoggingService
Logging configuration resource.
contains(String) - Method in interface net.shibboleth.idp.persistence.PersistenceManager
Deprecated.
Determines if an item with the given ID is exists within the persistence store.
contains(ItemType) - Method in interface net.shibboleth.idp.persistence.PersistenceManager
Deprecated.
Determines if an item exists within the persistence store.
CoreGaugeSet - Class in net.shibboleth.idp.metrics.impl
A set of gauges for core system information.
CoreGaugeSet() - Constructor for class net.shibboleth.idp.metrics.impl.CoreGaugeSet
Constructor.

D

dateTimeFormat - Variable in class net.shibboleth.idp.metrics.impl.HTTPReporter
Formatting string for DateTime fields.
deadProperties - Variable in class net.shibboleth.idp.spring.DeprecatedPropertyBean
Dead properties.
decryptionParserPool - Variable in class net.shibboleth.idp.spring.OpenSAMLConfigBean
Optional decryption ParserPool to configure.
DEFAULT_DT_FORMAT - Static variable in class net.shibboleth.idp.metrics.impl.HTTPReporter
Default date/time format string.
DEFAULT_METRIC_NAME - Static variable in class net.shibboleth.idp.metrics.impl.IdPGaugeSet
Default prefix for metrics.
DEFAULT_METRIC_NAME - Static variable in class net.shibboleth.idp.metrics.ReloadableServiceGaugeSet
Default prefix for metrics.
deprecatedProperties - Variable in class net.shibboleth.idp.spring.DeprecatedPropertyBean
Deprecated properties.
DeprecatedPropertyBean - Class in net.shibboleth.idp.spring
A bean that emits deprecation warnings if a configurable set of properties are set.
DeprecatedPropertyBean() - Constructor for class net.shibboleth.idp.spring.DeprecatedPropertyBean
Constructor.
destroy() - Method in class net.shibboleth.idp.log.SLF4JMDCServletFilter
disableNameChecking - Variable in class net.shibboleth.idp.cli.AbstractCommandLineArguments
Disable TLS certificate name checking.
doBuildURL(StringBuilder) - Method in class net.shibboleth.idp.cli.AbstractCommandLineArguments
Override this method to modify the eventual URL and attach any parameters.
doBuildURL(StringBuilder) - Method in class net.shibboleth.idp.cli.MetadataQueryArguments
Override this method to modify the eventual URL and attach any parameters.
doBuildURL(StringBuilder) - Method in class net.shibboleth.idp.cli.ReloadMetadataArguments
Override this method to modify the eventual URL and attach any parameters.
doBuildURL(StringBuilder) - Method in class net.shibboleth.idp.cli.ReloadServiceArguments
Override this method to modify the eventual URL and attach any parameters.
doBuildURL(StringBuilder) - Method in class net.shibboleth.idp.cli.ResolverTestArguments
Override this method to modify the eventual URL and attach any parameters.
doBuildURL(StringBuilder) - Method in class net.shibboleth.idp.cli.StatusArguments
Override this method to modify the eventual URL and attach any parameters.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class net.shibboleth.idp.log.SLF4JMDCServletFilter
doInitialize() - Method in class net.shibboleth.idp.log.LogbackLoggingService
doInitialize() - Method in class net.shibboleth.idp.metrics.ReloadableServiceGaugeSet
doInitialize() - Method in class net.shibboleth.idp.security.ReloadingAccessControlService
doInitialize() - Method in class net.shibboleth.idp.spring.DeprecatedPropertyBean
doInitialize() - Method in class net.shibboleth.idp.spring.OpenSAMLConfigBean
doReload() - Method in class net.shibboleth.idp.log.LogbackLoggingService
doRequest(CommandLineArguments) - Static method in class net.shibboleth.idp.cli.CLI
Make a request using the arguments established.
dummy1 - Variable in class net.shibboleth.idp.cli.ResolverTestArguments
Obsolete.
dummy2 - Variable in class net.shibboleth.idp.cli.ResolverTestArguments
Obsolete.
dummy3 - Variable in class net.shibboleth.idp.cli.ResolverTestArguments
Obsolete.
dummy4 - Variable in class net.shibboleth.idp.cli.ResolverTestArguments
Obsolete.
durationUnit - Variable in class net.shibboleth.idp.metrics.impl.HTTPReporter
Duration unit.

E

entityID - Variable in class net.shibboleth.idp.cli.MetadataQueryArguments
EntityID.
errorAndExit(String) - Static method in class net.shibboleth.idp.cli.CLI
Logs, as an error, the error message and exits the program.

F

FAILFAST_PROPERTY - Static variable in class net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer
Property controlling whether to fail fast.
fallbackConfiguration - Variable in class net.shibboleth.idp.log.LogbackLoggingService
URL to the fallback logback configuration found in the IdP jar.
FileCachingHttpClientBuilder - Class in net.shibboleth.idp.http
FileCachingHttpClientBuilder customization for the Shibboleth IdP.
FileCachingHttpClientBuilder() - Constructor for class net.shibboleth.idp.http.FileCachingHttpClientBuilder
Constructor.

G

gauges - Variable in class net.shibboleth.idp.metrics.impl.CoreGaugeSet
The map of gauges.
gauges - Variable in class net.shibboleth.idp.metrics.impl.IdPGaugeSet
The map of gauges.
gauges - Variable in class net.shibboleth.idp.metrics.ReloadableServiceGaugeSet
The map of gauges.
get(String) - Method in interface net.shibboleth.idp.persistence.PersistenceManager
Deprecated.
Gets the item associated with the given ID.
getComponent() - Method in class net.shibboleth.idp.security.ReloadingAccessControlService
getDecryptionParserPool() - Method in class net.shibboleth.idp.spring.OpenSAMLConfigBean
Get the global decryption ParserPool to configure.
getHelp() - Method in class net.shibboleth.idp.cli.AbstractCommandLineArguments
Value of "help" parameter.
getInstance(String) - Method in class net.shibboleth.idp.security.ReloadingAccessControlService
getLoggingConfiguration() - Method in class net.shibboleth.idp.log.LogbackLoggingService
Gets the logging configuration.
getMetricMap() - Method in class net.shibboleth.idp.metrics.ReloadableServiceGaugeSet
Get the underlying map of metrics.
getMetricRegistry() - Method in class net.shibboleth.idp.spring.OpenSAMLConfigBean
Get the global MetricRegistry to configure.
getMetrics() - Method in class net.shibboleth.idp.metrics.impl.CoreGaugeSet
getMetrics() - Method in class net.shibboleth.idp.metrics.impl.IdPGaugeSet
getMetrics() - Method in class net.shibboleth.idp.metrics.ReloadableServiceGaugeSet
getParserPool() - Method in class net.shibboleth.idp.spring.OpenSAMLConfigBean
Get the global ParserPool to configure.
getPath() - Method in class net.shibboleth.idp.cli.AbstractCommandLineArguments
Value of "path" parameter.
getSearchLocations() - Method in class net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer
Deprecated.
In a future version a similar method will return one value
getSearchTarget() - Method in class net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer
Get the target resource to be searched for.
getService() - Method in class net.shibboleth.idp.metrics.ReloadableServiceGaugeSet
Get the service to report on.
getServiceableComponent() - Method in class net.shibboleth.idp.log.LogbackLoggingService
.
getTrustStore() - Method in class net.shibboleth.idp.cli.AbstractCommandLineArguments
Value of "trustStore" parameter.
getTrustStorePassword() - Method in class net.shibboleth.idp.cli.AbstractCommandLineArguments
Value of "trustStorePassword" parameter.
getTrustStoreType() - Method in class net.shibboleth.idp.cli.AbstractCommandLineArguments
Value of "trustStoreType" parameter.
getURL() - Method in class net.shibboleth.idp.cli.AbstractCommandLineArguments
Value of "url" parameter.
getVersion() - Static method in class net.shibboleth.idp.Version
Get the version of the IdP.

H

help - Variable in class net.shibboleth.idp.cli.AbstractCommandLineArguments
Display command usage.
httpClient - Variable in class net.shibboleth.idp.metrics.impl.HTTPReporter
HTTP Client used to post the data.
HttpClientBuilder - Class in net.shibboleth.idp.http
HttpClientBuilder customization for the Shibboleth IdP.
HttpClientBuilder() - Constructor for class net.shibboleth.idp.http.HttpClientBuilder
Constructor.
httpClientSecurityParameters - Variable in class net.shibboleth.idp.metrics.impl.HTTPReporter
HTTP client security parameters.
HTTPReporter - Class in net.shibboleth.idp.metrics.impl
A metrics reporter that runs at scheduled times and posts a JSON feed of metrics to a designated endpoint.
HTTPReporter(MetricRegistry, String, MetricFilter) - Constructor for class net.shibboleth.idp.metrics.impl.HTTPReporter
Constructor.
HTTPReporter(MetricRegistry, String, MetricFilter, TimeUnit, TimeUnit) - Constructor for class net.shibboleth.idp.metrics.impl.HTTPReporter
Constructor.
HTTPReporter(MetricRegistry, String, MetricFilter, TimeUnit, TimeUnit, ScheduledExecutorService) - Constructor for class net.shibboleth.idp.metrics.impl.HTTPReporter
Constructor.

I

id - Variable in class net.shibboleth.idp.cli.ReloadMetadataArguments
Attribute requester identity.
id - Variable in class net.shibboleth.idp.cli.ReloadServiceArguments
Attribute requester identity.
IDP_ADDITIONAL_PROPERTY - Static variable in class net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer
Property that points to more property sources.
IDP_HOME_PROPERTY - Static variable in class net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer
IdP home property.
IDP_PROPERTIES - Static variable in class net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer
Target resource to be searched for.
IdPGaugeSet - Class in net.shibboleth.idp.metrics.impl
A set of gauges for core system information.
IdPGaugeSet() - Constructor for class net.shibboleth.idp.metrics.impl.IdPGaugeSet
Constructor.
IdPPropertiesApplicationContextInitializer - Class in net.shibboleth.idp.spring
An ApplicationContextInitializer which appends properties to the application context's environment.
IdPPropertiesApplicationContextInitializer() - Constructor for class net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer
 
index - Variable in class net.shibboleth.idp.cli.ResolverTestArguments
Index into metadata.
init(FilterConfig) - Method in class net.shibboleth.idp.log.SLF4JMDCServletFilter
initialize() - Method in class net.shibboleth.idp.metrics.impl.HTTPReporter
initialize(ConfigurableApplicationContext) - Method in class net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer
InMemoryCachingHttpClientBuilder - Class in net.shibboleth.idp.http
InMemoryCachingHttpClientBuilder customization for the Shibboleth IdP.
InMemoryCachingHttpClientBuilder() - Constructor for class net.shibboleth.idp.http.InMemoryCachingHttpClientBuilder
Constructor.
installTrustStore() - Method in class net.shibboleth.idp.cli.AbstractCommandLineArguments
Use the configured parameters to set global JVM trust store parameters for SSL connectivity.
isDisableNameChecking() - Method in class net.shibboleth.idp.cli.AbstractCommandLineArguments
Value of "disableNameChecking" parameter.
isFailFast(ConfigurableApplicationContext) - Method in class net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer
Whether we fail immediately if the config is bogus.
isInitialized - Variable in class net.shibboleth.idp.metrics.impl.HTTPReporter
Whether this component has been initialized.
isInitialized() - Method in class net.shibboleth.idp.metrics.impl.HTTPReporter
isUsage() - Method in class net.shibboleth.idp.cli.AbstractCommandLineArguments
Should command usage be displayed?
isUsage() - Method in interface net.shibboleth.idp.cli.CommandLineArguments
Should command usage be displayed?

J

JSESSIONID_MDC_ATTRIBUTE - Static variable in class net.shibboleth.idp.log.SLF4JMDCServletFilter
MDC attribute name for container session ID.
jsonMapper - Variable in class net.shibboleth.idp.metrics.impl.HTTPReporter
JSON object mapper to produce output.

L

loadAdditionalPropertySources(ConfigurableApplicationContext, String, Properties) - Method in class net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer
Load additional property sources.
loadIdPHomeProperty() - Method in class net.shibboleth.idp.log.LogbackLoggingService
Add the IdPPropertiesApplicationContextInitializer.IDP_HOME_PROPERTY property from the Spring application context to the logger context.
loadLoggingConfiguration() - Method in class net.shibboleth.idp.log.LogbackLoggingService
Reads and loads in a new logging configuration.
loadLoggingConfiguration(InputStream) - Method in class net.shibboleth.idp.log.LogbackLoggingService
Loads a logging configuration in to the active logger context.
loadProperties(Properties, Resource) - Method in class net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer
Load properties from the resource.
log - Variable in class net.shibboleth.idp.metrics.impl.HTTPReporter
Class logger.
log - Variable in class net.shibboleth.idp.spring.DeprecatedPropertyBean
Class logger.
log - Variable in class net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer
Class logger.
log - Variable in class net.shibboleth.idp.spring.OpenSAMLConfigBean
Class logger.
LogbackLoggingService - Class in net.shibboleth.idp.log
Simple LoggingService that watches for logback configuration file changes and reloads the file when a change occurs.
LogbackLoggingService() - Constructor for class net.shibboleth.idp.log.LogbackLoggingService
 
loggerContext - Variable in class net.shibboleth.idp.log.LogbackLoggingService
Logback logger context.
LoggingService - Interface in net.shibboleth.idp.log
A logging configuration abstraction that piggybacks on the ReloadableService interface.
logImplementationDetails() - Method in class net.shibboleth.idp.log.LogbackLoggingService
Log the IdP version and Java version and vendor at INFO level.
logProperties(Properties) - Method in class net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer
Log property names and values at debug level, suppressing properties whose name matches 'password'.

M

main(String[]) - Static method in class net.shibboleth.idp.cli.CLI
Command line entry point.
main(String[]) - Static method in class net.shibboleth.idp.Version
Main entry point to program.
matches(String, Metric) - Method in class net.shibboleth.idp.metrics.impl.CoreGaugeSet
matches(String, Metric) - Method in class net.shibboleth.idp.metrics.impl.IdPGaugeSet
matches(String, Metric) - Method in class net.shibboleth.idp.metrics.ReloadableServiceGaugeSet
MDC_ATTRIBUTE - Static variable in class net.shibboleth.idp.Version
Name of MDC attribute that holds the IdP's version string: idp.version.
MetadataQueryArguments - Class in net.shibboleth.idp.cli
Command line processing for MetadataQuery flow.
MetadataQueryArguments() - Constructor for class net.shibboleth.idp.cli.MetadataQueryArguments
 
metricFilter - Variable in class net.shibboleth.idp.metrics.impl.HTTPReporter
Filter to apply.
metricRegistry - Variable in class net.shibboleth.idp.metrics.impl.HTTPReporter
Registry of metrics.
metricRegistry - Variable in class net.shibboleth.idp.spring.OpenSAMLConfigBean
Optional MetricRegistry to configure.

N

net.shibboleth.idp - package net.shibboleth.idp
Root package for IdP, contains a couple base/utility classes.
net.shibboleth.idp.cli - package net.shibboleth.idp.cli
Command line drivers and utilities.
net.shibboleth.idp.http - package net.shibboleth.idp.http
HTTP-related classes.
net.shibboleth.idp.log - package net.shibboleth.idp.log
IdP logging setup and management classes.
net.shibboleth.idp.metrics - package net.shibboleth.idp.metrics
Classes supporting code instrumentation.
net.shibboleth.idp.metrics.impl - package net.shibboleth.idp.metrics.impl
Implementation classes supporting code instrumentation.
net.shibboleth.idp.persistence - package net.shibboleth.idp.persistence
Classes and interfaces related to the persistence of IdP data.
net.shibboleth.idp.security - package net.shibboleth.idp.security
Classes that support the internal security of the IdP.
net.shibboleth.idp.spring - package net.shibboleth.idp.spring
Classes for extending, or supporting, Spring based configuration and object management.
normalizePath(String) - Method in class net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer
Deprecated. 

O

OpenSAMLConfigBean - Class in net.shibboleth.idp.spring
A simple bean that may be used with Spring to initialize the OpenSAML library with injected instances of some critical objects.
OpenSAMLConfigBean() - Constructor for class net.shibboleth.idp.spring.OpenSAMLConfigBean
 

P

parserPool - Variable in class net.shibboleth.idp.spring.OpenSAMLConfigBean
Optional ParserPool to configure.
path - Variable in class net.shibboleth.idp.cli.AbstractCommandLineArguments
Path to add to base URL.
persist(String, ItemType) - Method in interface net.shibboleth.idp.persistence.PersistenceManager
Deprecated.
Persists an item to the persistence store.
PersistenceManager<ItemType> - Interface in net.shibboleth.idp.persistence
Deprecated. 
principal - Variable in class net.shibboleth.idp.cli.ResolverTestArguments
Identity of attribute subject.
protocol - Variable in class net.shibboleth.idp.cli.MetadataQueryArguments
Role protocol.
protocol - Variable in class net.shibboleth.idp.cli.ResolverTestArguments
Show results with a custom protocol encoding.

R

rateUnit - Variable in class net.shibboleth.idp.metrics.impl.HTTPReporter
Rate unit.
ReloadableServiceGaugeSet - Class in net.shibboleth.idp.metrics
A set of gauges for a reloadable service.
ReloadableServiceGaugeSet(String) - Constructor for class net.shibboleth.idp.metrics.ReloadableServiceGaugeSet
Constructor.
ReloadingAccessControlService - Class in net.shibboleth.idp.security
This class wraps an AccessControlService in a ServiceableComponent.
ReloadingAccessControlService(AccessControlService) - Constructor for class net.shibboleth.idp.security.ReloadingAccessControlService
Constructor.
ReloadMetadataArguments - Class in net.shibboleth.idp.cli
Command line processing for reload-metadata flow.
ReloadMetadataArguments() - Constructor for class net.shibboleth.idp.cli.ReloadMetadataArguments
 
ReloadServiceArguments - Class in net.shibboleth.idp.cli
Command line processing for reload-service flow.
ReloadServiceArguments() - Constructor for class net.shibboleth.idp.cli.ReloadServiceArguments
 
remove(String) - Method in interface net.shibboleth.idp.persistence.PersistenceManager
Deprecated.
Removes an item with the given ID from the persistence store.
remove(ItemType) - Method in interface net.shibboleth.idp.persistence.PersistenceManager
Deprecated.
Removes an item from the persistence store.
report() - Method in class net.shibboleth.idp.metrics.impl.HTTPReporter
report(SortedMap<String, Gauge>, SortedMap<String, Counter>, SortedMap<String, Histogram>, SortedMap<String, Meter>, SortedMap<String, Timer>) - Method in class net.shibboleth.idp.metrics.impl.HTTPReporter
requester - Variable in class net.shibboleth.idp.cli.ResolverTestArguments
Attribute requester identity.
ResolverTestArguments - Class in net.shibboleth.idp.cli
Command line processing for ResolverTest flow.
ResolverTestArguments() - Constructor for class net.shibboleth.idp.cli.ResolverTestArguments
 

S

saml1 - Variable in class net.shibboleth.idp.cli.MetadataQueryArguments
SAML 1.1 protocol.
saml1 - Variable in class net.shibboleth.idp.cli.ResolverTestArguments
Show results with SAML 1.1 encoding.
saml2 - Variable in class net.shibboleth.idp.cli.MetadataQueryArguments
SAML 2.0 protocol.
saml2 - Variable in class net.shibboleth.idp.cli.ResolverTestArguments
Show results with SAML 2.0 encoding.
SEARCH_LOCATION - Static variable in class net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer
Well known search location.
SEARCH_LOCATIONS - Static variable in class net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer
Deprecated.
selectSearchLocations(ConfigurableApplicationContext) - Method in class net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer
Deprecated.
in future versions there will only be one location returned. This method is not available yet since the code cannot coexist with the legacy. See IDP-999 and IDP-991
SERVER_ADDRESS_MDC_ATTRIBUTE - Static variable in class net.shibboleth.idp.log.SLF4JMDCServletFilter
MDC attribute name for host name of the server to which the current request was sent.
SERVER_PORT_MDC_ATTRIBUTE - Static variable in class net.shibboleth.idp.log.SLF4JMDCServletFilter
MDC attribute name for port number to which the current request was sent.
service - Variable in class net.shibboleth.idp.metrics.ReloadableServiceGaugeSet
The service to report on.
service - Variable in class net.shibboleth.idp.security.ReloadingAccessControlService
The embedded service.
setApplicationContext(ApplicationContext) - Method in class net.shibboleth.idp.log.LogbackLoggingService
setApplicationContext(ApplicationContext) - Method in class net.shibboleth.idp.spring.DeprecatedPropertyBean
setCollectorURL(String) - Method in class net.shibboleth.idp.metrics.impl.HTTPReporter
Set the collection point to supply the data to.
setDateTimeFormat(String) - Method in class net.shibboleth.idp.metrics.impl.HTTPReporter
Set the DateTime formatting string to apply when writing DateTime-valued fields.
setDeadProperties(Collection<String>) - Method in class net.shibboleth.idp.spring.DeprecatedPropertyBean
Set the property names to treat as defunct.
setDecryptionParserPool(ParserPool) - Method in class net.shibboleth.idp.spring.OpenSAMLConfigBean
Set the global decryption ParserPool to configure.
setDeprecatedProperties(Map<String, String>) - Method in class net.shibboleth.idp.spring.DeprecatedPropertyBean
Set the property names to deprecate, along with an optional replacement.
setHttpClient(HttpClient) - Method in class net.shibboleth.idp.metrics.impl.HTTPReporter
Set the HttpClient to use.
setHttpClientSecurityParameters(HttpClientSecurityParameters) - Method in class net.shibboleth.idp.metrics.impl.HTTPReporter
Set the optional client security parameters.
setIdPHomeProperty(String, Properties) - Method in class net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer
Set the IdPPropertiesApplicationContextInitializer.IDP_HOME_PROPERTY property to the given path if not already set.
setLoggingConfiguration(Resource) - Method in class net.shibboleth.idp.log.LogbackLoggingService
Sets the logging configuration.
setLoggingConfiguration(Resource) - Method in interface net.shibboleth.idp.log.LoggingService
Sets the logging configuration.
setMetricRegistry(MetricRegistry) - Method in class net.shibboleth.idp.spring.OpenSAMLConfigBean
Set the global MetricRegistry to configure.
setParserPool(ParserPool) - Method in class net.shibboleth.idp.spring.OpenSAMLConfigBean
Set the global ParserPool to configure.
setService(ReloadableService) - Method in class net.shibboleth.idp.metrics.ReloadableServiceGaugeSet
Set the service to report on.
shouldReload() - Method in class net.shibboleth.idp.log.LogbackLoggingService
SLF4JMDCServletFilter - Class in net.shibboleth.idp.log
Servlet filter that sets some interesting MDC attributes as the request comes in and clears the MDC as the response is returned.
SLF4JMDCServletFilter() - Constructor for class net.shibboleth.idp.log.SLF4JMDCServletFilter
 
StatusArguments - Class in net.shibboleth.idp.cli
Command line processing for status flow.
StatusArguments() - Constructor for class net.shibboleth.idp.cli.StatusArguments
 
statusManager - Variable in class net.shibboleth.idp.log.LogbackLoggingService
Logger used to log messages without relying on the logging system to be full initialized.
stop() - Method in class net.shibboleth.idp.metrics.impl.HTTPReporter

T

trustStore - Variable in class net.shibboleth.idp.cli.AbstractCommandLineArguments
Trust store for SSL connectivity.
trustStorePassword - Variable in class net.shibboleth.idp.cli.AbstractCommandLineArguments
Trust store password for SSL connectivity.
trustStoreType - Variable in class net.shibboleth.idp.cli.AbstractCommandLineArguments
Trust store type for SSL connectivity.

U

url - Variable in class net.shibboleth.idp.cli.AbstractCommandLineArguments
Base of URL to invoke.

V

validate() - Method in class net.shibboleth.idp.cli.AbstractCommandLineArguments
Validate the parameter set.
validate() - Method in interface net.shibboleth.idp.cli.CommandLineArguments
Validate the parameter set.
validate() - Method in class net.shibboleth.idp.cli.MetadataQueryArguments
Validate the parameter set.
validate() - Method in class net.shibboleth.idp.cli.ResolverTestArguments
Validate the parameter set.
Version - Class in net.shibboleth.idp
Class for getting and printing the version of the IdP.
Version() - Constructor for class net.shibboleth.idp.Version
Constructor.
VERSION - Static variable in class net.shibboleth.idp.Version
IdP version.
A B C D E F G H I J L M N O P R S T U V 

Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.