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

A

AbstractComponentAwareFactoryBean<T> - Class in net.shibboleth.ext.spring.factory
A Factory bean which is aware of DestructableComponent.
AbstractComponentAwareFactoryBean() - Constructor for class net.shibboleth.ext.spring.factory.AbstractComponentAwareFactoryBean
 
AbstractServiceableComponent<T> - Class in net.shibboleth.ext.spring.service
Implementation of ServiceableComponent that does most of the work required.
AbstractServiceableComponent() - Constructor for class net.shibboleth.ext.spring.service.AbstractServiceableComponent
Constructor.
afterPropertiesSet() - Method in class net.shibboleth.ext.spring.resource.HTTPResource
afterPropertiesSet() - Method in class net.shibboleth.ext.spring.resource.SVNBasicAuthenticationManager
afterPropertiesSet() - Method in class net.shibboleth.ext.spring.resource.SVNResource
AnnotationParameterNameDiscoverer - Class in net.shibboleth.ext.spring.util
An implementation of ParameterNameDiscoverer that is driven by the ParameterName Annotation.
AnnotationParameterNameDiscoverer() - Constructor for class net.shibboleth.ext.spring.util.AnnotationParameterNameDiscoverer
 
applicationContext - Variable in class net.shibboleth.ext.spring.config.StringToResourceConverter
Application context.
applicationContext - Variable in class net.shibboleth.ext.spring.service.AbstractServiceableComponent
The context used to load this bean.
apply(ApplicationContext) - Method in class net.shibboleth.ext.spring.service.ClassBasedServiceStrategy
attributeDecorators - Variable in class net.shibboleth.ext.spring.util.BaseSpringNamespaceHandler
Stores the BeanDefinitionParser implementations keyed by the local name of the Attrs they handle.
available() - Method in class net.shibboleth.ext.spring.resource.HTTPResource.ConnectionClosingInputStream

B

backingResource - Variable in class net.shibboleth.ext.spring.resource.FileBackedHTTPResource
Backing resource file.
BaseSpringNamespaceHandler - Class in net.shibboleth.ext.spring.util
A base class for NamespaceHandler implementations.
BaseSpringNamespaceHandler() - Constructor for class net.shibboleth.ext.spring.util.BaseSpringNamespaceHandler
 
beanName - Variable in class net.shibboleth.ext.spring.service.ReloadableSpringService
The bean name.
BooleanToPredicateConverter - Class in net.shibboleth.ext.spring.config
Allows setting of fixed Predicate properties using a boolean value.
BooleanToPredicateConverter() - Constructor for class net.shibboleth.ext.spring.config.BooleanToPredicateConverter
 
builder - Variable in class net.shibboleth.ext.spring.factory.HttpClientFactoryBean
Our captive builder.
buildHttpClientContext() - Method in class net.shibboleth.ext.spring.resource.HTTPResource
Build the HttpCacheContext instance which will be used to invoke the HttpClient request.

C

cachedComponent - Variable in class net.shibboleth.ext.spring.service.ReloadableSpringService
The last known good component.
certificate - Variable in class net.shibboleth.ext.spring.factory.X509CertificateFactoryBean
The singleton instance of the certificate produced by this factory.
certificates - Variable in class net.shibboleth.ext.spring.factory.X509CertificateChainFactoryBean
The singleton instance of the public certificate chain produced by this factory.
checkoutOrUpdateResource() - Method in class net.shibboleth.ext.spring.resource.SVNResource
Checks out the resource specified by the SVNResource.remoteRepository in to the working copy SVNResource.workingCopyDirectory.
checkoutResourceDirectory() - Method in class net.shibboleth.ext.spring.resource.SVNResource
Fetches the content from the SVN repository and creates the local working copy.
checkWorkingCopyDirectory(File) - Method in class net.shibboleth.ext.spring.resource.SVNResource
Checks that the given file exists, or can be created, is a directory, and is read/writable by this process.
ClassBasedServiceStrategy<T> - Class in net.shibboleth.ext.spring.service
Strategy to create ServiceableComponents from the ApplicationContext.
ClassBasedServiceStrategy() - Constructor for class net.shibboleth.ext.spring.service.ClassBasedServiceStrategy
Constructor.
ClassBasedServiceStrategy(Class<? extends ServiceableComponent>) - Constructor for class net.shibboleth.ext.spring.service.ClassBasedServiceStrategy
Constructor.
clientManager - Variable in class net.shibboleth.ext.spring.resource.SVNResource
SVN Client manager.
clientRefs - Variable in class net.shibboleth.ext.spring.factory.FileCachingHttpClientFactoryBean
List of HttpClients produced by this factory, used to invoke their destroy() when this factory instances is destroy()-ed.
close() - Method in class net.shibboleth.ext.spring.resource.HTTPResource.ConnectionClosingInputStream
closeResponse(HttpResponse) - Method in class net.shibboleth.ext.spring.resource.HTTPResource
Close the HTTP response.
connectionRequestTimeout - Variable in class net.shibboleth.ext.spring.factory.HttpClientFactoryBean
Connection request timeout.
We need this field to ensure that Spring does the conversion.
connectionTimeout - Variable in class net.shibboleth.ext.spring.factory.HttpClientFactoryBean
Connection timeout.
We need this field to ensure that Spring does the conversion.
contentLength() - Method in class net.shibboleth.ext.spring.resource.FileBackedHTTPResource
contentLength() - Method in class net.shibboleth.ext.spring.resource.HTTPResource
contentLength() - Method in class net.shibboleth.ext.spring.resource.ResourceHelper
contentLength() - Method in class net.shibboleth.ext.spring.resource.SVNResource
convert(Boolean) - Method in class net.shibboleth.ext.spring.config.BooleanToPredicateConverter
convert(String) - Method in class net.shibboleth.ext.spring.config.DurationToLongConverter
convert(String) - Method in class net.shibboleth.ext.spring.config.StringBooleanToPredicateConverter
convert(String) - Method in class net.shibboleth.ext.spring.config.StringToIPRangeConverter
convert(String) - Method in class net.shibboleth.ext.spring.config.StringToResourceConverter
createBeanFactory() - Method in class net.shibboleth.ext.spring.context.FileSystemXmlWebApplicationContext
createBeanFactory(Element) - Static method in class net.shibboleth.ext.spring.util.SpringSupport
Creates a Spring bean factory from the supplied Spring beans element.
createDelegate(XmlReaderContext, Element, BeanDefinitionParserDelegate) - Method in class net.shibboleth.ext.spring.util.SchemaTypeAwareBeanDefinitionDocumentReader
createHttpClientBuilder() - Method in class net.shibboleth.ext.spring.factory.FileCachingHttpClientFactoryBean
Create and return the instance of HttpClientBuilder to use.
createHttpClientBuilder() - Method in class net.shibboleth.ext.spring.factory.HttpClientFactoryBean
Create and return the instance of HttpClientBuilder to use.
createHttpClientBuilder() - Method in class net.shibboleth.ext.spring.factory.InMemoryCachingHttpClientFactoryBean
Create and return the instance of HttpClientBuilder to use.
createInstance() - Method in class net.shibboleth.ext.spring.factory.AbstractComponentAwareFactoryBean
Call the parent class to create the object, then initialize it aposite.
createRelative(String) - Method in class net.shibboleth.ext.spring.resource.FileBackedHTTPResource
Based on UrlResource.
createRelative(String) - Method in class net.shibboleth.ext.spring.resource.HTTPResource
Based on UrlResource.
createRelative(String) - Method in class net.shibboleth.ext.spring.resource.SVNResource
createRelativeResource(String) - Method in class net.shibboleth.ext.spring.resource.HTTPResource
createRelativeResource(String) - Method in class net.shibboleth.ext.spring.resource.ResourceHelper
createRelativeResource(String) - Method in class net.shibboleth.ext.spring.resource.SVNResource
credentialsProvider - Variable in class net.shibboleth.ext.spring.resource.HTTPResource
HttpClient credentials provider.

