| Package | Description |
|---|---|
| net.shibboleth.utilities.java.support.component |
Set of interfaces used to describe basic features of "components" or "modules" within a larger system.
|
| net.shibboleth.utilities.java.support.httpclient |
Classes for working with
Apache HttpClient.
|
| 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.scripting |
Classes for working with JSR-223 scripting environments.
|
| net.shibboleth.utilities.java.support.security |
Helpers for common security related tasks.
|
| net.shibboleth.utilities.java.support.velocity |
Classes for working with Apache Velocity.
|
| net.shibboleth.utilities.java.support.xml |
A set of helper functions for performing actions on DOM nodes.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractIdentifiableInitializableComponent.setId(String componentId)
Sets the ID of this component.
|
protected void |
AbstractDestructableIdentifiableInitializableComponent.setId(String componentId)
Sets the ID of this component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileCachingHttpClientBuilder.setCacheDirectory(String directoryPath)
Sets the directory in which cached content will be stored.
|
| Constructor and Description |
|---|
HttpResource(HttpClient client,
String url)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
TrimOrNullStringFunction.apply(String input) |
| Modifier and Type | Method and Description |
|---|---|
static String |
SimpleUrlCanonicalizer.canonicalize(String url)
Canonicalize the supplied URL.
|
private String |
CookieManager.contextPathToCookiePath()
Turn the servlet context path into an appropriate cookie path.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CookieManager.addCookie(String name,
String value)
Add a cookie with the specified name and value.
|
void |
CookieManager.addCookie(String name,
String value)
Add a cookie with the specified name and value.
|
static String |
SimpleUrlCanonicalizer.canonicalize(String url)
Canonicalize the supplied URL.
|
static Integer |
SimpleUrlCanonicalizer.getRegisteredPort(String scheme)
Obtain the default port registered for a scheme.
|
static void |
SimpleUrlCanonicalizer.registerSchemePortMapping(String scheme,
Integer port)
Register a new scheme-to-port mapping.
|
void |
CookieManager.unsetCookie(String name)
Unsets a cookie with the specified name.
|
| Constructor and Description |
|---|
UrlBuilder(String baseURL)
Constructor.
|
| Constructor and Description |
|---|
EvaluableScript(String engineName,
File scriptSource)
Constructor.
|
EvaluableScript(String engineName,
String scriptSource)
Constructor.
|
EvaluableScript(String engineName,
String scriptSource)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
private String |
DataSealer.extractAndCheckDecryptedData(byte[] decryptedBytes)
Extract the GZIP'd data and test for expiration before returning it.
|
private SecretKey |
DataSealer.loadKey(String alias)
Load a particular key from the keystore designated by the bean's properties.
|
void |
DataSealer.setCipherKeyAlias(String alias)
Sets the default encryption key alias.
|
void |
DataSealer.setCipherKeyPassword(String password)
Sets the encryption key password.
|
void |
DataSealer.setKeystorePassword(String password)
Sets the keystore password.
|
void |
DataSealer.setKeystorePath(String path)
Sets the keystore path.
|
void |
DataSealer.setKeystoreType(String type)
Sets the keystore type.
|
String |
DataSealer.unwrap(String wrapped)
Decrypts and verifies an encrypted bundle created with
DataSealer.wrap(String, long). |
String |
DataSealer.wrap(String data,
long exp)
Encodes data into an AEAD-encrypted blob, gzip(exp|data)
exp = expiration time of the data; 8 bytes; Big-endian
data = the data; a UTF-8-encoded string
|
| Modifier and Type | Method and Description |
|---|---|
static Template |
Template.fromTemplate(VelocityEngine engine,
String template)
A convenience method that invoked
Template.fromTemplate(VelocityEngine, String, Charset) and assumes the given
template is US ASCII encoded. |
static Template |
Template.fromTemplate(VelocityEngine engine,
String template,
Charset encoding)
Constructs a
Template from a given template. |
static Template |
Template.fromTemplateName(VelocityEngine engine,
String templateName)
A convenience method that invoked
Template.fromTemplateName(VelocityEngine, String, Charset) and assumes the
named template is US ASCII encoded. |
static Template |
Template.fromTemplateName(VelocityEngine engine,
String name,
Charset encoding)
Constructs a
Template that evaluates a named velocity template with a using the given velocity engine. |
| Constructor and Description |
|---|
Template(VelocityEngine velocityEngine,
String velocityTemplateName,
String velocityTemplateEncoding)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static Schema |
SchemaBuilder.buildSchema(SchemaBuilder.SchemaLanguage lang,
File... schemaFilesOrDirectories)
Builds a schema from the given schema sources.
|
static Schema |
SchemaBuilder.buildSchema(SchemaBuilder.SchemaLanguage lang,
InputStream... schemaSources)
Builds a schema from the given schema sources.
|
private static Schema |
SchemaBuilder.buildSchema(SchemaBuilder.SchemaLanguage lang,
List<? extends Source> schemaSources)
Builds a schema from the given schema sources.
|
static Schema |
SchemaBuilder.buildSchema(SchemaBuilder.SchemaLanguage lang,
Resource... schemaSources)
Builds a schema from the given schema sources.
|
static Schema |
SchemaBuilder.buildSchema(SchemaBuilder.SchemaLanguage lang,
String... schemaFilesOrDirectories)
Builds a schema from the given schema sources.
|
Copyright © 1999-2013. All Rights Reserved.