- get(String) - Method in interface net.shibboleth.idp.persistence.PersistenceManager
-
Gets the item associated with the given ID.
- getApplicationContext() - Method in class net.shibboleth.idp.service.AbstractServiceableComponent
-
Get the context used to load this bean.
- getComponent() - Method in class net.shibboleth.idp.service.AbstractServiceableComponent
-
Extract the component that does the actual work.
- getComponent() - Method in interface net.shibboleth.idp.service.ServiceableComponent
-
Extract the component that does the actual work.
- getElapsedTime() - Method in class net.shibboleth.idp.log.PerformanceEvent
-
Gets the total elapsed time, in milliseconds, of the operation.
- getLastReloadAttemptInstant() - Method in class net.shibboleth.idp.service.AbstractReloadableService
-
Gets the time when the service last attempted to reload.
- getLastReloadAttemptInstant() - Method in interface net.shibboleth.idp.service.ReloadableService
-
Gets the time when the service last attempted to reload.
- getLastSuccessfulReloadInstant() - Method in class net.shibboleth.idp.service.AbstractReloadableService
-
Gets the time when the service was last successfully reloaded.
- getLastSuccessfulReloadInstant() - Method in interface net.shibboleth.idp.service.ReloadableService
-
Gets the time when the service was last successfully reloaded.
- getLoggingConfiguration() - Method in class net.shibboleth.idp.log.LogbackLoggingService
-
Gets the logging configuration.
- getLogPrefix() - Method in class net.shibboleth.idp.service.AbstractReloadableService
-
Return a string which is to be prepended to all log messages.
- getMajorVersion() - Static method in class net.shibboleth.idp.Version
-
Gets the major version number of the IdP.
- getMessage() - Method in class net.shibboleth.idp.log.BaseEvent
-
Gets the message associated with the event.
- getMicroVersion() - Static method in class net.shibboleth.idp.Version
-
Gets the micro version number of the IdP.
- getMinorVersion() - Static method in class net.shibboleth.idp.Version
-
Gets the minor version number of the IdP.
- getOperation() - Method in class net.shibboleth.idp.log.PerformanceEvent
-
Gets the operation being timed.
- getParentContext() - Method in class net.shibboleth.idp.service.ReloadableSpringService
-
Gets the application context that is the parent to this service's context.
- getParserPool() - Method in class net.shibboleth.idp.spring.OpenSAMLConfigBean
-
Get the global ParserPool to configure.
- getReloadCheckDelay() - Method in class net.shibboleth.idp.service.AbstractReloadableService
-
Gets the number of milliseconds between one reload check and another.
- getReloadFailureCause() - Method in class net.shibboleth.idp.service.AbstractReloadableService
-
Gets the reason the last reload failed.
- getReloadFailureCause() - Method in interface net.shibboleth.idp.service.ReloadableService
-
Gets the reason the last reload failed.
- getReloadTaskTimer() - Method in class net.shibboleth.idp.service.AbstractReloadableService
-
Gets the timer used to schedule configuration reload tasks.
- getSearchLocations() - Method in class net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer
-
- getSearchTarget() - Method in class net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer
-
- getServiceableComponent() - Method in class net.shibboleth.idp.log.LogbackLoggingService
-
Get the serviceable component that this service supports .
- getServiceableComponent() - Method in interface net.shibboleth.idp.service.ReloadableService
-
Get the serviceable component that this service supports .
- getServiceableComponent() - Method in class net.shibboleth.idp.service.ReloadableSpringService
-
Get the serviceable component.
- getServiceConfigurations() - Method in class net.shibboleth.idp.service.ReloadableSpringService
-
Gets an unmodifiable list of configurations for this service.
- getStartTime() - Method in class net.shibboleth.idp.log.PerformanceEvent
-
Gets the system local time in milliseconds when the performance measurement started.
- getStopTime() - Method in class net.shibboleth.idp.log.PerformanceEvent
-
Gets the System local time in milliseconds when the performance measurement stopped.
- getType() - Method in class net.shibboleth.idp.log.BaseEvent
-
Gets the type of event.
- getType() - Method in class net.shibboleth.idp.log.PerformanceEvent
-
Gets the type of event.
- getVersion() - Static method in class net.shibboleth.idp.Version
-
Gets the version of the IdP.
- SEARCH_LOCATIONS - Static variable in class net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer
-
Well known search locations.
- serialVersionUID - Static variable in exception net.shibboleth.idp.service.ServiceException
-
Serial version UID.
- ServiceableComponent<T> - Interface in net.shibboleth.idp.service
-
Any Component that wants to be reloaded via the Service interface and spring implements this interface.
- serviceConfigurations - Variable in class net.shibboleth.idp.service.ReloadableSpringService
-
List of configuration resources for this service.
- ServiceException - Exception in net.shibboleth.idp.service
-
Base exception for Service related errors.
- ServiceException() - Constructor for exception net.shibboleth.idp.service.ServiceException
-
Constructor.
- ServiceException(String) - Constructor for exception net.shibboleth.idp.service.ServiceException
-
Constructor.
- ServiceException(Exception) - Constructor for exception net.shibboleth.idp.service.ServiceException
-
Constructor.
- ServiceException(String, Exception) - Constructor for exception net.shibboleth.idp.service.ServiceException
-
Constructor.
- serviceLock - Variable in class net.shibboleth.idp.service.AbstractServiceableComponent
-
Lock for this service.
- setApplicationContext(ApplicationContext) - Method in class net.shibboleth.idp.log.LogbackLoggingService
- setApplicationContext(ApplicationContext) - Method in class net.shibboleth.idp.service.AbstractServiceableComponent
- setApplicationContext(ApplicationContext) - Method in class net.shibboleth.idp.service.ReloadableSpringService
- setBeanName(String) - Method in class net.shibboleth.idp.service.ReloadableSpringService
- setBeanPostProcessors(List<BeanPostProcessor>) - Method in class net.shibboleth.idp.service.ReloadableSpringService
-
Set the list of bean post processors for this service.
- setFailFast(boolean) - Method in class net.shibboleth.idp.service.AbstractReloadableService
-
Sets whether we fail fast.
- setIdPHomeProperty(String, Properties) - Method in class net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer
-
Set the
IDP_HOME_PROPERTY property to the given path if not already set and if not set as a system
property.
- setLoggingConfiguration(Resource) - Method in class net.shibboleth.idp.log.LogbackLoggingService
-
Sets the logging configuration.
- setMessage(String) - Method in class net.shibboleth.idp.log.BaseEvent
-
Sets the message associated with the event.
- setParentContext(ApplicationContext) - Method in class net.shibboleth.idp.service.ReloadableSpringService
-
Sets the application context that is the parent to this service's context.
- setParserPool(ParserPool) - Method in class net.shibboleth.idp.spring.OpenSAMLConfigBean
-
Set the global ParserPool to configure.
- setReloadCheckDelay(long) - Method in class net.shibboleth.idp.service.AbstractReloadableService
-
Sets the number of milliseconds between one reload check and another.
- setReloadTaskTimer(Timer) - Method in class net.shibboleth.idp.service.AbstractReloadableService
-
Sets the timer used to schedule configuration reload tasks.
- setServiceConfigurations(List<Resource>) - Method in class net.shibboleth.idp.service.ReloadableSpringService
-
Sets the list of configurations for this service.
- shouldReload() - Method in class net.shibboleth.idp.log.LogbackLoggingService
-
- shouldReload() - Method in class net.shibboleth.idp.service.AbstractReloadableService
-
- shouldReload() - Method in class net.shibboleth.idp.service.ReloadableSpringService
-
- 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
-
- start() - Method in class net.shibboleth.idp.service.AbstractReloadableService
- startTime - Variable in class net.shibboleth.idp.log.PerformanceEvent
-
System local time in milliseconds when the performance measurement started.
- startTime() - Method in class net.shibboleth.idp.log.PerformanceEvent
-
Records the timer of the operation.
- 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.service.AbstractReloadableService
- stopTime - Variable in class net.shibboleth.idp.log.PerformanceEvent
-
System local time in milliseconds when the performance measurement stopped.
- stopTime(boolean) - Method in class net.shibboleth.idp.log.PerformanceEvent
-
Records the completion time of the operation and whether the operation was successful.
- successfulOperation - Variable in class net.shibboleth.idp.log.PerformanceEvent
-
Whether the operation completed successfully or failed.