D

decorate(Node, BeanDefinitionHolder, ParserContext) - Method in class net.shibboleth.ext.spring.util.BaseSpringNamespaceHandler
Decorates the supplied Node by delegating to the BeanDefinitionDecorator that is registered to handle that Node.
decorators - Variable in class net.shibboleth.ext.spring.util.BaseSpringNamespaceHandler
Stores the BeanDefinitionDecorator implementations keyed by the local name of the Elements they handle.
DeferPlaceholderFileSystemXmlWebApplicationContext - Class in net.shibboleth.ext.spring.context
An extension of FileSystemXmlWebApplicationContext that defers property placeholder resolution of config locations until after property sources have been initialized.
DeferPlaceholderFileSystemXmlWebApplicationContext() - Constructor for class net.shibboleth.ext.spring.context.DeferPlaceholderFileSystemXmlWebApplicationContext
Constructor.
DelimiterAwareApplicationContext - Class in net.shibboleth.ext.spring.context
Version of DeferPlaceholderFileSystemXmlWebApplicationContext which does not necessarily assume that file list are space separated.
DelimiterAwareApplicationContext() - Constructor for class net.shibboleth.ext.spring.context.DelimiterAwareApplicationContext
 
destroyInstance(T) - Method in class net.shibboleth.ext.spring.factory.AbstractComponentAwareFactoryBean
.
doCreateInstance() - Method in class net.shibboleth.ext.spring.factory.AbstractComponentAwareFactoryBean
Call the parent class to create the instance.
doCreateInstance() - Method in class net.shibboleth.ext.spring.factory.EvaluableScriptFactoryBean
Call the parent class to create the instance.
doCreateInstance() - Method in class net.shibboleth.ext.spring.factory.FileCachingHttpClientFactoryBean
Call the parent class to create the instance.
doCreateInstance() - Method in class net.shibboleth.ext.spring.factory.HttpClientFactoryBean
Call the parent class to create the instance.
document - Variable in class net.shibboleth.ext.spring.factory.DOMDocumentFactoryBean
Resulting Document.
doDestroy() - Method in class net.shibboleth.ext.spring.service.AbstractServiceableComponent
.
doDestroy() - Method in class net.shibboleth.ext.spring.service.ReloadableSpringService
doInitialize() - Method in class net.shibboleth.ext.spring.service.AbstractServiceableComponent
doInitialize() - Method in class net.shibboleth.ext.spring.service.ReloadableSpringService
DOMDocumentFactoryBean - Class in net.shibboleth.ext.spring.factory
Spring bean factory for producing a Document from a resource.
DOMDocumentFactoryBean() - Constructor for class net.shibboleth.ext.spring.factory.DOMDocumentFactoryBean
 
doReload() - Method in class net.shibboleth.ext.spring.service.ReloadableSpringService
DurationPropertyEditor - Class in net.shibboleth.ext.spring.config
Allows setting of Duration-valued properties using lexical string form.
DurationPropertyEditor() - Constructor for class net.shibboleth.ext.spring.config.DurationPropertyEditor
 
DurationToLongConverter - Class in net.shibboleth.ext.spring.config
Allows setting of Duration-valued properties using lexical string form.
DurationToLongConverter() - Constructor for class net.shibboleth.ext.spring.config.DurationToLongConverter
 

E

EmbeddedAndSchemaAwareReader - Class in net.shibboleth.ext.spring.util
An extension to our SchemaTypeAwareBeanDefinitionDocumentReader which, in addition allows parsing of embedded <beans> statements (by the native spring parsers).
EmbeddedAndSchemaAwareReader() - Constructor for class net.shibboleth.ext.spring.util.EmbeddedAndSchemaAwareReader
 
engineName - Variable in class net.shibboleth.ext.spring.factory.EvaluableScriptFactoryBean
The JSR223 engine name.
ErrorRaisingController - Class in net.shibboleth.ext.spring.error
MVC controller for responding to errors by dispatching them to the MVC error handling umbrella.
ErrorRaisingController() - Constructor for class net.shibboleth.ext.spring.error.ErrorRaisingController
 
EvaluableScriptFactoryBean - Class in net.shibboleth.ext.spring.factory
A factory bean to summon up an EvaluableScript from either inline data or from a resource.
EvaluableScriptFactoryBean() - Constructor for class net.shibboleth.ext.spring.factory.EvaluableScriptFactoryBean
 
exists() - Method in class net.shibboleth.ext.spring.resource.FileBackedHTTPResource
exists() - Method in class net.shibboleth.ext.spring.resource.HTTPResource
exists() - Method in class net.shibboleth.ext.spring.resource.ResourceHelper
exists() - Method in class net.shibboleth.ext.spring.resource.SVNResource
ExtendedMappingExceptionResolver - Class in net.shibboleth.ext.spring.error
Custom Spring exception to view mapper that populates the view model with data obtained via an extension function.
ExtendedMappingExceptionResolver() - Constructor for class net.shibboleth.ext.spring.error.ExtendedMappingExceptionResolver
Constructor.
ExtendedMappingExceptionResolver(Function<HttpServletRequest, Map<String, Object>>) - Constructor for class net.shibboleth.ext.spring.error.ExtendedMappingExceptionResolver
Constructor.

F

