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

A

applicationContext - Variable in class net.shibboleth.idp.log.LogbackLoggingService
Spring application context.

B

BASE_LOGGER_NAME - Static variable in class net.shibboleth.idp.log.EventLogger
Base name of the logger to which events are logged.
BaseEvent - Class in net.shibboleth.idp.log
An event to be logged.
BaseEvent() - Constructor for class net.shibboleth.idp.log.BaseEvent
 

C

configurationResource - Variable in class net.shibboleth.idp.log.LogbackLoggingService
Logging configuration resource.
contains(String) - Method in interface net.shibboleth.idp.persistence.PersistenceManager
Determines if an item with the given ID is exists within the persistence store.
contains(ItemType) - Method in interface net.shibboleth.idp.persistence.PersistenceManager
Determines if an item exists within the persistence store.

D

destroy() - Method in class net.shibboleth.idp.log.SLF4JMDCServletFilter
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.security.ReloadingAccessControlService
doInitialize() - Method in class net.shibboleth.idp.spring.OpenSAMLConfigBean
doReload() - Method in class net.shibboleth.idp.log.LogbackLoggingService

E

elapsedTime - Variable in class net.shibboleth.idp.log.PerformanceEvent
Total elapsed time, in milliseconds, of the operation.
EVENT_TYPE - Static variable in class net.shibboleth.idp.log.PerformanceEvent
Type for a performance event.
EventLogger - Class in net.shibboleth.idp.log
Simple logging mechanism used to log events such as performance measurements and audit data.
EventLogger() - Constructor for class net.shibboleth.idp.log.EventLogger
Constructor.

F

fallbackConfiguration - Variable in class net.shibboleth.idp.log.LogbackLoggingService
URL to the fallback logback configuration found in the IdP jar.
FIELD_SEPERATOR - Static variable in class net.shibboleth.idp.log.PerformanceEvent
Character used to separate the fields of the event.

G

get(String) - Method in interface net.shibboleth.idp.persistence.PersistenceManager
Gets the item associated with the given ID.
getComponent() - Method in class net.shibboleth.idp.security.ReloadingAccessControlService
getElapsedTime() - Method in class net.shibboleth.idp.log.PerformanceEvent
Gets the total elapsed time, in milliseconds, of the operation.
getInstance(String) - Method in class net.shibboleth.idp.security.ReloadingAccessControlService
getLoggingConfiguration() - Method in class net.shibboleth.idp.log.LogbackLoggingService
Gets the logging configuration.
getMessage() - Method in class net.shibboleth.idp.log.BaseEvent
Gets the message associated with the event.
getOperation() - Method in class net.shibboleth.idp.log.PerformanceEvent
Gets the operation being timed.
getParserPool() - Method in class net.shibboleth.idp.spring.OpenSAMLConfigBean
Get the global ParserPool to configure.
getSearchLocations() - Method in class net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer
Get the well known search locations SEARCH_LOCATIONS.
getSearchTarget() - Method in class net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer
Get the target resource to be searched for IDP_PROPERTIES.
getServiceableComponent() - Method in class net.shibboleth.idp.log.LogbackLoggingService
.
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
Get the version of the IdP.

I

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.
IdPPropertiesApplicationContextInitializer - Class in net.shibboleth.idp.spring
An ApplicationContextInitializer which attempts to add a properties file property source to the application context environment.
IdPPropertiesApplicationContextInitializer() - Constructor for class net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer
 
init(FilterConfig) - Method in class net.shibboleth.idp.log.SLF4JMDCServletFilter
initialize(ConfigurableApplicationContext) - Method in class net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer
isOperationSuccessful() - Method in class net.shibboleth.idp.log.PerformanceEvent
Gets whether the operation was successful.

L

loadIdPHomeProperty() - Method in class net.shibboleth.idp.log.LogbackLoggingService
Add the 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(Resource) - Method in class net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer
Load properties from the resource and log property names and values at debug level, suppressing properties whose name matches 'password'.
log(BaseEvent) - Static method in class net.shibboleth.idp.log.EventLogger
Logs the event.
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 logging service 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.

M

main(String[]) - Static method in class net.shibboleth.idp.Version
Main entry point to program.
MDC_ATTRIBUTE - Static variable in class net.shibboleth.idp.Version
Name of MDC attribute that holds the IdP's version string: idp.version.
message - Variable in class net.shibboleth.idp.log.BaseEvent
A human readable message associated with the event.

N

net.shibboleth.idp - package net.shibboleth.idp
Root package for IdP, contains a couple base/utility classes.
net.shibboleth.idp.log - package net.shibboleth.idp.log
IdP logging setup and management classes.
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
Normalize the path by calling StringUtils.cleanPath(String).

O

OpenSAMLConfigBean - Class in net.shibboleth.idp.spring
A simple bean that may be used with Spring to initialize the OpenSAML library.
OpenSAMLConfigBean() - Constructor for class net.shibboleth.idp.spring.OpenSAMLConfigBean
 
operation - Variable in class net.shibboleth.idp.log.PerformanceEvent
Identifier of the operation being timed.

P

parserPool - Variable in class net.shibboleth.idp.spring.OpenSAMLConfigBean
Optional ParserPool to configure.
PerformanceEvent - Class in net.shibboleth.idp.log
An event recording the performance of some operation.
PerformanceEvent(String) - Constructor for class net.shibboleth.idp.log.PerformanceEvent
Constructor.
persist(String, ItemType) - Method in interface net.shibboleth.idp.persistence.PersistenceManager
Persists an item to the persistence store.
PersistenceManager<ItemType> - Interface in net.shibboleth.idp.persistence
Interface describing behavior for IdP components that persist and manage a particular type of stored data.

R

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.
remove(String) - Method in interface net.shibboleth.idp.persistence.PersistenceManager
Removes an item with the given ID from the persistence store.
remove(ItemType) - Method in interface net.shibboleth.idp.persistence.PersistenceManager
Removes an item from the persistence store.

S

SEARCH_LOCATIONS - Static variable in class net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer
Well known search locations.
service - Variable in class net.shibboleth.idp.security.ReloadingAccessControlService
The embedded service.
setApplicationContext(ApplicationContext) - Method in class net.shibboleth.idp.log.LogbackLoggingService
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.
setParserPool(ParserPool) - Method in class net.shibboleth.idp.spring.OpenSAMLConfigBean
Set the global ParserPool to configure.
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
 
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.
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.

T

toString() - Method in class net.shibboleth.idp.log.PerformanceEvent

V

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 I L M N O P R S T V 

Copyright © 1999–2014. All rights reserved.