Package | Description |
---|---|
org.opensaml.saml2.metadata |
Interfaces for SAML 2.0 metadata specification types and elements.
|
org.opensaml.saml2.metadata.impl |
Implementations of the SAML 2.0 metadata specification types and elements.
|
org.opensaml.saml2.metadata.validator |
Validation rules for SAML 2.0 metadata types and elements.
|
org.opensaml.security |
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) |
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 |
---|---|
void |
KeyDescriptorSchemaValidator.validate(KeyDescriptor keyDescriptor) |
protected void |
KeyDescriptorSchemaValidator.validateKeyInfo(KeyDescriptor keyDescriptor)
Checks that KeyInfo is present.
|
protected void |
KeyDescriptorSchemaValidator.validateUse(KeyDescriptor keyDescriptor)
Checks that use attribute has only one of allowed values.
|
Modifier and Type | Method and Description |
---|---|
KeyDescriptor |
SAMLMDCredentialContext.getKeyDescriptor()
Get the key descriptor context.
|
Constructor and Description |
---|
SAMLMDCredentialContext(KeyDescriptor descriptor)
Constructor.
|
Copyright © 1999-2013. All Rights Reserved.