factoryPostProcessors - Variable in class net.shibboleth.ext.spring.service.ReloadableSpringService
List of bean factory post processors for this service's content.
FileBackedHTTPResource - Class in net.shibboleth.ext.spring.resource
A resource representing a file read from an HTTP(S) location.
FileBackedHTTPResource(HttpClient, String, Resource) - Constructor for class net.shibboleth.ext.spring.resource.FileBackedHTTPResource
FileBackedHTTPResource(HttpClient, URL, Resource) - Constructor for class net.shibboleth.ext.spring.resource.FileBackedHTTPResource
FileBackedHTTPResource(String, HttpClient, String) - Constructor for class net.shibboleth.ext.spring.resource.FileBackedHTTPResource
Constructor.
FileBackedHTTPResource(String, HttpClient, URL) - Constructor for class net.shibboleth.ext.spring.resource.FileBackedHTTPResource
Constructor.
FileCachingHttpClientFactoryBean - Class in net.shibboleth.ext.spring.factory
Factory bean to accumulate the parameters into a FileCachingHttpClientBuilder and to then emit a HttpClient.
FileCachingHttpClientFactoryBean() - Constructor for class net.shibboleth.ext.spring.factory.FileCachingHttpClientFactoryBean
Constructor.
FilesystemGenericApplicationContext - Class in net.shibboleth.ext.spring.context
An extension of GenericApplicationContext that is biased in favor of the filesystem such that bare resource paths are assumed to be files rather than classpath resources.
FilesystemGenericApplicationContext() - Constructor for class net.shibboleth.ext.spring.context.FilesystemGenericApplicationContext
Constructor.
FilesystemGenericApplicationContext(DefaultListableBeanFactory) - Constructor for class net.shibboleth.ext.spring.context.FilesystemGenericApplicationContext
Constructor.
FilesystemGenericApplicationContext(ApplicationContext) - Constructor for class net.shibboleth.ext.spring.context.FilesystemGenericApplicationContext
Constructor.
FilesystemGenericApplicationContext(DefaultListableBeanFactory, ApplicationContext) - Constructor for class net.shibboleth.ext.spring.context.FilesystemGenericApplicationContext
Constructor.
FileSystemXmlWebApplicationContext - Class in net.shibboleth.ext.spring.context
An extension of XmlWebApplicationContext that (1) is biased in favor of the filesystem such that bare resource paths are assumed to be files rather than classpath resources and (2) supports loading "classpath*:" resources.
FileSystemXmlWebApplicationContext() - Constructor for class net.shibboleth.ext.spring.context.FileSystemXmlWebApplicationContext
 
findDecoratorForNode(Node) - Method in class net.shibboleth.ext.spring.util.BaseSpringNamespaceHandler
Locates the BeanDefinitionParser from the register implementations using the local name of the supplied Node.
findParserForElement(Element) - Method in class net.shibboleth.ext.spring.util.BaseSpringNamespaceHandler
Locates the BeanDefinitionParser from the register implementations using the local name of the supplied Element.

G

getApplicationContext() - Method in class net.shibboleth.ext.spring.service.AbstractServiceableComponent
Get the context used to load this bean.
getAttributeValueAsManagedList(Attr) - Static method in class net.shibboleth.ext.spring.util.SpringSupport
Gets the value of a list-type attribute as a ManagedList.
getBean(BeanFactory, Class<T>) - Static method in class net.shibboleth.ext.spring.util.SpringSupport
Retrieves the bean of the supplied type from the supplied bean factory.
getComponent() - Method in class net.shibboleth.ext.spring.service.AbstractServiceableComponent
.
getDelimiters() - Method in class net.shibboleth.ext.spring.context.DelimiterAwareApplicationContext
Get the delimiters we will split the config locations on.
getDescription() - Method in class net.shibboleth.ext.spring.resource.FileBackedHTTPResource
getDescription() - Method in class net.shibboleth.ext.spring.resource.HTTPResource
getDescription() - Method in class net.shibboleth.ext.spring.resource.ResourceHelper
getDescription() - Method in class net.shibboleth.ext.spring.resource.SVNResource
getElementTextContentAsManagedList(Collection<Element>) - Static method in class net.shibboleth.ext.spring.util.SpringSupport
Gets the text content of a list of Elements as a ManagedList.
getEngineName() - Method in class net.shibboleth.ext.spring.factory.EvaluableScriptFactoryBean
Get the engine Name.
getFile() - Method in class net.shibboleth.ext.spring.resource.HTTPResource
Based on UrlResource.
getFile() - Method in class net.shibboleth.ext.spring.resource.ResourceHelper
getFile() - Method in class net.shibboleth.ext.spring.resource.SVNResource
getFilename() - Method in class net.shibboleth.ext.spring.resource.HTTPResource
This implementation returns the name of the file that this URL refers to.
getFilename() - Method in class net.shibboleth.ext.spring.resource.ResourceHelper
getFilename() - Method in class net.shibboleth.ext.spring.resource.SVNResource
getFullPath() - Method in class net.shibboleth.ext.spring.resource.SVNResource
Helper function to generate the full path for injecting into URLs and URIs.
getHttpClientBuilder() - Method in class net.shibboleth.ext.spring.factory.HttpClientFactoryBean
Get the instance of HttpClientBuilder to use.
getInputStream() - Method in class net.shibboleth.ext.spring.resource.FileBackedHTTPResource
getInputStream() - Method in class net.shibboleth.ext.spring.resource.HTTPResource
getInputStream() - Method in class net.shibboleth.ext.spring.resource.ResourceHelper
getInputStream() - Method in class net.shibboleth.ext.spring.resource.SVNResource
getKeyAlias() - Method in class net.shibboleth.ext.spring.factory.PKCS11PrivateKeyFactoryBean
Gets the key alias in use.
getKeyPassword() - Method in class net.shibboleth.ext.spring.factory.PKCS11PrivateKeyFactoryBean
Gets the key password in use.
getKeyStore() - Method in class net.shibboleth.ext.spring.factory.PKCS11PrivateKeyFactoryBean
Gets a PKCS#11 KeyStore from the Provider.
getLastModificationForRevision(SVNRevision) - Method in class net.shibboleth.ext.spring.resource.SVNResource
Gets the last modified time for the given revision.
getModelAndView(String, Exception, HttpServletRequest) - Method in class net.shibboleth.ext.spring.error.ExtendedMappingExceptionResolver
getMyAnnotation(Annotation[]) - Method in class net.shibboleth.ext.spring.util.AnnotationParameterNameDiscoverer
Given the annotations for each parameter is it one of ours?
getObject() - Method in class net.shibboleth.ext.spring.factory.DOMDocumentFactoryBean
getObject() - Method in class net.shibboleth.ext.spring.factory.PKCS11PrivateKeyFactoryBean
 
getObject() - Method in class net.shibboleth.ext.spring.factory.PrivateKeyFactoryBean
getObject() - Method in class net.shibboleth.ext.spring.factory.PublicKeyFactoryBean
getObject() - Method in class net.shibboleth.ext.spring.factory.X509CertificateChainFactoryBean
getObject() - Method in class net.shibboleth.ext.spring.factory.X509CertificateFactoryBean
getObjectType() - Method in class net.shibboleth.ext.spring.factory.DOMDocumentFactoryBean
getObjectType() - Method in class net.shibboleth.ext.spring.factory.EvaluableScriptFactoryBean
getObjectType() - Method in class net.shibboleth.ext.spring.factory.HttpClientFactoryBean
getObjectType() - Method in class net.shibboleth.ext.spring.factory.PKCS11PrivateKeyFactoryBean
 
getObjectType() - Method in class net.shibboleth.ext.spring.factory.PrivateKeyFactoryBean
getObjectType() - Method in class net.shibboleth.ext.spring.factory.PublicKeyFactoryBean
getObjectType() - Method in class net.shibboleth.ext.spring.factory.X509CertificateChainFactoryBean
getObjectType() - Method in class net.shibboleth.ext.spring.factory.X509CertificateFactoryBean
getParameterNames(Method) - Method in class net.shibboleth.ext.spring.util.AnnotationParameterNameDiscoverer
getParameterNames(Constructor<?>) - Method in class net.shibboleth.ext.spring.util.AnnotationParameterNameDiscoverer

