Package | Description |
---|---|
org.opensaml.xml.security.credential |
Interfaces and classes related to credentials and ways to represent
them.
|
org.opensaml.xml.security.credential.criteria |
Implementations of
EvaluableCriteria where the
parameterized evaluation target type is Credential . |
org.opensaml.xml.security.criteria |
Classes which model the abstract notion of a 'criteria'.
|
Modifier and Type | Field and Description |
---|---|
private UsageType |
KeyStoreCredentialResolver.keystoreUsage
Usage type of all keys in the store.
|
protected UsageType |
AbstractCredential.usageType
Usage type of this credential.
|
Modifier and Type | Method and Description |
---|---|
UsageType |
Credential.getUsageType()
Gets usage type of this credential.
|
UsageType |
AbstractCredential.getUsageType()
Gets usage type of this credential.
|
static UsageType |
UsageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UsageType[] |
UsageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected Credential |
KeyStoreCredentialResolver.buildCredential(KeyStore.Entry keyStoreEntry,
String entityID,
UsageType usage)
Build a credential instance from the key store entry.
|
protected boolean |
KeyStoreCredentialResolver.matchUsage(UsageType keyStoreUsage,
UsageType criteriaUsage)
Match usage enum type values from keystore configured usage and from credential criteria.
|
protected X509Credential |
KeyStoreCredentialResolver.processPrivateKeyEntry(KeyStore.PrivateKeyEntry privateKeyEntry,
String entityID,
UsageType usage)
Build an X509Credential from a keystore private key entry.
|
protected Credential |
KeyStoreCredentialResolver.processSecretKeyEntry(KeyStore.SecretKeyEntry secretKeyEntry,
String entityID,
UsageType usage)
Build a Credential from a keystore secret key entry.
|
protected X509Credential |
KeyStoreCredentialResolver.processTrustedCertificateEntry(KeyStore.TrustedCertificateEntry trustedCertEntry,
String entityID,
UsageType usage)
Build an X509Credential from a keystore trusted certificate entry.
|
void |
BasicCredential.setUsageType(UsageType usage)
Sets the usage type for this credential.
|
Constructor and Description |
---|
KeyStoreCredentialResolver(KeyStore store,
Map<String,String> passwords,
UsageType usage)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
private UsageType |
EvaluableUsageCredentialCriteria.usage
Base criteria.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
EvaluableUsageCredentialCriteria.matchUsage(UsageType credentialUsage,
UsageType criteriaUsage)
Match usage enum type values from credential and criteria.
|
Constructor and Description |
---|
EvaluableUsageCredentialCriteria(UsageType newUsage)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
private UsageType |
UsageCriteria.credUsage
Key usage type of resolved credentials.
|
Modifier and Type | Method and Description |
---|---|
UsageType |
UsageCriteria.getUsage()
Get the key usage criteria.
|
Modifier and Type | Method and Description |
---|---|
void |
UsageCriteria.setUsage(UsageType usage)
Set the key usage criteria.
|
Constructor and Description |
---|
UsageCriteria(UsageType usage)
Constructor.
|
Copyright © 1999–2017. All rights reserved.