Package org.opensaml.saml.metadata
Interface IterableMetadataSource
-
- All Superinterfaces:
Iterable<EntityDescriptor>
public interface IterableMetadataSource extends Iterable<EntityDescriptor>
A source ofEntityDescriptorinstances which may be iterated.
-
-
Method Summary
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-