If we cannot do anything pass to the default discoverer.
getParentContext() - Method in class net.shibboleth.ext.spring.service.ReloadableSpringService
Gets the application context that is the parent to this service's context.
getPkcs11Config() - Method in class net.shibboleth.ext.spring.factory.PKCS11PrivateKeyFactoryBean
Returns the PKCS#11 configuration.
getProtocol() - Method in class net.shibboleth.ext.spring.resource.SVNResource
Helper function to return a complex scheme - a conjunction of 'svn' and the underlying protocol.
getProvider() - Method in class net.shibboleth.ext.spring.factory.PKCS11PrivateKeyFactoryBean
Gets the singleton PKCS#11 Provider.
getProxyHost() - Method in class net.shibboleth.ext.spring.resource.SVNBasicAuthenticationManager
Get the proxy host.
getProxyPassword() - Method in class net.shibboleth.ext.spring.resource.SVNBasicAuthenticationManager
Get the proxy password.
getProxyPort() - Method in class net.shibboleth.ext.spring.resource.SVNBasicAuthenticationManager
Get the proxy port.
getProxyUserName() - Method in class net.shibboleth.ext.spring.resource.SVNBasicAuthenticationManager
Get the proxy user name.
getResource(String) - Method in class net.shibboleth.ext.spring.context.FileSystemXmlWebApplicationContext
getResource() - Method in class net.shibboleth.ext.spring.factory.EvaluableScriptFactoryBean
Get the resource which locates the script.
getResource(String) - Method in class net.shibboleth.ext.spring.resource.PreferFileSystemResourceLoader
getResourceByPath(String) - Method in class net.shibboleth.ext.spring.context.FilesystemGenericApplicationContext
getResourceByPath(String) - Method in class net.shibboleth.ext.spring.context.FileSystemXmlWebApplicationContext
getResourceByPath(String) - Method in class net.shibboleth.ext.spring.resource.PreferFileSystemResourceLoader
getResourceHeaders() - Method in class net.shibboleth.ext.spring.resource.HTTPResource
Attempts to fetch only the headers for a given resource.
getResponseHeader(String) - Method in class net.shibboleth.ext.spring.resource.HTTPResource
Send a Head to the client and interrogate the response for a particular response header.
getScript() - Method in class net.shibboleth.ext.spring.factory.EvaluableScriptFactoryBean
Get the script.
getServiceableComponent() - Method in class net.shibboleth.ext.spring.service.ReloadableSpringService
Get the serviceable component.
getServiceConfigurations() - Method in class net.shibboleth.ext.spring.service.ReloadableSpringService
Gets an unmodifiable list of configurations for this service.
getSourceId() - Method in class net.shibboleth.ext.spring.factory.EvaluableScriptFactoryBean
Get the source ID.
getStatus() - Method in class net.shibboleth.ext.spring.resource.SVNResource.SVNStatusHandler
Gets the current status of the resource.
getURI() - Method in class net.shibboleth.ext.spring.resource.HTTPResource
getURI() - Method in class net.shibboleth.ext.spring.resource.ResourceHelper
getURI() - Method in class net.shibboleth.ext.spring.resource.SVNResource
getURL() - Method in class net.shibboleth.ext.spring.resource.HTTPResource
getURL() - Method in class net.shibboleth.ext.spring.resource.ResourceHelper
getURL() - Method in class net.shibboleth.ext.spring.resource.SVNResource

H

handleStatus(SVNStatus) - Method in class net.shibboleth.ext.spring.resource.SVNResource.SVNStatusHandler
httpClient - Variable in class net.shibboleth.ext.spring.resource.HTTPResource
HTTP Client used to pull the resource.
HttpClientFactoryBean - Class in net.shibboleth.ext.spring.factory
Factory bean to accumulate the parameters into a HttpClientBuilder and to then emit a HttpClient.
HttpClientFactoryBean() - Constructor for class net.shibboleth.ext.spring.factory.HttpClientFactoryBean
Constructor.
HTTPResource - Class in net.shibboleth.ext.spring.resource
Resource for looking up HTTP URLs.
HTTPResource(HttpClient, String) - Constructor for class net.shibboleth.ext.spring.resource.HTTPResource
Constructor.
HTTPResource(HttpClient, URL) - Constructor for class net.shibboleth.ext.spring.resource.HTTPResource
Constructor.
HTTPResource.ConnectionClosingInputStream - Class in net.shibboleth.ext.spring.resource
A wrapper around the entity content InputStream represented by an HttpResponse that closes the stream and the HttpResponse when HTTPResource.ConnectionClosingInputStream.close() is invoked.
HTTPResource.ConnectionClosingInputStream(HttpResponse) - Constructor for class net.shibboleth.ext.spring.resource.HTTPResource.ConnectionClosingInputStream
Constructor.

I

IdentifiableBeanPostProcessor - Class in net.shibboleth.ext.spring.config
Pre-processes IdentifiableComponent beans by setting the bean ID to the bean name.
IdentifiableBeanPostProcessor() - Constructor for class net.shibboleth.ext.spring.config.IdentifiableBeanPostProcessor
 
initPropertySources() - Method in class net.shibboleth.ext.spring.context.DeferPlaceholderFileSystemXmlWebApplicationContext
InMemoryCachingHttpClientFactoryBean - Class in net.shibboleth.ext.spring.factory
Factory bean to accumulate the parameters into a InMemoryCachingHttpClientBuilder and to then emit a HttpClient.
InMemoryCachingHttpClientFactoryBean() - Constructor for class net.shibboleth.ext.spring.factory.InMemoryCachingHttpClientFactoryBean
Constructor.
isOpen() - Method in class net.shibboleth.ext.spring.resource.HTTPResource
isOpen() - Method in class net.shibboleth.ext.spring.resource.ResourceHelper
isOpen() - Method in class net.shibboleth.ext.spring.resource.SVNResource
Our stream can be read multiple times.
isReadable() - Method in class net.shibboleth.ext.spring.resource.HTTPResource
isReadable() - Method in class net.shibboleth.ext.spring.resource.ResourceHelper
isReadable() - Method in class net.shibboleth.ext.spring.resource.SVNResource
We always say yes.
isRunning() - Method in class net.shibboleth.ext.spring.service.ReloadableSpringService
.
isSingleton() - Method in class net.shibboleth.ext.spring.factory.DOMDocumentFactoryBean
isSingleton() - Method in class net.shibboleth.ext.spring.factory.PKCS11PrivateKeyFactoryBean
 
isSingleton() - Method in class net.shibboleth.ext.spring.factory.PrivateKeyFactoryBean
isSingleton() - Method in class net.shibboleth.ext.spring.factory.PublicKeyFactoryBean
isSingleton() - Method in class net.shibboleth.ext.spring.factory.X509CertificateChainFactoryBean
isSingleton() - Method in class net.shibboleth.ext.spring.factory.X509CertificateFactoryBean

K

