Package | Description |
---|---|
org.opensaml.saml.metadata.resolver.filter.impl |
Implementation of the resolver filters.
|
org.opensaml.saml.metadata.resolver.impl |
Class for retrieving, filtering, and querying metadata.
|
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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
EntityAttributesFilter.filterEntitiesDescriptor(EntitiesDescriptor descriptor)
Filters entities descriptor.
|
protected void |
EntityRoleFilter.filterEntitiesDescriptor(EntitiesDescriptor descriptor)
Filters
EntitiesDescriptor . |
protected void |
PredicateFilter.filterEntitiesDescriptor(EntitiesDescriptor descriptor)
Filters 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 |
---|---|
protected void |
AbstractMetadataResolver.preProcessEntitiesDescriptor(EntitiesDescriptor entitiesDescriptor,
AbstractMetadataResolver.EntityBackingStore backingStore)
Pre-process the specified entities descriptor, updating the specified entity backing store instance as necessary.
|
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)
Creates an XMLObject with a given fully qualified name.
|
Modifier and Type | Method and Description |
---|---|
List<EntitiesDescriptor> |
EntitiesDescriptorImpl.getEntitiesDescriptors()
Gets a list of child
EntitiesDescriptor s. |
Copyright © 2017. All rights reserved.