Uses of Interface
org.opensaml.saml.saml2.metadata.EntityDescriptor
Packages that use EntityDescriptor
Package
Description
Context classes for SAML-based messaging function.
Functions to navigate SAML message contexts.
Support classes for SAML SOAP message operations.
Functions and predicates supporting common SAML profile behavior.
Classes for SAML metadata resolution.
Classes for SAML metadata indexing.
Concrete definitions of the objects described in saml-metadata-2.0-os work.
-
Uses of EntityDescriptor in org.opensaml.saml.common.messaging.context
Fields in org.opensaml.saml.common.messaging.context declared as EntityDescriptorModifier and TypeFieldDescriptionprivate EntityDescriptorSAMLMetadataContext.entityDescriptorThe descriptor of the SAML entity.Methods in org.opensaml.saml.common.messaging.context that return EntityDescriptorModifier and TypeMethodDescriptionSAMLMetadataContext.getEntityDescriptor()Gets the descriptor of the SAML entity.Methods in org.opensaml.saml.common.messaging.context with parameters of type EntityDescriptorModifier and TypeMethodDescriptionvoidSAMLMetadataContext.setEntityDescriptor(EntityDescriptor descriptor) Sets the descriptor of the SAML entity. -
Uses of EntityDescriptor in org.opensaml.saml.common.messaging.soap
Fields in org.opensaml.saml.common.messaging.soap declared as EntityDescriptorModifier and TypeFieldDescriptionprivate EntityDescriptorSAMLSOAPClientContextBuilder.peerEntityDescriptorThe SAML peer EntityDescriptor.Methods in org.opensaml.saml.common.messaging.soap that return EntityDescriptorModifier and TypeMethodDescriptionSAMLSOAPClientContextBuilder.getPeerEntityDescriptor()Get the SAML peer EntityDscriptor.Methods in org.opensaml.saml.common.messaging.soap with parameters of type EntityDescriptorModifier and TypeMethodDescriptionSAMLSOAPClientContextBuilder.setPeerEntityDescriptor(EntityDescriptor entityDescriptor) Set the SAML peer EntityDescriptor. -
Uses of EntityDescriptor in org.opensaml.saml.common.profile.logic
Methods in org.opensaml.saml.common.profile.logic with parameters of type EntityDescriptorModifier and TypeMethodDescriptionprotected RegistrationInfoAbstractRegistrationInfoPredicate.getRegistrationInfo(EntityDescriptor entity) Get theRegistrationInfoextension associated with an entity, if any.booleanAbstractRegistrationInfoPredicate.test(EntityDescriptor input) booleanEntityAttributesPredicate.test(EntityDescriptor input) booleanEntityGroupNamePredicate.test(EntityDescriptor input) booleanEntityIdPredicate.test(EntityDescriptor input) -
Uses of EntityDescriptor in org.opensaml.saml.metadata.resolver
Methods in org.opensaml.saml.metadata.resolver that return EntityDescriptorMethods in org.opensaml.saml.metadata.resolver that return types with arguments of type EntityDescriptorMethod parameters in org.opensaml.saml.metadata.resolver with type arguments of type EntityDescriptorModifier and TypeMethodDescriptionChainingMetadataResolver.collectEntityIDs(Iterable<EntityDescriptor> descriptors) Collect the unique entityIDs from the supplied iterable of entity descriptors. -
Uses of EntityDescriptor in org.opensaml.saml.metadata.resolver.index
Methods in org.opensaml.saml.metadata.resolver.index with parameters of type EntityDescriptorModifier and TypeMethodDescriptionMetadataIndex.generateKeys(EntityDescriptor descriptor) Generate a set of one or moreMetadataIndexKeyinstances based on the inputEntityDescriptor. -
Uses of EntityDescriptor in org.opensaml.saml.saml2.metadata
Methods in org.opensaml.saml.saml2.metadata that return types with arguments of type EntityDescriptorModifier and TypeMethodDescriptionEntitiesDescriptor.getEntityDescriptors()Gets a list of childEntityDescriptors.