| Package | Description |
|---|---|
| net.shibboleth.utilities.java.support.logic |
Classes that represent basic first order logic concepts.
|
| 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.
|
| Constructor and Description |
|---|
StrategyIndirectedPredicate(com.google.common.base.Function<T1,T2> objectStrategy,
java.util.Collection<T2> collection)
Constructor that simplifies constructing a test for containment in a collection, which
is a common use case.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.String,javax.servlet.http.Cookie> |
CookieBufferingFilter.CookieBufferingHttpServletResponseProxy.cookieMap
Map of delayed cookie additions.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<java.lang.String,javax.servlet.http.Cookie> |
CookieBufferingFilter.CookieBufferingHttpServletResponseProxy.getCookies()
Get the map of cookies that will be set.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.Collection<java.lang.String> |
StringSupport.normalizeStringCollection(java.util.Collection<java.lang.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 |
|---|---|
java.lang.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 java.util.Collection<IPRange> |
IPRangeAccessControl.allowedRanges
List of CIDR blocks allowed to access this servlet.
|
private java.util.Map<java.lang.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(java.util.Collection<IPRange> ranges)
Set the CIDR address ranges to allow.
|
void |
SelfSignedCertificateGenerator.setDNSSubjectAltNames(java.util.Collection<java.lang.String> altNames)
Set the optional DNS subject alt names.
|
void |
BasicAccessControlService.setPolicyMap(java.util.Map<java.lang.String,AccessControl> map)
Set the policies to store.
|
void |
SelfSignedCertificateGenerator.setURISubjectAltNames(java.util.Collection<java.lang.String> altNames)
Set the optional URI subject alt names.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<javax.xml.transform.Source> |
SchemaBuilder.sources
Sources of schema material compatible with JAXP.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
BasicParserPool.getBuilderAttributes()
Gets the builder attributes used when creating builders.
|
java.util.Map<java.lang.String,java.lang.Boolean> |
BasicParserPool.getBuilderFeatures()
Gets the builders' features.
|