Uses of Annotation Interface
net.shibboleth.shared.annotation.constraint.Unmodifiable
Packages that use Unmodifiable
Package
Description
Command line functionality.
A set of helper functions for encoding/decoding data to/from different formats.
Additional implementations of, and helpers for working with, collections.
Classes for working with Apache HttpClient.
Shared networking APIs and classes.
Java servlet specification APIs.
Spring application context classes.
Spring factory beans.
Supporting classes for using Spring.
APIs for parsing and using XML.
XML implementation classes.
-
Uses of Unmodifiable in net.shibboleth.shared.cli
Methods in net.shibboleth.shared.cli with annotations of type UnmodifiableModifier and TypeMethodDescriptionAbstractCommandLine.getAdditionalSpringResources()Return any additional resources that should be prepended to that supplied by the caller.AbstractCommandLineArguments.getLanguageRanges()Get the specified RFC4647 language ranges.AbstractCommandLineArguments.getOtherArgs()Get unparsed arguments.CommandLineArguments.getOtherArgs()Get unparsed arguments.AbstractCommandLineArguments.getPropertyFiles()Get list of property filenames to load.CommandLineArguments.getPropertyFiles()Get list of property filenames to load. -
Uses of Unmodifiable in net.shibboleth.shared.codec
Fields in net.shibboleth.shared.codec with annotations of type UnmodifiableModifier and TypeFieldDescriptionHTMLEncoder.CHARACTER_TO_ENTITY_MAPMap from entity character to name.Methods in net.shibboleth.shared.codec with annotations of type UnmodifiableModifier and TypeMethodDescriptionHTMLEncoder.mkCharacterToEntityMap()Build an unmodifiable map from entity character to name. -
Uses of Unmodifiable in net.shibboleth.shared.collection
Methods in net.shibboleth.shared.collection with annotations of type UnmodifiableModifier and TypeMethodDescriptionstatic <T> List<T>CollectionSupport.arrayAsList(T... a) Creates a mutable List from an array.static <T> List<T>CollectionSupport.copyToList(Collection<? extends T> coll) Copies a collection to a list with non-null guarantee.static <U,T> Map<U, T> Copies a map to a map with non-null guarantee.static <T> Set<T>CollectionSupport.copyToSet(Collection<? extends T> coll) Copies a collection to a set with non-null guarantee.static <T> List<T>CollectionSupport.emptyList()Gets an empty list with non-null guarantee.static <T,U> Map<T, U> CollectionSupport.emptyMap()Gets an empty map with non-null guarantee.static <T> Set<T>CollectionSupport.emptySet()Gets an empty set with non-null guarantee.<T> List<T>Gets the instances mapped to the given type or an empty list.<T> List<T>LockableClassToInstanceMultiMap.getWithLock(Class<T> type) Convenience method which executes the like-named method from superclassClassToInstanceMultiMapunder a read lock.ClassToInstanceMultiMap.keys()Gets the set of keys contained in this map.LockableClassToInstanceMultiMap.keysWithLock()Convenience method which executes the like-named method from superclassClassToInstanceMultiMapunder a read lock.static <T> List<T>CollectionSupport.listOf()Gets a zero member list with non-null guarantee.static <T> List<T>CollectionSupport.listOf(T first) Gets a one member list with non-null guarantee.static <T> List<T>CollectionSupport.listOf(T... elements) Gets a list with non-null guarantee and a variable number of members.static <T> List<T>CollectionSupport.listOf(T first, T second) Gets a two member list with non-null guarantee.static <T> Set<T>CollectionSupport.setOf()Gets a zero member set with non-null guarantee.static <T> Set<T>CollectionSupport.setOf(T first) Gets a one member set with non-null guarantee.static <T> Set<T>CollectionSupport.setOf(T... elements) Gets a set with non-null guarantee and a variable number of members.static <T> Set<T>CollectionSupport.setOf(T first, T second) Gets a two member set with non-null guarantee.static <T> Set<T>CollectionSupport.singleton(T item) Gets a singleton set with non-null guarantee.static <T> List<T>CollectionSupport.singletonList(T item) Gets a singleton list with non-null guarantee.static <T,U> Map<T, U> CollectionSupport.singletonMap(T key, U value) Gets a singleton map with non-null guarantee.Collection<? extends B>ClassToInstanceMultiMap.values()The collection of values currently present in the map.Collection<? extends B>LockableClassToInstanceMultiMap.valuesWithLock()Convenience method which executes the like-named method from superclassClassToInstanceMultiMapunder a read lock. -
Uses of Unmodifiable in net.shibboleth.shared.httpclient
Fields in net.shibboleth.shared.httpclient with annotations of type UnmodifiableModifier and TypeFieldDescriptionprivate List<org.apache.hc.core5.http.HttpRequestInterceptor>HttpClientBuilder.requestInterceptorsFirstList of request interceptors to add first.private List<org.apache.hc.core5.http.HttpRequestInterceptor>HttpClientBuilder.requestInterceptorsLastList of request interceptors to add last.private List<org.apache.hc.core5.http.HttpResponseInterceptor>HttpClientBuilder.responseInterceptorsFirstList of response interceptors to add first.private List<org.apache.hc.core5.http.HttpResponseInterceptor>HttpClientBuilder.responseInterceptorsLastList of response interceptors to add last.private List<HttpClientContextHandler>HttpClientBuilder.staticContextHandlersList of static context handlers.Methods in net.shibboleth.shared.httpclient with annotations of type UnmodifiableModifier and TypeMethodDescriptionList<org.apache.hc.core5.http.HttpRequestInterceptor>HttpClientBuilder.getFirstRequestInterceptors()Get the list of request interceptors to add first.List<org.apache.hc.core5.http.HttpResponseInterceptor>HttpClientBuilder.getFirstResponseInterceptors()Get the list of response interceptors to add first.List<org.apache.hc.core5.http.HttpRequestInterceptor>HttpClientBuilder.getLastRequestInterceptors()Get the list of request interceptors to add last.List<org.apache.hc.core5.http.HttpResponseInterceptor>HttpClientBuilder.getLastResponseInterceptors()Get the list of response interceptors to add last.HttpClientBuilder.getStaticContextHandlers()Get the list of staticHttpClientContextHandler. -
Uses of Unmodifiable in net.shibboleth.shared.net
Methods in net.shibboleth.shared.net with annotations of type Unmodifiable -
Uses of Unmodifiable in net.shibboleth.shared.servlet
Methods in net.shibboleth.shared.servlet with annotations of type UnmodifiableModifier and TypeMethodDescriptionstatic List<Locale.LanguageRange>HttpServletSupport.getLanguageRange(HttpServletRequest request) Return theLocale.LanguageRangeassociated with this request. -
Uses of Unmodifiable in net.shibboleth.shared.spring.context
Methods in net.shibboleth.shared.spring.context with annotations of type UnmodifiableModifier and TypeMethodDescriptionprotected Collection<String>AbstractPropertiesApplicationContextInitializer.getAdditionalSources(String searchLocation, Properties properties) Find out all the additional property files we need to load. -
Uses of Unmodifiable in net.shibboleth.shared.spring.factory
Methods in net.shibboleth.shared.spring.factory with annotations of type UnmodifiableModifier and TypeMethodDescriptionList<?>CombiningListFactoryBean.getFirstList()Set the first list to combine.List<?>CombiningListFactoryBean.getSecondList()Set the second list to combine. -
Uses of Unmodifiable in net.shibboleth.shared.spring.util
Methods in net.shibboleth.shared.spring.util with annotations of type UnmodifiableModifier and TypeMethodDescriptionstatic List<Locale.LanguageRange>SpringSupport.getLanguageRange(HttpServletRequest request) Return theLocale.LanguageRangeassociated with this request prepended with the Spring preferred locale. -
Uses of Unmodifiable in net.shibboleth.shared.xml
Methods in net.shibboleth.shared.xml with annotations of type UnmodifiableModifier and TypeMethodDescriptionAttributeSupport.getAttributeValueAsList(Attr attribute) Gets the value of a list-type attribute as a list.ElementSupport.getChildElements(Node root) Gets the child elements of the given element.ElementSupport.getChildElements(Node root, QName name) Gets the child nodes with the given local tag name.ElementSupport.getChildElementsByTagName(Node root, String localName) Gets the child nodes with the given local tag name.ElementSupport.getChildElementsByTagNameNS(Node root, String namespaceURI, String localName) Gets the child nodes with the given namespace qualified tag name.ElementSupport.getIndexedChildElements(Element root) Gets the child elements of the given element in a single iteration. -
Uses of Unmodifiable in net.shibboleth.shared.xml.impl
Fields in net.shibboleth.shared.xml.impl with annotations of type UnmodifiableModifier and TypeFieldDescriptionBasicParserPool.builderAttributesBuilder attributes.BasicParserPool.builderFeaturesBuilder features.Methods in net.shibboleth.shared.xml.impl with annotations of type UnmodifiableModifier and TypeMethodDescriptionBasicParserPool.getBuilderAttributes()Gets the builder attributes used when creating builders.BasicParserPool.getBuilderFeatures()Gets the builders' features.