Package | Description |
---|---|
net.shibboleth.utilities.java.support.codec |
A set of helper functions for encoding/decoding data to/from different formats.
|
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.service |
Service support for Shibbleth projects.
A service is something reloads instances of serviceable components. |
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 | Field and Description |
---|---|
private String |
StringDigester.digestAlgorithm
The message digest algorithm to use.
|
Constructor and Description |
---|
StringDigester(String algorithm,
StringDigester.OutputFormat format)
Constructor.
|
StringDigester(String algorithm,
StringDigester.OutputFormat format,
Charset charset)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
IdentifiableComponent.setId(String componentId)
Set the ID of this component.
|
protected void |
AbstractIdentifiedInitializableComponent.setId(String componentId)
Sets the ID of this component.
|
void |
AbstractIdentifiableInitializableComponent.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.
|
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 scriptSource)
Constructor.
|
EvaluableScript(String engineName,
File scriptSource)
Constructor.
|
EvaluableScript(String engineName,
String scriptSource)
Constructor.
|
EvaluableScript(String engineName,
String scriptSource)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
static String |
SelfSignedCertificateGenerator.CommandLineArgs.CERT_ALG
Certificate algorithm.
|
static String |
SelfSignedCertificateGenerator.CommandLineArgs.CERT_FILE
Path to certificate file to create.
|
static String |
SelfSignedCertificateGenerator.CommandLineArgs.CERT_LIFETIME
Certificate lifetime.
|
private String |
SelfSignedCertificateGenerator.CommandLineArgs.certAlg
Certificate algorithm.
|
static String |
BasicKeystoreKeyStrategy.CURRENT_VERSION_PROP
Name of property representing current key version.
|
static String |
SelfSignedCertificateGenerator.CommandLineArgs.DNS_ALTNAMES
DNS subjectAltNames.
|
static String |
BasicKeystoreKeyStrategyTool.CommandLineArgs.HELP
Display command usage.
|
static String |
SelfSignedCertificateGenerator.CommandLineArgs.HELP
Display command usage.
|
private String |
SelfSignedCertificateGenerator.CommandLineArgs.hostname
Hostname.
|
static String |
SelfSignedCertificateGenerator.CommandLineArgs.HOSTNAME
Hostname for cert subject.
|
static String |
BasicKeystoreKeyStrategyTool.CommandLineArgs.KEY_ALIAS
Key alias base.
|
static String |
BasicKeystoreKeyStrategyTool.CommandLineArgs.KEY_COUNT
Number of keys to maintain.
|
static String |
SelfSignedCertificateGenerator.CommandLineArgs.KEY_FILE
Path to private key file to create.
|
static String |
BasicKeystoreKeyStrategyTool.CommandLineArgs.KEY_SIZE
Key size.
|
static String |
SelfSignedCertificateGenerator.CommandLineArgs.KEY_SIZE
Key size.
|
static String |
BasicKeystoreKeyStrategyTool.CommandLineArgs.KEY_TYPE
Key algorithm.
|
static String |
SelfSignedCertificateGenerator.CommandLineArgs.KEY_TYPE
Key algorithm.
|
private String |
BasicKeystoreKeyStrategyTool.CommandLineArgs.keystoreType
Keystore type.
|
private String |
SelfSignedCertificateGenerator.CommandLineArgs.keystoreType
Keystore type.
|
private String |
BasicKeystoreKeyStrategyTool.CommandLineArgs.keyType
Key algorithm.
|
private String |
SelfSignedCertificateGenerator.CommandLineArgs.keyType
Key algorithm.
|
static String |
BasicKeystoreKeyStrategyTool.CommandLineArgs.STORE_FILE
Path to keystore to create.
|
static String |
SelfSignedCertificateGenerator.CommandLineArgs.STORE_FILE
Path to keystore to create.
|
static String |
BasicKeystoreKeyStrategyTool.CommandLineArgs.STORE_PASS
Keystore password.
|
static String |
SelfSignedCertificateGenerator.CommandLineArgs.STORE_PASS
Keystore password.
|
static String |
BasicKeystoreKeyStrategyTool.CommandLineArgs.STORE_TYPE
Type of keystore to create.
|
static String |
SelfSignedCertificateGenerator.CommandLineArgs.STORE_TYPE
Type of keystore to create.
|
static String |
SelfSignedCertificateGenerator.CommandLineArgs.URI_ALTNAMES
URI subjectAltNames.
|
static String |
BasicKeystoreKeyStrategyTool.CommandLineArgs.VERSION_FILE
Path to key versioning file.
|
Modifier and Type | Method and Description |
---|---|
private String |
DataSealer.extractAndCheckDecryptedData(byte[] decryptedBytes)
Extract the GZIP'd data and test for expiration before returning it.
|
SecretKey |
DataSealerKeyStrategy.getKey(String name)
Get a specifically named key.
|
SecretKey |
BasicKeystoreKeyStrategy.getKey(String name)
Get a specifically named key.
|
void |
SelfSignedCertificateGenerator.setCertificateAlg(String alg)
Set the certificate algorithm that will be used.
|
void |
SelfSignedCertificateGenerator.setHostName(String name)
Set the hostname that will appear in the certificate's DN.
|
void |
BasicKeystoreKeyStrategy.setKeyAlias(String alias)
Set the encryption key alias base name.
|
void |
BasicKeystoreKeyStrategyTool.setKeyAlias(String alias)
Set the encryption key alias base name.
|
void |
BasicKeystoreKeyStrategy.setKeyPassword(String password)
Set the encryption key password.
|
void |
BasicKeystoreKeyStrategy.setKeystorePassword(String password)
Set the keystore password.
|
void |
BasicKeystoreKeyStrategy.setKeystoreResource(Resource resource)
Set the keystore resource.
|
void |
BasicKeystoreKeyStrategy.setKeystoreType(String type)
Set the keystore type.
|
void |
BasicKeystoreKeyStrategyTool.setKeystoreType(String type)
Set the type of keystore to create.
|
void |
SelfSignedCertificateGenerator.setKeystoreType(String type)
Set the type of keystore to create.
|
void |
BasicKeystoreKeyStrategyTool.setKeyType(String type)
Set the type of key that will be generated.
|
void |
SelfSignedCertificateGenerator.setKeyType(String type)
Set the type of key that will be generated.
|
void |
BasicKeystoreKeyStrategy.setKeyVersionResource(Resource resource)
Set the key version resource.
|
String |
DataSealer.unwrap(String wrapped)
Decrypts and verifies an encrypted bundle created with
DataSealer.wrap(String, long) . |
String |
DataSealer.unwrap(String wrapped,
StringBuffer keyUsed)
Decrypts and verifies an encrypted bundle created with
DataSealer.wrap(String, long) , optionally
returning the label of the key used to encrypt the data. |
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 |
---|---|
protected String |
AbstractReloadableService.getLogPrefix()
Return a string which is to be prepended to all log messages.
|
Modifier and Type | Method and Description |
---|---|
static Template |
Template.fromTemplate(org.apache.velocity.app.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(org.apache.velocity.app.VelocityEngine engine,
String template,
Charset encoding)
Constructs a
Template from a given template. |
static Template |
Template.fromTemplateName(org.apache.velocity.app.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(org.apache.velocity.app.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(org.apache.velocity.app.VelocityEngine velocityEngine,
String velocityTemplateName,
String velocityTemplateEncoding)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static QName |
QNameSupport.constructQName(Element owningElement,
String qname)
Constructs a QName from a string (attribute or element content) value.
|
static QName |
QNameSupport.constructQName(String namespaceURI,
String localName,
String prefix)
Constructs a QName.
|
void |
SchemaBuilder.setFeature(String name,
boolean value)
Set a feature for the
SchemaFactory to be built. |
void |
SchemaBuilder.setProperty(String name,
Object object)
Set the value of a property for the
SchemaFactory to be built. |
Constructor and Description |
---|
SchemaLanguage(String uri)
Constructor.
|
Copyright © 1999–2018. All rights reserved.