key - Variable in class net.shibboleth.ext.spring.factory.PKCS11PrivateKeyFactoryBean
The singleton instance of the private key produced by this factory.
key - Variable in class net.shibboleth.ext.spring.factory.PrivateKeyFactoryBean
The singleton instance of the private key produced by this factory.
key - Variable in class net.shibboleth.ext.spring.factory.PublicKeyFactoryBean
The singleton instance of the public key produced by this factory.
keyAlias - Variable in class net.shibboleth.ext.spring.factory.PKCS11PrivateKeyFactoryBean
Alias for the private key.
keyPass - Variable in class net.shibboleth.ext.spring.factory.PrivateKeyFactoryBean
Password for the private key.
keyPassword - Variable in class net.shibboleth.ext.spring.factory.PKCS11PrivateKeyFactoryBean
Password for the private key.

L

lastLoadFailed - Variable in class net.shibboleth.ext.spring.service.ReloadableSpringService
Did the last load fail? An optimization only.
lastModified() - Method in class net.shibboleth.ext.spring.resource.FileBackedHTTPResource
lastModified() - Method in class net.shibboleth.ext.spring.resource.HTTPResource
lastModified() - Method in class net.shibboleth.ext.spring.resource.ResourceHelper
lastModified - Variable in class net.shibboleth.ext.spring.resource.SVNResource
Time the resource file was last modified.
lastModified() - Method in class net.shibboleth.ext.spring.resource.SVNResource
log - Variable in class net.shibboleth.ext.spring.config.DurationToLongConverter
Logger.
log - Variable in class net.shibboleth.ext.spring.config.IdentifiableBeanPostProcessor
Logger.
log - Variable in class net.shibboleth.ext.spring.config.StringBooleanToPredicateConverter
Logger.
log - Variable in class net.shibboleth.ext.spring.error.ErrorRaisingController
Class logger.
log - Variable in class net.shibboleth.ext.spring.factory.EvaluableScriptFactoryBean
log.
log - Variable in class net.shibboleth.ext.spring.factory.PKCS11PrivateKeyFactoryBean
Class logger.
log - Variable in class net.shibboleth.ext.spring.resource.FileBackedHTTPResource
Logger.
log - Variable in class net.shibboleth.ext.spring.resource.HTTPResource
Class logger.
log - Variable in class net.shibboleth.ext.spring.resource.SVNResource
Class logger.
log - Variable in class net.shibboleth.ext.spring.service.AbstractServiceableComponent
Class logger.
log - Variable in class net.shibboleth.ext.spring.service.ReloadableSpringService
Class logger.
log - Variable in class net.shibboleth.ext.spring.util.AnnotationParameterNameDiscoverer
log.
log - Variable in class net.shibboleth.ext.spring.util.BaseSpringNamespaceHandler
Class logger.
LOG - Static variable in class net.shibboleth.ext.spring.util.SpringSupport
Logger.

M

mark(int) - Method in class net.shibboleth.ext.spring.resource.HTTPResource.ConnectionClosingInputStream
markSupported() - Method in class net.shibboleth.ext.spring.resource.HTTPResource.ConnectionClosingInputStream
matches(TypeDescriptor, TypeDescriptor) - Method in class net.shibboleth.ext.spring.config.DurationToLongConverter
MODEL_ATTR_ENCODER - Static variable in class net.shibboleth.ext.spring.error.ExtendedMappingExceptionResolver
Model attribute carrying the HTMLEncoder class.
MODEL_ATTR_REQUEST - Static variable in class net.shibboleth.ext.spring.error.ExtendedMappingExceptionResolver
Model attribute carrying HttpServletRequest.
MODEL_ATTR_SPRINGCONTEXT - Static variable in class net.shibboleth.ext.spring.error.ExtendedMappingExceptionResolver
Model attribute carrying WebApplicationContext.

N

net.shibboleth.ext.spring.config - package net.shibboleth.ext.spring.config
Classes supporting Spring configuration activities.
net.shibboleth.ext.spring.context - package net.shibboleth.ext.spring.context
Spring application context classes.
net.shibboleth.ext.spring.error - package net.shibboleth.ext.spring.error
Extensions for Spring error handling.
net.shibboleth.ext.spring.factory - package net.shibboleth.ext.spring.factory
Spring FactoryBean implementations.
net.shibboleth.ext.spring.resource - package net.shibboleth.ext.spring.resource
Shibboleth integration with Spring Resource.Helper functions, concrete implementations and a bridging class.
net.shibboleth.ext.spring.service - package net.shibboleth.ext.spring.service
Spring specific implementations of ServiceableComponent and ReloadableService.
net.shibboleth.ext.spring.util - package net.shibboleth.ext.spring.util
Supporting classes for using Spring.
newContext(String, List<Resource>, List<BeanFactoryPostProcessor>, List<BeanPostProcessor>, List<ApplicationContextInitializer>, ApplicationContext) - Static method in class net.shibboleth.ext.spring.util.SpringSupport
Creates a new, started, application context from the given configuration resources.

O

of(Resource) - Static method in class net.shibboleth.ext.spring.resource.ResourceHelper
Return a Resource that does all the work of the provided Resource
If the input implements Resource then it is cast to the output, other a shim class is generated.

P

parentContext - Variable in class net.shibboleth.ext.spring.service.ReloadableSpringService
Application context owning this engine.
parse(Element, ParserContext) - Method in class net.shibboleth.ext.spring.util.BaseSpringNamespaceHandler
Parses the supplied Element by delegating to the BeanDefinitionParser that is registered for that Element.
parseCustomElement(Element) - Method in class net.shibboleth.ext.spring.util.SchemaTypeAwareBeanDefinitionParserDelegate
parseCustomElement(Element, BeanDefinition) - Method in class net.shibboleth.ext.spring.util.SchemaTypeAwareBeanDefinitionParserDelegate
parseCustomElement(Element, ParserContext) - Static method in class net.shibboleth.ext.spring.util.SpringSupport
Parse an element into a bean definition.
parseCustomElements(Collection<Element>, ParserContext) - Static method in class net.shibboleth.ext.spring.util.SpringSupport
Parse list of elements into bean definitions.
parseNativeElement(Element, BeanDefinitionRegistry) - Static method in class net.shibboleth.ext.spring.util.SpringSupport
Parse the provided Element into the provided registry.
parserPool - Variable in class net.shibboleth.ext.spring.factory.DOMDocumentFactoryBean
Parser pool to use when parsing the document.
parsers - Variable in class net.shibboleth.ext.spring.util.BaseSpringNamespaceHandler
Stores the BeanDefinitionParser implementations keyed by the local name of the Elements they handle.
pinComponent() - Method in class net.shibboleth.ext.spring.service.AbstractServiceableComponent
Grab the service lock shared.
pkcs11Config - Variable in class net.shibboleth.ext.spring.factory.PKCS11PrivateKeyFactoryBean
PKCS#11 provider parameter string.
PKCS11PrivateKeyFactoryBean - Class in net.shibboleth.ext.spring.factory
Spring bean factory for extracting a PrivateKey from a PKCS#11 keystore.
PKCS11PrivateKeyFactoryBean() - Constructor for class net.shibboleth.ext.spring.factory.PKCS11PrivateKeyFactoryBean
 
