Uses of Interface
org.opensaml.saml.saml2.metadata.EntityDescriptor
-
Packages that use EntityDescriptor 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.messaging.soap Support classes for SAML SOAP message operations.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.index Classes for SAML metadata indexing.org.opensaml.saml.saml2.metadata 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 EntityDescriptor Modifier and Type Field Description private EntityDescriptorSAMLMetadataContext. entityDescriptorThe descriptor of the SAML entity.Methods in org.opensaml.saml.common.messaging.context that return EntityDescriptor Modifier and Type Method Description EntityDescriptorSAMLMetadataContext. getEntityDescriptor()Gets the descriptor of the SAML entity.Methods in org.opensaml.saml.common.messaging.context with parameters of type EntityDescriptor Modifier and Type Method Description voidSAMLMetadataContext. setEntityDescriptor(EntityDescriptor descriptor)Sets the descriptor of the SAML entity. -
Uses of EntityDescriptor in org.opensaml.saml.common.messaging.context.navigate
Methods in org.opensaml.saml.common.messaging.context.navigate that return EntityDescriptor Modifier and Type Method Description EntityDescriptorEntityDescriptorLookupFunction. apply(SAMLMetadataContext input) -
Uses of EntityDescriptor in org.opensaml.saml.common.messaging.soap
Fields in org.opensaml.saml.common.messaging.soap declared as EntityDescriptor Modifier and Type Field Description private EntityDescriptorSAMLSOAPClientContextBuilder. peerEntityDescriptorThe SAML peer EntityDescriptor.Methods in org.opensaml.saml.common.messaging.soap that return EntityDescriptor Modifier and Type Method Description EntityDescriptorSAMLSOAPClientContextBuilder. getPeerEntityDescriptor()Get the SAML peer EntityDscriptor.Methods in org.opensaml.saml.common.messaging.soap with parameters of type EntityDescriptor Modifier and Type Method Description SAMLSOAPClientContextBuilder<InboundMessageType,OutboundMessageType>SAMLSOAPClientContextBuilder. 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 EntityDescriptor Modifier and Type Method Description protected 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 EntityDescriptor Modifier and Type Method Description EntityDescriptorChainingMetadataResolver. resolveSingle(CriteriaSet criteria)Methods in org.opensaml.saml.metadata.resolver that return types with arguments of type EntityDescriptor Modifier and Type Method Description Iterable<EntityDescriptor>ChainingMetadataResolver. resolve(CriteriaSet criteria) -
Uses of EntityDescriptor in org.opensaml.saml.metadata.resolver.index
Methods in org.opensaml.saml.metadata.resolver.index with parameters of type EntityDescriptor Modifier and Type Method Description Set<MetadataIndexKey>MetadataIndex. 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 EntityDescriptor Modifier and Type Method Description List<EntityDescriptor>EntitiesDescriptor. getEntityDescriptors()Gets a list of childEntityDescriptors.
-