Package | Description |
---|---|
org.opensaml.saml.common.messaging.context |
Context classes for SAML-based messaging function.
|
org.opensaml.saml.common.messaging.context.navigate |
Functions to navigate SAML message contexts.
|
org.opensaml.saml.common.profile.logic |
Functions and predicates supporting common SAML profile behavior.
|
org.opensaml.saml.metadata.resolver |
Classes for SAML metadata resolution.
|
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 |
---|---|
EntityDescriptor |
SAMLMetadataContext.getEntityDescriptor()
Gets the descriptor of the SAML entity.
|
Modifier and Type | Method and Description |
---|---|
void |
SAMLMetadataContext.setEntityDescriptor(EntityDescriptor descriptor)
Sets the descriptor of the SAML entity.
|
Modifier and Type | Method and Description |
---|---|
EntityDescriptor |
EntityDescriptorLookupFunction.apply(SAMLMetadataContext input) |
Modifier and Type | Method and Description |
---|---|
boolean |
EntityIdPredicate.apply(EntityDescriptor input) |
boolean |
EntityGroupNamePredicate.apply(EntityDescriptor input) |
boolean |
EntityAttributesPredicate.apply(EntityDescriptor input) |
boolean |
AbstractRegistrationInfoPredicate.apply(EntityDescriptor input) |
protected RegistrationInfo |
AbstractRegistrationInfoPredicate.getRegistrationInfo(EntityDescriptor entity)
Get the
RegistrationInfo extension associated with an entity, if any. |
Modifier and Type | Method and Description |
---|---|
EntityDescriptor |
ChainingMetadataResolver.resolveSingle(CriteriaSet criteria)
Process the specified criteria and return a single instance of the product type
which satisfies the criteria.
|
Modifier and Type | Method and Description |
---|---|
Iterable<EntityDescriptor> |
ChainingMetadataResolver.resolve(CriteriaSet criteria)
Process the specified criteria and return the resulting instances of the product type
which satisfy the criteria.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Predicate<EntityDescriptor> |
PredicateFilter.getCondition()
Get the predicate to be applied.
|
Modifier and Type | Method and Description |
---|---|
protected void |
EntityRoleFilter.filterEntityDescriptor(EntityDescriptor descriptor)
Filters entity descriptor roles.
|
protected void |
EntityAttributesFilter.filterEntityDescriptor(EntityDescriptor descriptor)
Filters entity descriptor.
|
protected void |
SignatureValidationFilter.processEntityDescriptor(EntityDescriptor entityDescriptor)
Process the signatures on the specified EntityDescriptor and any signed children.
|
Modifier and Type | Method and Description |
---|---|
void |
EntityAttributesFilter.setRules(Map<com.google.common.base.Predicate<EntityDescriptor>,Collection<Attribute>> rules)
Set the mappings from
Predicate to Attribute collection to apply. |
Constructor and Description |
---|
PredicateFilter(PredicateFilter.Direction dir,
com.google.common.base.Predicate<EntityDescriptor> theCondition)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected EntityDescriptor |
BasicRoleDescriptorResolver.doGetEntityDescriptor(String entityID)
Resolve an entity descriptor based on entityID using the wrapped metadata resolver.
|
EntityDescriptor |
CompositeMetadataResolver.resolveSingle(CriteriaSet criteria)
Process the specified criteria and return a single instance of the product type
which satisfies the criteria.
|
EntityDescriptor |
AbstractMetadataResolver.resolveSingle(CriteriaSet criteria)
Process the specified criteria and return a single instance of the product type
which satisfies the criteria.
|
Modifier and Type | Method and Description |
---|---|
Map<String,List<EntityDescriptor>> |
AbstractMetadataResolver.EntityBackingStore.getIndexedDescriptors()
Get the entity descriptor index.
|
List<EntityDescriptor> |
AbstractMetadataResolver.EntityBackingStore.getOrderedDescriptors()
Get the ordered entity descriptor list.
|
Iterator<EntityDescriptor> |
AbstractBatchMetadataResolver.iterator() |
protected List<EntityDescriptor> |
AbstractMetadataResolver.lookupEntityID(String entityID)
Get list of descriptors matching an entityID.
|
protected List<EntityDescriptor> |
AbstractDynamicMetadataResolver.lookupEntityID(String entityID)
Get list of descriptors matching an entityID.
|
protected List<EntityDescriptor> |
AbstractMetadataResolver.lookupIndexedEntityID(String entityID)
Lookup the specified entityID from the index.
|
Iterable<EntityDescriptor> |
CompositeMetadataResolver.resolve(CriteriaSet criteria)
Process the specified criteria and return the resulting instances of the product type
which satisfy the criteria.
|
Iterable<EntityDescriptor> |
AbstractDynamicMetadataResolver.resolve(CriteriaSet criteria)
Process the specified criteria and return the resulting instances of the product type
which satisfy the criteria.
|
Iterable<EntityDescriptor> |
AbstractBatchMetadataResolver.resolve(CriteriaSet criteria)
Process the specified criteria and return the resulting instances of the product type
which satisfy the criteria.
|
protected Iterable<EntityDescriptor> |
AbstractDynamicMetadataResolver.resolveFromOriginSource(CriteriaSet criteria)
Fetch metadata from an origin source based on the input criteria, store it in the backing store
and then return it.
|
Modifier and Type | Method and Description |
---|---|
protected org.joda.time.DateTime |
AbstractDynamicMetadataResolver.computeExpirationTime(EntityDescriptor entityDescriptor,
org.joda.time.DateTime now)
Compute the effective expiration time for the specified metadata.
|
protected void |
AbstractMetadataResolver.indexEntityDescriptor(EntityDescriptor entityDescriptor,
AbstractMetadataResolver.EntityBackingStore backingStore)
Index the specified entity descriptor, updating the specified entity backing store instance as necessary.
|
protected void |
AbstractMetadataResolver.preProcessEntityDescriptor(EntityDescriptor entityDescriptor,
AbstractMetadataResolver.EntityBackingStore backingStore)
Pre-process the specified entity descriptor, updating the specified entity backing store instance as necessary.
|
protected void |
AbstractDynamicMetadataResolver.preProcessEntityDescriptor(EntityDescriptor entityDescriptor,
AbstractMetadataResolver.EntityBackingStore backingStore)
Pre-process the specified entity descriptor, updating the specified entity backing store instance as necessary.
|
Modifier and Type | Method and Description |
---|---|
List<EntityDescriptor> |
EntitiesDescriptor.getEntityDescriptors()
Gets a list of child
EntityDescriptor s. |
Modifier and Type | Class and Description |
---|---|
class |
EntityDescriptorImpl
Concretate implementation of
EntitiesDescriptor . |
Modifier and Type | Method and Description |
---|---|
EntityDescriptor |
EntityDescriptorBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
EntityDescriptor |
EntityDescriptorBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
Modifier and Type | Method and Description |
---|---|
List<EntityDescriptor> |
EntitiesDescriptorImpl.getEntityDescriptors()
Gets a list of child
EntityDescriptor s. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.