Uses of Class
net.shibboleth.utilities.java.support.annotation.constraint.Unmodifiable
-
Packages that use Unmodifiable Package Description net.shibboleth.utilities.java.support.collection Additional implementations of, and helpers for working with, collections.net.shibboleth.utilities.java.support.httpclient Classes for working with Apache HttpClient.net.shibboleth.utilities.java.support.net Classes for working with HTTP URLs and the protocol.net.shibboleth.utilities.java.support.xml A set of helper functions for performing actions on DOM nodes. -
-
Uses of Unmodifiable in net.shibboleth.utilities.java.support.collection
Methods in net.shibboleth.utilities.java.support.collection with annotations of type Unmodifiable Modifier and Type Method Description <T> List<T>ClassToInstanceMultiMap. get(Class<T> type)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.Set<Class<?>>ClassToInstanceMultiMap. keys()Gets the set of keys contained in this map.Set<Class<?>>LockableClassToInstanceMultiMap. keysWithLock()Convenience method which executes the like-named method from superclassClassToInstanceMultiMapunder a read lock.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.utilities.java.support.httpclient
Fields in net.shibboleth.utilities.java.support.httpclient with annotations of type Unmodifiable Modifier and Type Field Description private List<org.apache.http.HttpRequestInterceptor>HttpClientBuilder. requestInterceptorsFirstList of request interceptors to add first.private List<org.apache.http.HttpRequestInterceptor>HttpClientBuilder. requestInterceptorsLastList of request interceptors to add last.private List<org.apache.http.HttpResponseInterceptor>HttpClientBuilder. responseInterceptorsFirstList of response interceptors to add first.private List<org.apache.http.HttpResponseInterceptor>HttpClientBuilder. responseInterceptorsLastList of response interceptors to add last.private List<HttpClientContextHandler>HttpClientBuilder. staticContextHandlersList of static context handlers.Methods in net.shibboleth.utilities.java.support.httpclient with annotations of type Unmodifiable Modifier and Type Method Description List<org.apache.http.HttpRequestInterceptor>HttpClientBuilder. getFirstRequestInterceptors()Get the list of request interceptors to add first.List<org.apache.http.HttpResponseInterceptor>HttpClientBuilder. getFirstResponseInterceptors()Get the list of response interceptors to add first.List<org.apache.http.HttpRequestInterceptor>HttpClientBuilder. getLastRequestInterceptors()Get the list of request interceptors to add last.List<org.apache.http.HttpResponseInterceptor>HttpClientBuilder. getLastResponseInterceptors()Get the list of response interceptors to add last.List<HttpClientContextHandler>HttpClientBuilder. getStaticContextHandlers()Get the list of staticHttpClientContextHandler. -
Uses of Unmodifiable in net.shibboleth.utilities.java.support.net
Methods in net.shibboleth.utilities.java.support.net with annotations of type Unmodifiable Modifier and Type Method Description static List<Locale.LanguageRange>HttpServletSupport. getLanguageRange(javax.servlet.http.HttpServletRequest request)Return theLocale.LanguageRangeassociated with this request. -
Uses of Unmodifiable in net.shibboleth.utilities.java.support.xml
Methods in net.shibboleth.utilities.java.support.xml with annotations of type Unmodifiable Modifier and Type Method Description Map<String,Boolean>BasicParserPool. getBuilderFeatures()Gets the builders' features.
-