Class BasicDynamicTrustedNamesStrategy
- java.lang.Object
-
- org.opensaml.saml.metadata.resolver.filter.impl.BasicDynamicTrustedNamesStrategy
-
public class BasicDynamicTrustedNamesStrategy extends Object implements Function<XMLObject,Set<String>>
Function which implements a basic strategy for extracting trusted names for PKIX trust engine evaluation.Names are extracted as follows from these signed metadata element types:
EntityDescriptor: theentityIDattributeEntitiesDescriptor: theNameattributeRoleDescriptor: theentityIDattribute of the parentEntityDescriptorAffiliationDescriptor: 1) theaffiliationOwnerIDattribute and 2) theentityIDattribute of the parentEntityDescriptor
-
-
Constructor Summary
Constructors Constructor Description BasicDynamicTrustedNamesStrategy()
-