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
 
applicationContext - Variable in class net.shibboleth.idp.log.LogbackLoggingService
Spring application context.
ARGS_PROPERTY - Static variable in class net.shibboleth.idp.cli.CLI
Name of system property for command line argument class.

B

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.
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
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
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.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.security.ReloadingAccessControlService
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.

E

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

F

fallbackConfiguration - Variable in class net.shibboleth.idp.log.LogbackLoggingService
URL to the fallback logback configuration found in the IdP jar.

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
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.
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
getSearchTarget() - Method in class net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer
Get the target resource to be searched for IdPPropertiesApplicationContextInitializer.IDP_PROPERTIES.
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.

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.
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
 
index - Variable in class net.shibboleth.idp.cli.ResolverTestArguments
Index into metadata.
init(FilterConfig) - Method in class net.shibboleth.idp.log.SLF4JMDCServletFilter
initialize(ConfigurableApplicationContext) - Method in class net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer
installTrustStore() - Method in class net.shibboleth.idp.cli.AbstractCommandLineArguments
Use the configured parameters to set global JVM trust store parameters for SSL connectivity.
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.

L

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 and log property names and values at debug level, suppressing properties whose name matches 'password'.
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.
MDC_ATTRIBUTE - Static variable in class net.shibboleth.idp.Version
Name of MDC attribute that holds the IdP's version string: idp.version.

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.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
 

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 invoke.
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.
principal - Variable in class net.shibboleth.idp.cli.ResolverTestArguments
Identity of attribute subject.
protocol - Variable in class net.shibboleth.idp.cli.ResolverTestArguments
Show results with a custom protocol encoding.

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.
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
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.
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.ResolverTestArguments
Show results with SAML 1.1 encoding.
saml2 - Variable in class net.shibboleth.idp.cli.ResolverTestArguments
Show results with SAML 2.0 encoding.
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 IdPPropertiesApplicationContextInitializer.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.
setLoggingConfiguration(Resource) - Method in interface net.shibboleth.idp.log.LoggingService
Sets the logging configuration.
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
 
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.

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
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.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–2015. All rights reserved.