postProcessAfterInitialization(Object, String) - Method in class net.shibboleth.ext.spring.config.IdentifiableBeanPostProcessor
postProcessBeforeInitialization(Object, String) - Method in class net.shibboleth.ext.spring.config.IdentifiableBeanPostProcessor
postProcessors - Variable in class net.shibboleth.ext.spring.service.ReloadableSpringService
List of bean post processors for this service's content.
PreferFileSystemResourceLoader - Class in net.shibboleth.ext.spring.resource
An extension of DefaultResourceLoader that (1) is biased in favor of the filesystem such that bare resource paths are assumed to be files rather than classpath resources and (2) supports loading "classpath*:" resources.
PreferFileSystemResourceLoader() - Constructor for class net.shibboleth.ext.spring.resource.PreferFileSystemResourceLoader
 
PrivateKeyFactoryBean - Class in net.shibboleth.ext.spring.factory
Spring bean factory for producing a PrivateKey from a Resource.
PrivateKeyFactoryBean() - Constructor for class net.shibboleth.ext.spring.factory.PrivateKeyFactoryBean
 
propertySourcesInitialized - Variable in class net.shibboleth.ext.spring.context.DeferPlaceholderFileSystemXmlWebApplicationContext
Whether property sources have been initialized.
provider - Static variable in class net.shibboleth.ext.spring.factory.PKCS11PrivateKeyFactoryBean
Singleton Provider for all instances of this factory.
PROVIDER_CLASS_NAME - Static variable in class net.shibboleth.ext.spring.factory.PKCS11PrivateKeyFactoryBean
The class name for the PKCS#11 provider class.
proxyHost - Variable in class net.shibboleth.ext.spring.resource.SVNBasicAuthenticationManager
Proxy Host - if needed.
proxyPassword - Variable in class net.shibboleth.ext.spring.resource.SVNBasicAuthenticationManager
Proxy Password - if needed.
proxyPort - Variable in class net.shibboleth.ext.spring.resource.SVNBasicAuthenticationManager
Proxy Port - if needed.
proxySet - Variable in class net.shibboleth.ext.spring.resource.SVNBasicAuthenticationManager
This is true if any of the setters for the proxy information have been called.
proxyUserName - Variable in class net.shibboleth.ext.spring.resource.SVNBasicAuthenticationManager
Proxy User Name - if needed.
PublicKeyFactoryBean - Class in net.shibboleth.ext.spring.factory
Spring bean factory for producing a PublicKey from a Resource.
PublicKeyFactoryBean() - Constructor for class net.shibboleth.ext.spring.factory.PublicKeyFactoryBean
 

R

raiseError(HttpServletRequest) - Method in class net.shibboleth.ext.spring.error.ErrorRaisingController
Handle an error dispatched by the container by re-raising it.
read() - Method in class net.shibboleth.ext.spring.resource.HTTPResource.ConnectionClosingInputStream
read(byte[]) - Method in class net.shibboleth.ext.spring.resource.HTTPResource.ConnectionClosingInputStream
read(byte[], int, int) - Method in class net.shibboleth.ext.spring.resource.HTTPResource.ConnectionClosingInputStream
registerBeanDefinitionDecorator(QName, BeanDefinitionDecorator) - Method in class net.shibboleth.ext.spring.util.BaseSpringNamespaceHandler
Subclasses can call this to register the supplied BeanDefinitionDecorator to handle the specified element.
registerBeanDefinitionDecoratorForAttribute(QName, BeanDefinitionDecorator) - Method in class net.shibboleth.ext.spring.util.BaseSpringNamespaceHandler
Subclasses can call this to register the supplied BeanDefinitionDecorator to handle the specified attribute.
registerBeanDefinitionParser(QName, BeanDefinitionParser) - Method in class net.shibboleth.ext.spring.util.BaseSpringNamespaceHandler
Subclasses can call this to register the supplied BeanDefinitionParser to handle the specified element.
registerBeanDefinitions(Document, XmlReaderContext) - Method in class net.shibboleth.ext.spring.util.EmbeddedAndSchemaAwareReader
We call the parent method for the custom schema (which is expected to not do anything special with the <beans> statement) and then we call again to handle the beans statements which we have explicitly pulled out.
ReloadableSpringService<T> - Class in net.shibboleth.ext.spring.service
This class provides a reloading interface to a ServiceableComponent via Spring.
ReloadableSpringService(Class<T>) - Constructor for class net.shibboleth.ext.spring.service.ReloadableSpringService
Constructor.
ReloadableSpringService(Class<T>, Function<GenericApplicationContext, ServiceableComponent>) - Constructor for class net.shibboleth.ext.spring.service.ReloadableSpringService
Constructor.
remoteRepository - Variable in class net.shibboleth.ext.spring.resource.SVNResource
URL to the remote repository.
reportCachingStatus(HttpCacheContext) - Method in class net.shibboleth.ext.spring.resource.HTTPResource
Print out to the log whether we hit the apache cache or not.
reset() - Method in class net.shibboleth.ext.spring.resource.HTTPResource.ConnectionClosingInputStream
resolvePath(String) - Method in class net.shibboleth.ext.spring.context.DeferPlaceholderFileSystemXmlWebApplicationContext
resource - Variable in class net.shibboleth.ext.spring.factory.DOMDocumentFactoryBean
Resource to load the document from.
resource - Variable in class net.shibboleth.ext.spring.factory.EvaluableScriptFactoryBean
The resource which locates the script.
resource - Variable in class net.shibboleth.ext.spring.factory.PrivateKeyFactoryBean
Private key resource.
resource - Variable in class net.shibboleth.ext.spring.factory.PublicKeyFactoryBean
Public key resource.
resource - Variable in class net.shibboleth.ext.spring.factory.X509CertificateChainFactoryBean
Certificate chain resource.
resource - Variable in class net.shibboleth.ext.spring.factory.X509CertificateFactoryBean
Certificate chain resource.
resourceFileName - Variable in class net.shibboleth.ext.spring.resource.SVNResource
File, within the working copy, represented by this resource.
ResourceHelper - Class in net.shibboleth.ext.spring.resource
Bridging class between Resource and Resource.
ResourceHelper(Resource) - Constructor for class net.shibboleth.ext.spring.resource.ResourceHelper
A private for shimming the provided input.
resourceLastModifiedTimes - Variable in class net.shibboleth.ext.spring.service.ReloadableSpringService
Time, in milliseconds, when the service configuration for the given index was last observed to have changed.
resourceURL - Variable in class net.shibboleth.ext.spring.resource.HTTPResource
URL to the Resource.
response - Variable in class net.shibboleth.ext.spring.resource.HTTPResource.ConnectionClosingInputStream
HTTP response that is being wrapped.
retrievalRevision - Variable in class net.shibboleth.ext.spring.resource.SVNResource
Revision of the working copy.

S

saveAndClone(InputStream) - Method in class net.shibboleth.ext.spring.resource.FileBackedHTTPResource
saveAndClone.
SchemaTypeAwareBeanDefinitionDocumentReader - Class in net.shibboleth.ext.spring.util
An extension to the standard DefaultBeanDefinitionDocumentReader that uses a SchemaTypeAwareBeanDefinitionParserDelegate delegate for processing bean definitions.
SchemaTypeAwareBeanDefinitionDocumentReader() - Constructor for class net.shibboleth.ext.spring.util.SchemaTypeAwareBeanDefinitionDocumentReader
 
