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.
|
Modifier and Type | Method and Description |
---|---|
List<KeyDescriptor> |
RoleDescriptor.getKeyDescriptors()
Gets the key descriptors for this role.
|
List<KeyDescriptor> |
AffiliationDescriptor.getKeyDescriptors()
Gets an immutable list of KeyDescriptors for this affiliation.
|
Modifier and Type | Class and Description |
---|---|
class |
KeyDescriptorImpl
Concrete implementation of
KeyDescriptor . |
Modifier and Type | Method and Description |
---|---|
KeyDescriptor |
KeyDescriptorBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
KeyDescriptor |
KeyDescriptorBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
Modifier and Type | Method and Description |
---|---|
List<KeyDescriptor> |
RoleDescriptorImpl.getKeyDescriptors()
Gets the key descriptors for this role.
|
List<KeyDescriptor> |
AffiliationDescriptorImpl.getKeyDescriptors()
Gets an immutable list of KeyDescriptors for this affiliation.
|
Modifier and Type | Method and Description |
---|---|
KeyDescriptor |
SAMLMDCredentialContext.getKeyDescriptor()
Get the key descriptor context.
|
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.
|
Constructor and Description |
---|
SAMLMDCredentialContext(KeyDescriptor descriptor)
Constructor.
|
Copyright © 2017. All rights reserved.