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,
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 Map<String,javax.servlet.http.Cookie> |
CookieBufferingFilter.CookieBufferingHttpServletResponseProxy.cookieMap
Map of delayed cookie additions.
|
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 |
---|---|
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–2017. All rights reserved.