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.provider |
Class for retrieving, filtering, and querying metadata.
|
org.opensaml.saml2.metadata.validator |
Validation rules for SAML 2.0 metadata types and elements.
|
Modifier and Type | Method and Description |
---|---|
List<EntitiesDescriptor> |
EntitiesDescriptor.getEntitiesDescriptors()
Gets a list of child
EntitiesDescriptor s. |
Modifier and Type | Class and Description |
---|---|
class |
EntitiesDescriptorImpl
Concrete implementation of
EntitiesDescriptor . |
Modifier and Type | Method and Description |
---|---|
EntitiesDescriptor |
EntitiesDescriptorBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
EntitiesDescriptor |
EntitiesDescriptorBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix) |
Modifier and Type | Method and Description |
---|---|
List<EntitiesDescriptor> |
EntitiesDescriptorImpl.getEntitiesDescriptors()
Gets a list of child
EntitiesDescriptor s. |
Modifier and Type | Method and Description |
---|---|
protected EntitiesDescriptor |
AbstractMetadataProvider.doGetEntitiesDescriptor(String name)
Gets the named EntitiesDescriptor from the metadata.
|
EntitiesDescriptor |
MetadataProvider.getEntitiesDescriptor(String name)
Gets a valid named EntitiesDescriptor from the metadata.
|
EntitiesDescriptor |
AbstractMetadataProvider.getEntitiesDescriptor(String name)
Gets a valid named EntitiesDescriptor from the metadata.
|
EntitiesDescriptor |
ChainingMetadataProvider.getEntitiesDescriptor(String name)
Gets a valid named EntitiesDescriptor from the metadata.
|
protected EntitiesDescriptor |
AbstractMetadataProvider.getEntitiesDescriptorByName(String name,
EntitiesDescriptor rootDescriptor)
Gets the entities descriptor with the given name.
|
Modifier and Type | Method and Description |
---|---|
protected void |
EntityRoleFilter.filterEntitiesDescriptor(EntitiesDescriptor descriptor)
Filters entities descriptor.
|
protected EntitiesDescriptor |
AbstractMetadataProvider.getEntitiesDescriptorByName(String name,
EntitiesDescriptor rootDescriptor)
Gets the entities descriptor with the given name.
|
protected EntityDescriptor |
AbstractMetadataProvider.getEntityDescriptorById(String entityID,
EntitiesDescriptor descriptor)
Gets the entity descriptor with the given ID that is a descendant of the given entities descriptor.
|
protected void |
SignatureValidationFilter.processEntityGroup(EntitiesDescriptor entitiesDescriptor)
Process the signatures on the specified EntitiesDescriptor and any signed children.
|
Modifier and Type | Method and Description |
---|---|
void |
EntitiesDescriptorSpecValidator.validate(EntitiesDescriptor entitiesDescriptor) |
void |
EntitiesDescriptorSchemaValidator.validate(EntitiesDescriptor entitiesDescriptor) |
protected void |
EntitiesDescriptorSchemaValidator.validateEntityDescriptors(EntitiesDescriptor entitiesDescriptor)
Checks that at least one EntitiesDescriptor or EntityDescriptor is present.
|
protected void |
EntitiesDescriptorSpecValidator.validateRoot(EntitiesDescriptor entitiesDescriptor)
Checks that at least either Valid Until or Cache Duration is present when Entities Descriptor is root element.
|
Copyright © 1999-2013. All Rights Reserved.