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.net |
Classes for working with HTTP URLs and the protocol.
|
net.shibboleth.utilities.java.support.security |
Helpers for common security related tasks.
|
Modifier and Type | Field and Description |
---|---|
private String |
AbstractIdentifiedInitializableComponent.id
The unique identifier for this component.
|
Modifier and Type | Method and Description |
---|---|
String |
AbstractIdentifiedInitializableComponent.getId()
Get the ID of this component.
|
Modifier and Type | Field and Description |
---|---|
private javax.servlet.http.HttpServletRequest |
CookieManager.httpRequest
Servlet request to read from.
|
private javax.servlet.http.HttpServletResponse |
CookieManager.httpResponse
Servlet response to write to.
|
Modifier and Type | Field and Description |
---|---|
private String |
BasicKeystoreKeyStrategy.currentAlias
Current key alias loaded.
|
private SecretKey |
BasicKeystoreKeyStrategy.defaultKey
Current default key loaded.
|
private String |
BasicKeystoreKeyStrategy.keyAlias
Keystore base alias for encryption keys.
|
private String |
BasicKeystoreKeyStrategy.keyPassword
Password for encryption key(s).
|
private String |
BasicKeystoreKeyStrategy.keystorePassword
Password for keystore.
|
private Resource |
BasicKeystoreKeyStrategy.keystoreResource
Keystore resource.
|
private String |
BasicKeystoreKeyStrategy.keystoreType
Type of keystore to use for access to keys.
|
private DataSealerKeyStrategy |
DataSealer.keyStrategy
Source of keys.
|
private Resource |
BasicKeystoreKeyStrategy.keyVersionResource
Version resource.
|
private SecureRandom |
DataSealer.random
Source of secure random data.
|
Copyright © 1999–2016. All rights reserved.