SchemaTypeAwareBeanDefinitionParserDelegate - Class in net.shibboleth.ext.spring.util
An extension to the standard BeanDefinitionParserDelegate that adds support for retrieving NamespaceHandler by schema type, as well as element QName, when resolving custom elements.
SchemaTypeAwareBeanDefinitionParserDelegate(XmlReaderContext) - Constructor for class net.shibboleth.ext.spring.util.SchemaTypeAwareBeanDefinitionParserDelegate
Constructor.
SchemaTypeAwareXMLBeanDefinitionReader - Class in net.shibboleth.ext.spring.util
An extension to the standard XmlBeanDefinitionReader that defaults some settings.
SchemaTypeAwareXMLBeanDefinitionReader(BeanDefinitionRegistry) - Constructor for class net.shibboleth.ext.spring.util.SchemaTypeAwareXMLBeanDefinitionReader
Constructor.
script - Variable in class net.shibboleth.ext.spring.factory.EvaluableScriptFactoryBean
The script.
serviceClaz - Variable in class net.shibboleth.ext.spring.service.ClassBasedServiceStrategy
The class we are looking for.
serviceConfigurations - Variable in class net.shibboleth.ext.spring.service.ReloadableSpringService
List of configuration resources for this service.
serviceLock - Variable in class net.shibboleth.ext.spring.service.AbstractServiceableComponent
Lock for this service.
serviceStrategy - Variable in class net.shibboleth.ext.spring.service.ReloadableSpringService
How to summon up the ServiceableComponent from the ApplicationContext.
setApplicationContext(ApplicationContext) - Method in class net.shibboleth.ext.spring.config.StringToResourceConverter
setApplicationContext(ApplicationContext) - Method in class net.shibboleth.ext.spring.service.AbstractServiceableComponent
setApplicationContext(ApplicationContext) - Method in class net.shibboleth.ext.spring.service.ReloadableSpringService
setAsText(String) - Method in class net.shibboleth.ext.spring.config.DurationPropertyEditor
setBeanFactoryPostProcessors(List<BeanFactoryPostProcessor>) - Method in class net.shibboleth.ext.spring.service.ReloadableSpringService
Set the list of bean factory post processors for this service.
setBeanName(String) - Method in class net.shibboleth.ext.spring.resource.HTTPResource
setBeanName(String) - Method in class net.shibboleth.ext.spring.resource.SVNResource
setBeanName(String) - Method in class net.shibboleth.ext.spring.service.ReloadableSpringService
setBeanPostProcessors(List<BeanPostProcessor>) - Method in class net.shibboleth.ext.spring.service.ReloadableSpringService
Set the list of bean post processors for this service.
setCacheDirectory(String) - Method in class net.shibboleth.ext.spring.factory.FileCachingHttpClientFactoryBean
Set the cache directory path.
setConfigLocation(String) - Method in class net.shibboleth.ext.spring.context.DelimiterAwareApplicationContext
setConnectionDisregardTLSCertificate(boolean) - Method in class net.shibboleth.ext.spring.factory.HttpClientFactoryBean
Sets whether the responder's SSL/TLS certificate should be ignored.
setConnectionProxyHost(String) - Method in class net.shibboleth.ext.spring.factory.HttpClientFactoryBean
Sets the hostname of the default proxy used when making connection.
setConnectionProxyPassword(String) - Method in class net.shibboleth.ext.spring.factory.HttpClientFactoryBean
Sets the password used when authenticating to the proxy.
setConnectionProxyPort(int) - Method in class net.shibboleth.ext.spring.factory.HttpClientFactoryBean
Sets the port of the default proxy used when making connection.
setConnectionProxyUsername(String) - Method in class net.shibboleth.ext.spring.factory.HttpClientFactoryBean
Sets the username to use when authenticating to the proxy.
setConnectionRequestTimeout(long) - Method in class net.shibboleth.ext.spring.factory.HttpClientFactoryBean
Sets the maximum length of time in milliseconds to wait for a connection to be returned from the connection manager.
setConnectionTimeout(long) - Method in class net.shibboleth.ext.spring.factory.HttpClientFactoryBean
Sets the maximum length of time in milliseconds to wait for the connection to be established.
setEngineName(String) - Method in class net.shibboleth.ext.spring.factory.EvaluableScriptFactoryBean
Set the engine name.
setFilename(String) - Method in class net.shibboleth.ext.spring.resource.SVNResource
Set the resourceFileName.
setKeyAlias(String) - Method in class net.shibboleth.ext.spring.factory.PKCS11PrivateKeyFactoryBean
Sets the key alias to use.
setKeyPassword(String) - Method in class net.shibboleth.ext.spring.factory.PKCS11PrivateKeyFactoryBean
Set the key password to use.
setMaxCacheEntries(int) - Method in class net.shibboleth.ext.spring.factory.FileCachingHttpClientFactoryBean
Set the maximum number of cached responses.
setMaxCacheEntries(int) - Method in class net.shibboleth.ext.spring.factory.InMemoryCachingHttpClientFactoryBean
Set the maximum number of cached responses.
setMaxCacheEntrySize(long) - Method in class net.shibboleth.ext.spring.factory.FileCachingHttpClientFactoryBean
Set the maximum response body size, in bytes, that will be eligible for caching.
setMaxCacheEntrySize(long) - Method in class net.shibboleth.ext.spring.factory.InMemoryCachingHttpClientFactoryBean
Set the maximum response body size, in bytes, that will be eligible for caching.
setMaxConnectionsPerRoute(int) - Method in class net.shibboleth.ext.spring.factory.HttpClientFactoryBean
Sets the max simultaneous connections per route allowed by the pooling connection manager.
setMaxConnectionsTotal(int) - Method in class net.shibboleth.ext.spring.factory.HttpClientFactoryBean
Sets the max total simultaneous connections allowed by the pooling connection manager.
setParentContext(ApplicationContext) - Method in class net.shibboleth.ext.spring.service.ReloadableSpringService
Sets the application context that is the parent to this service's context.
setParserPool(ParserPool) - Method in class net.shibboleth.ext.spring.factory.DOMDocumentFactoryBean
Sets the parser pool to be used to parse the file.
setPkcs11Config(String) - Method in class net.shibboleth.ext.spring.factory.PKCS11PrivateKeyFactoryBean
Sets the PKCS#11 configuration to use.
setPrivateKeyPassword(String) - Method in class net.shibboleth.ext.spring.factory.PrivateKeyFactoryBean
Sets the password for the private key.
setProxyHost(String) - Method in class net.shibboleth.ext.spring.resource.SVNBasicAuthenticationManager
Set the proxy host.
setProxyPassword(String) - Method in class net.shibboleth.ext.spring.resource.SVNBasicAuthenticationManager
Set the proxy password.
setProxyPort(int) - Method in class net.shibboleth.ext.spring.resource.SVNBasicAuthenticationManager
Set the proxy port.
setProxyUserName(String) - Method in class net.shibboleth.ext.spring.resource.SVNBasicAuthenticationManager
Set the proxy user name.
setResource(Resource) - Method in class net.shibboleth.ext.spring.factory.DOMDocumentFactoryBean
Sets the resource containing the document to be parsed.
setResource(Resource) - Method in class net.shibboleth.ext.spring.factory.EvaluableScriptFactoryBean
Set the resource which locates the script.
setResource(Resource) - Method in class net.shibboleth.ext.spring.factory.PrivateKeyFactoryBean
Sets the resource containing the private key.
setResource(Resource) - Method in class net.shibboleth.ext.spring.factory.PublicKeyFactoryBean
Sets the public key resource.
setResource(Resource) - Method in class net.shibboleth.ext.spring.factory.X509CertificateChainFactoryBean
Sets the certificate chain resource.
setResource(Resource) - Method in class net.shibboleth.ext.spring.factory.X509CertificateFactoryBean
Sets the certificate resource.
setScript(String) - Method in class net.shibboleth.ext.spring.factory.EvaluableScriptFactoryBean
Set the script.
setServiceConfigurations(List<Resource>) - Method in class net.shibboleth.ext.spring.service.ReloadableSpringService
Sets the list of configurations for this service.
setServiceConfigurationStrategy(Function<?, List<Resource>>) - Method in class net.shibboleth.ext.spring.service.ReloadableSpringService
Set the strategy by which the Service can locate the resources it needs to know about.
setSocketTimeout(long) - Method in class net.shibboleth.ext.spring.factory.HttpClientFactoryBean
Sets the maximum period inactivity between two consecutive data packets in milliseconds.
setSourceId(String) - Method in class net.shibboleth.ext.spring.factory.EvaluableScriptFactoryBean
Set the source Id.
setTLSSocketFactory(LayeredConnectionSocketFactory) - Method in class net.shibboleth.ext.spring.factory.HttpClientFactoryBean
Set the TLS socket factory to use.
setUserAgent(String) - Method in class net.shibboleth.ext.spring.factory.HttpClientFactoryBean
Sets the user agent to be used when talking to the server.
shouldReload() - Method in class net.shibboleth.ext.spring.service.ReloadableSpringService
skip(long) - Method in class net.shibboleth.ext.spring.resource.HTTPResource.ConnectionClosingInputStream
socketTimeout - Variable in class net.shibboleth.ext.spring.factory.HttpClientFactoryBean
Socket timeout.
We need this field to ensure that Spring does the conversion.
sourceId - Variable in class net.shibboleth.ext.spring.factory.EvaluableScriptFactoryBean
The source Id.
SPRING_BEANS_ELEMENT_NAME - Static variable in class net.shibboleth.ext.spring.util.SpringSupport
Spring beans element name.
springResource - Variable in class net.shibboleth.ext.spring.resource.ResourceHelper
The cached Spring Resource.
SpringSupport - Class in net.shibboleth.ext.spring.util
Helper class for performing some common Spring-related functions.
SpringSupport() - Constructor for class net.shibboleth.ext.spring.util.SpringSupport
Constructor.
start() - Method in class net.shibboleth.ext.spring.service.ReloadableSpringService
status - Variable in class net.shibboleth.ext.spring.resource.SVNResource.SVNStatusHandler
Current status of the resource.
stop() - Method in class net.shibboleth.ext.spring.service.ReloadableSpringService
stream - Variable in class net.shibboleth.ext.spring.resource.HTTPResource.ConnectionClosingInputStream
Stream owned by the given HTTP response.
StringBooleanToPredicateConverter - Class in net.shibboleth.ext.spring.config
Allows setting of fixed Predicate properties using a boolean string.
StringBooleanToPredicateConverter() - Constructor for class net.shibboleth.ext.spring.config.StringBooleanToPredicateConverter
 
