| 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.primitive |
A set of utilities dealing with Java's primitive types.
|
| net.shibboleth.utilities.java.support.resolver |
Interfaces for searching over data.
|
| net.shibboleth.utilities.java.support.security |
Helpers for common security related tasks.
|
| net.shibboleth.utilities.java.support.xml |
A set of helper functions for performing actions on DOM nodes.
|
| Modifier and Type | Method and Description |
|---|---|
<T> List<T> |
ClassToInstanceMultiMap.get(Class<T> type)
Gets the instances mapped to the given type or an empty list.
|
private Set<Class<?>> |
ClassToInstanceMultiMap.getIndexTypes(B value)
Get the effective set of all class types via which the specified value should be indexed.
|
<T> List<T> |
LockableClassToInstanceMultiMap.getWithLock(Class<T> type)
Convenience method which executes the like-named method from superclass
ClassToInstanceMultiMap
under 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 superclass
ClassToInstanceMultiMap
under 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 superclass
ClassToInstanceMultiMap
under a read lock. |
| Modifier and Type | Method and Description |
|---|---|
private void |
ClassToInstanceMultiMap.getSuperTypes(Class<?> clazz,
Set<Class<?>> accumulator)
Gets all of the superclasses and interfaces implemented by the given class.
|
void |
ClassToInstanceMultiMap.putAll(ClassToInstanceMultiMap<? extends B> map)
Adds all the values to the map.
|
void |
ClassToInstanceMultiMap.putAll(Iterable<? extends B> newValues)
Adds all the values to the map.
|
void |
LockableClassToInstanceMultiMap.putAllWithLock(ClassToInstanceMultiMap<? extends B> map)
Convenience method which executes the like-named method from superclass
ClassToInstanceMultiMap
under a write lock. |
void |
LockableClassToInstanceMultiMap.putAllWithLock(Iterable<? extends B> newValues)
Convenience method which executes the like-named method from superclass
ClassToInstanceMultiMap
under a write lock. |
void |
ClassToInstanceMultiMap.removeAll(ClassToInstanceMultiMap<? extends B> map)
Remove the values contained in the specified map from this map and from the value list of all indexes.
|
void |
ClassToInstanceMultiMap.removeAll(Iterable<? extends B> removeValues)
Remove the specified values from the map and from the value list of all indexes.
|
void |
LockableClassToInstanceMultiMap.removeAllWithLock(ClassToInstanceMultiMap<? extends B> map)
Convenience method which executes the like-named method from superclass
ClassToInstanceMultiMap
under a write lock. |
void |
LockableClassToInstanceMultiMap.removeAllWithLock(Iterable<? extends B> removeValues)
Convenience method which executes the like-named method from superclass
ClassToInstanceMultiMap
under a write lock. |
| Modifier and Type | Field and Description |
|---|---|
private List<HttpClientContextHandler> |
HttpClientBuilder.staticContextHandlers
List of static context handlers.
|
| Modifier and Type | Method and Description |
|---|---|
List<HttpClientContextHandler> |
HttpClientBuilder.getStaticContextHandlers()
Get the list of static
HttpClientContextHandler. |
private <T> List<T> |
HttpClientBuilder.normalizeList(List<T> items)
Normalize and copy the supplied list to remove nulls.
|
| Modifier and Type | Field and Description |
|---|---|
private Collection<com.google.common.base.Function<Pair<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse>,Boolean>> |
DynamicResponseHeaderFilter.callbacks
Callbacks to add headers dynamically.
|
private Map<String,javax.servlet.http.Cookie> |
CookieBufferingFilter.CookieBufferingHttpServletResponseProxy.cookieMap
Map of delayed cookie additions.
|
private Map<String,String> |
DynamicResponseHeaderFilter.headers
Statically defined headers to return.
|
private Map<String,SameSiteCookieHeaderFilter.SameSiteValue> |
SameSiteCookieHeaderFilter.sameSiteCookies
Map of cookie name to same-site attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,javax.servlet.http.Cookie> |
CookieBufferingFilter.CookieBufferingHttpServletResponseProxy.getCookies()
Get the map of cookies that will be set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DynamicResponseHeaderFilter.setCallbacks(Collection<com.google.common.base.Function<Pair<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse>,Boolean>> theCallbacks)
Set the callbacks to invoke to dynamically attach headers.
|
void |
DynamicResponseHeaderFilter.setHeaders(Map<String,String> map)
Set the headers to statically attach to all responses.
|
void |
SameSiteCookieHeaderFilter.setSameSiteCookies(Map<SameSiteCookieHeaderFilter.SameSiteValue,List<String>> map)
Set the names of cookies to add the same-site attribute to.
|
| Modifier and Type | Field and Description |
|---|---|
private static Set<String> |
DeprecationSupport.WARNED_SET
Tracks issued warnings.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<String> |
StringSupport.normalizeStringCollection(Collection<String> values)
Normalize a string collection by:
Safely trimming each member.
Converting all empty members to null.
Removing any null members.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<ProductType> |
Resolver.resolve(CriteriaType criteria)
Process the specified criteria and return the resulting instances of the product type
which satisfy the criteria.
|
| Modifier and Type | Field and Description |
|---|---|
private Collection<IPRange> |
IPRangeAccessControl.allowedRanges
List of CIDR blocks allowed to access this servlet.
|
private Map<String,AccessControl> |
BasicAccessControlService.policyMap
Map of named policies.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.bouncycastle.asn1.ASN1Encodable[] |
SelfSignedCertificateGenerator.buildSubjectAltNames()
Builds the subject alt names for the certificate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IPRangeAccessControl.setAllowedRanges(Collection<IPRange> ranges)
Set the CIDR address ranges to allow.
|
void |
SelfSignedCertificateGenerator.setDNSSubjectAltNames(Collection<String> altNames)
Set the optional DNS subject alt names.
|
void |
BasicAccessControlService.setPolicyMap(Map<String,AccessControl> map)
Set the policies to store.
|
void |
SelfSignedCertificateGenerator.setURISubjectAltNames(Collection<String> altNames)
Set the optional URI subject alt names.
|
| Modifier and Type | Field and Description |
|---|---|
private List<Source> |
SchemaBuilder.sources
Sources of schema material compatible with JAXP.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
BasicParserPool.getBuilderAttributes()
Gets the builder attributes used when creating builders.
|
Map<String,Boolean> |
BasicParserPool.getBuilderFeatures()
Gets the builders' features.
|
Copyright © 1999–2019 Shibboleth Consortium. All rights reserved.