Package | Description |
---|---|
org.opensaml.saml.saml2.metadata |
Concrete definitions of the objects described in saml-metadata-2.0-os work.
|
org.opensaml.saml.saml2.metadata.impl |
Concrete implementations of the metadata APIs.
|
org.opensaml.saml.security.impl |
Classes related to verifying various credentials within a SAML system.
|
org.opensaml.security.credential |
Interfaces and classes related to credentials and ways to represent them.
|
org.opensaml.security.credential.criteria.impl |
Implementations of
Criterion where the
parameterized evaluation target type is Credential . |
org.opensaml.security.credential.impl |
CredentialResolver implementation classes. |
org.opensaml.security.criteria |
Classes which model lookup criteria used as input to a
Resolver . |
org.opensaml.security.x509.impl |
TrustEngine implementation classes related to PKIX. |
Modifier and Type | Method and Description |
---|---|
UsageType |
KeyDescriptor.getUse()
Gets the use of this key.
|
Modifier and Type | Method and Description |
---|---|
void |
KeyDescriptor.setUse(UsageType newType)
Sets the use of this key.
|
Modifier and Type | Method and Description |
---|---|
UsageType |
KeyDescriptorImpl.getUse()
Gets the use of this key.
|
Modifier and Type | Method and Description |
---|---|
void |
KeyDescriptorImpl.setUse(UsageType newType)
Sets the use of this key.
|
Modifier and Type | Method and Description |
---|---|
protected UsageType |
MetadataCredentialResolver.getEffectiveUsageInput(CriteriaSet criteriaSet)
Get the effective
UsageType input to use. |
Modifier and Type | Method and Description |
---|---|
protected void |
MetadataCredentialResolver.extractCredentials(HashSet<Credential> accumulator,
KeyDescriptor keyDescriptor,
String entityID,
UsageType mdUsage)
Extract the credentials from the specified KeyDescriptor.
|
protected boolean |
MetadataCredentialResolver.matchUsage(UsageType metadataUsage,
UsageType criteriaUsage)
Match usage enum type values from entityDescriptorResolver KeyDescriptor and from credential criteria.
|
protected void |
MetadataCredentialResolver.processRoleDescriptor(HashSet<Credential> accumulator,
RoleDescriptor roleDescriptor,
String entityID,
UsageType usage)
Process a RoleDescriptor by examing each of its KeyDescriptors.
|
protected Collection<Credential> |
MetadataCredentialResolver.resolveFromMetadata(CriteriaSet criteriaSet,
String entityID,
QName role,
String protocol,
UsageType usage)
Resolves credentials using this resolver's configured instance of
RoleDescriptorResolver . |
protected Collection<Credential> |
MetadataCredentialResolver.resolveFromRoleDescriptor(CriteriaSet criteriaSet,
RoleDescriptor roleDescriptor,
UsageType usage)
Resolves credentials using a supplied instance of
RoleDescriptor . |
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 |
---|---|
void |
MutableCredential.setUsageType(UsageType newUsageType)
Sets the usage type for this credential.
|
void |
BasicCredential.setUsageType(UsageType newUsageType)
Sets the usage type for this credential.
|
protected void |
AbstractCredential.setUsageType(UsageType newUsageType)
Sets the usage type for this credential.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
EvaluableUsageCredentialCriterion.matchUsage(UsageType credentialUsage,
UsageType criteriaUsage)
Match usage enum type values from credential and criteria.
|
Constructor and Description |
---|
EvaluableUsageCredentialCriterion(UsageType newUsage)
Constructor.
|
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.
|
Constructor and Description |
---|
KeyStoreCredentialResolver(KeyStore store,
Map<String,String> passwords,
UsageType usage)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
UsageType |
UsageCriterion.getUsage()
Get the key usage criteria.
|
Modifier and Type | Method and Description |
---|---|
void |
UsageCriterion.setUsage(UsageType usage)
Set the key usage criteria.
|
Constructor and Description |
---|
UsageCriterion(UsageType usage)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
X509KeyManagerX509CredentialAdapter.setUsageType(UsageType newUsageType)
Sets the usage type for this credential.
|
void |
KeyStoreX509CredentialAdapter.setUsageType(UsageType newUsageType)
Sets the usage type for this credential.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.