StringToIPRangeConverter - Class in net.shibboleth.ext.spring.config
Allows setting of IPRange properties using a CIDR string.
StringToIPRangeConverter() - Constructor for class net.shibboleth.ext.spring.config.StringToIPRangeConverter
 
StringToResourceConverter - Class in net.shibboleth.ext.spring.config
Allows setting Resource properties using a string representing a Spring resource.
StringToResourceConverter() - Constructor for class net.shibboleth.ext.spring.config.StringToResourceConverter
 
SVNBasicAuthenticationManager - Class in net.shibboleth.ext.spring.resource
Authentication manager for SVN resources based on BasicAuthenticationManager.
SVNBasicAuthenticationManager(List<SVNAuthentication>) - Constructor for class net.shibboleth.ext.spring.resource.SVNBasicAuthenticationManager
Constructor.
SVNBasicAuthenticationManager(String, File, String, int) - Constructor for class net.shibboleth.ext.spring.resource.SVNBasicAuthenticationManager
Constructor.
SVNBasicAuthenticationManager(String, String) - Constructor for class net.shibboleth.ext.spring.resource.SVNBasicAuthenticationManager
Constructor.
SVNResource - Class in net.shibboleth.ext.spring.resource
Implementation of a Spring Resource that communications with a Subversion server (via a spool directory).
SVNResource(SVNClientManager, SVNURL, File, long, String) - Constructor for class net.shibboleth.ext.spring.resource.SVNResource
Constructor.
SVNResource.SVNStatusHandler - Class in net.shibboleth.ext.spring.resource
Simple ISVNStatusHandler implementation that just stores and returns the status.
SVNResource.SVNStatusHandler() - Constructor for class net.shibboleth.ext.spring.resource.SVNResource.SVNStatusHandler
 

T

theClaz - Variable in class net.shibboleth.ext.spring.service.ReloadableSpringService
The class we are looking for.

U

unloadComponent() - Method in class net.shibboleth.ext.spring.service.AbstractServiceableComponent
.
unpinComponent() - Method in class net.shibboleth.ext.spring.service.AbstractServiceableComponent
drop the shared lock.
updateResourceDirectory() - Method in class net.shibboleth.ext.spring.resource.SVNResource
Updates an existing local working copy from the repository.

V

viewModelExtenderFunction - Variable in class net.shibboleth.ext.spring.error.ExtendedMappingExceptionResolver
Function to obtain extensions to view model.

W

workingCopyDirectory - Variable in class net.shibboleth.ext.spring.resource.SVNResource
Directory where the working copy will be kept.
workingCopyDirectoryExists() - Method in class net.shibboleth.ext.spring.resource.SVNResource
Checks to see if the working copy directory exists.

X

X509CertificateChainFactoryBean - Class in net.shibboleth.ext.spring.factory
Spring bean factory for producing a X509Certificate chain from a Resource.
X509CertificateChainFactoryBean() - Constructor for class net.shibboleth.ext.spring.factory.X509CertificateChainFactoryBean
 
X509CertificateFactoryBean - Class in net.shibboleth.ext.spring.factory
Spring bean factory for producing a X509Certificate from a Resource.
X509CertificateFactoryBean() - Constructor for class net.shibboleth.ext.spring.factory.X509CertificateFactoryBean
 
A B C D E F G H I K L M N O P R S T U V W X 

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